/* Forgot Password Page - page-specific styles (shared layout/vars in auth-shared.css) */

/* ===== Back Link ===== */
.back-link {
    text-align: center;
    margin-top: 1.25rem;
}

.back-link a {
    color: var(--login-focus);
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
}

.back-link a:hover {
    text-decoration: underline;
}

/* ===== Responsive (<992px) overrides ===== */
@media (max-width: 991px) {
    .form-description {
        text-align: center;
    }
}
