/* Sante.gouv.cd branding - INSP.cd blue theme */

/* Page background - INSP midnight gradient */
body.task-login {
    background: linear-gradient(135deg, #020381 0%, #2874fc 100%) !important;
    min-height: 100vh;
}

/* Login button - red accent */
#rcmloginsubmit {
    background-color: #CC0000 !important;
    border-color: #CC0000 !important;
}
#rcmloginsubmit:hover {
    background-color: #a30000 !important;
    border-color: #a30000 !important;
}

/* Primary buttons */
.btn-primary {
    background-color: #CC0000 !important;
    border-color: #CC0000 !important;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #a30000 !important;
    border-color: #a30000 !important;
}

/* Links */
a {
    color: #CC0000;
}
a:hover {
    color: #a30000;
}

/* Logo sizing for login page */
.task-login #logo {
    max-height: 120px;
    max-width: 300px;
}

/* Login footer text white on dark bg */
.task-login #login-footer {
    color: rgba(255, 255, 255, 0.7) !important;
}
