/* ===========================
   LOGIN PAGE SPECIFIC STYLES
   Common styles inherited from standalone_auth.css
   =========================== */

/* Password label with forgot password link */
.password-label-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}

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

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