#login-response p.success {
    color: green;
}
#login-response p.error {
    color: red;
}
form button {
    width: 100%;
    margin-left: 0 !important;
}
#forgot-password-btn, #back-to-login, #login-response {
    margin-top: 15px;
    text-align: right;
}