/* custom.css - small tweaks on top of AdminLTE */

body, .card, .form-control, .btn {
    font-size: 15px;
}

/* Bigger, easier to read text for non-technical / labour users */
.login-box, .content, .card-body {
    font-size: 16px;
}

/* Simple dark mode (toggled by custom.js) */
body.dark-mode-custom {
    background-color: #1e1e2d !important;
    color: #e4e6ef !important;
}
body.dark-mode-custom .content-wrapper,
body.dark-mode-custom .main-footer {
    background-color: #1e1e2d !important;
    color: #e4e6ef !important;
}
body.dark-mode-custom .card {
    background-color: #2b2b40 !important;
    color: #e4e6ef !important;
}
body.dark-mode-custom .card-header {
    background-color: #2b2b40 !important;
    border-bottom-color: #3a3a55 !important;
}

/* Login page background */
.labourflow-login-page {
    background: linear-gradient(135deg, #1b3a57 0%, #2f6690 100%);
    min-height: 100vh;
}
