.input {
    border-radius: 3px;
    border-color: #2fa5dd;
    border-style: solid;
    background-color: #ffffff;
    border-width: 1px;
    color: #2fa5dd;
}
.login-error {
    background-color: #ffdede;
    width: 200px;
    text-align: center;
    color: #ff5d5d;
    margin-bottom: 15px;
}