#loginForm [type=submit],
#registerForm [type=submit],
#resetPasswordForm [type=submit],
#resetRequestForm [type=submit] {
    background-color: #ca3737;
    border: none;
}
#loginForm .btn-link {
    color: #4A7E79;
    font-size: 1em;
}
#loginForm .btn-link:hover {
    text-decoration: none;
}
