/* Login Page — Light Theme Override
   Include AFTER login.css:
   <link rel="stylesheet" href="/login-light.css">
*/

body {
    background: #f4f6fb !important;
}
.login-card {
    background: #fff !important;
    border: 1px solid #e8ecf4 !important;
    color: #1a1a2e !important;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}
h2 {
    color: #1a1a2e !important;
}
label {
    color: #4b5563 !important;
}
input {
    background: #f8f9fb !important;
    color: #374151 !important;
    border-color: #e0e4ec !important;
}
input:focus {
    border-color: #6366f1 !important;
    box-shadow: 0 0 0 3px rgba(99,102,241,0.1);
}
button {
    background: #6366f1 !important;
    color: #fff !important;
}
#error {
    color: #dc2626 !important;
}
