/* Account Verification page uses login.css base styles */
/* Import login.css for shared authentication page styling */

.forgot-password-link {
    font-weight: bold;
    text-decoration: none;
    color: var(--bs-body-color);
}

    .forgot-password-link:hover,
    .forgot-password-link:active {
        text-decoration: none;
        color: var(--bs-body-color);
    }
