/* Extra Custom Styles for Forgot & Reset Password (extends auth-login.css) */

.field-error {
    font-size: 0.825rem;
    color: #dc2626;
    margin-top: 0.25rem;
    display: block;
}

.custom-input-group .form-control[readonly] {
    background-color: #f1f5f9;
    color: #64748b;
    cursor: not-allowed;
}

.auth-form-wrapper .btn-secondary-custom {
    height: 44px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.9rem;
    color: #475569;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.2s ease;
    text-decoration: none;
}

.auth-form-wrapper .btn-secondary-custom:hover {
    background-color: #f8fafc;
    border-color: #cbd5e1;
    color: #0f172a;
}
