/* Styles for password recovery views */
.auth-form-light .link-password { color: #007bff; text-decoration: none; }
.auth-form-light .link-password:hover { text-decoration: underline; }

.form-group label { font-weight: 600; }

/* Tighter, readable title/heading styles */
.auth-form-light h4 { font-size: 1.25rem; line-height: 1.3; letter-spacing: 0.15px; font-weight: 600; margin-bottom: 0.5rem; }
.auth-form-light h6 { font-size: 1rem; line-height: 1.5; letter-spacing: 0.1px; color: #333; font-weight: 400; margin-bottom: 1.25rem; }

/* Inputs and buttons */
.auth-form-light .form-control { font-size: 1rem; padding: .75rem .75rem; }
.auth-form-light .auth-form-btn { font-size: 1.05rem; padding: .75rem; }

.auth-form-light .text-danger, .auth-form-light .navigation-text { font-size: 0.95rem; }

/* Ensure login title uses the smaller size */
.auth-form-light h4.login-title { font-size: 1.25rem; line-height: 1.3; letter-spacing: 0.15px; }

/* Links under the button spacing */
.form-links { margin-top: 1rem; }
.form-links a { color: #0d214d; text-decoration: none; }
.form-links a:hover { text-decoration: underline; }

/* Mensaje de error */
.login-error-message {
    font-size: 0.875rem;
    line-height: 1.5;
}

    .login-error-message ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

    .login-error-message li {
        padding: 0.25rem 0;
    }
