/* INSP.cd blue theme */
body.task-login {
    background: linear-gradient(135deg, #020381 0%, #2874fc 100%) !important;
    min-height: 100vh;
}
#rcmloginsubmit {
    background-color: #CC0000 !important;
    border-color: #CC0000 !important;
}
#rcmloginsubmit:hover {
    background-color: #a30000 !important;
    border-color: #a30000 !important;
}
.btn-primary {
    background-color: #CC0000 !important;
    border-color: #CC0000 !important;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #a30000 !important;
    border-color: #a30000 !important;
}
a { color: #CC0000; }
a:hover { color: #a30000; }
.task-login #login-footer {
    color: rgba(255, 255, 255, 0.7) !important;
}
