@media (min-width: 992px) {
    #hero {
        max-height: 100vh;
        overflow: hidden;
    }

    body {
        overflow: hidden;
    }
}

#forgotPasswordForm .mb-3 {
    margin-bottom: 0.6rem !important;
}

#forgotPasswordForm h1 {
    margin-bottom: 0.5rem !important;
    font-size: 1.75rem;
}

#forgotPasswordForm p.text-muted {
    margin-bottom: 1rem !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
}

