body{
 background: #ffffff;
 font-family: 'Titillium Web', sans-serif;
}
.form {
 background: rgba(19, 35, 47, 0.9);
 padding: 40px;
 max-width: 600px;
 margin: 40px auto;
 border-radius: 4px;
 box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}
label {
 left: 13px;
 color: rgba(255, 255, 255, 0.5);
 font-size: 22px;
}
input{
 font-size: 18px;
 padding: 5px 10px;
 border: 1px solid #a0b3b0;
 border-radius: 0;
}
.button {
 border: 0;
 outline: none;
 border-radius: 0;
 text-transform: uppercase;
 background: #1ab188;
 color: #ffffff;
}
.button:hover {
 background: #179b77;
}