/* Auth.css - Shared styles for Auth views */
/* Includes: ResetPassword.cshtml, ForgotPassword.cshtml, Recoverpw.cshtml */

/* ============================================
   RESETPASSWORD.CSHTML, FORGOTPASSWORD.CSHTML, RECOVERPW.CSHTML STYLES
   ============================================ */

.text-primary {
    color: white;
}

.form-check-input:checked {
    background-color: #007105;
    border-color: #007105;
}

/* Button icon spacing */
.auth-btn-icon {
    margin-right: 8px;
}

/* Card links section */
.auth-card-links {
    text-align: center;
    margin-top: 20px;
}

.auth-card-links p {
    color: #666;
    font-size: 0.9rem;
}

.auth-card-links a {
    color: #1a472a;
    font-weight: 600;
    text-decoration: none;
}

/* Disabled input styling */
.auth-input-disabled {
    background: #e9ecef;
    color: #666;
}

/* Password error message */
.auth-password-error {
    color: #dc3545;
    font-size: 0.85rem;
    margin-top: 6px;
    display: none;
}
