body {
    background-color: #111a23;
    color: #d4d4d4 ;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    margin-left: 5em ;
}

input[type="text"], input[type="password"] {
    background-color: #1e2b34 ;
    border-style: none ;
    padding: 1px ;
    color: white ;
}

div.message {
    color: red ;
}

a.recovery-url:link {
    color: #51be53;
}

a.recovery-url:visited {
    color: #51be53;
}
