/**
 * Forgot password page overrides (uses credential.css + this).
 * Use with: global.css, pages/credential.css
 */

.text-forgot {
    background-image: linear-gradient(310deg, #141727 0%, #3A416F 100%);
}

/* Forgot page uses blue header instead of orange */
body.forgot-page .bg-login {
    background-color: #0575E6 !important;
}
