#forgot-password-link {
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease;
}

#forgot-password-link:hover {
    color: #0056b3;
}