.bg-primary{
    background-color: #011422 !important;
}
.bg-secondary{
    background-color: #21466E !important;
}
.card-header{
    background-color: #011422;
    color: white;
}
.btn-primary{
    background-color: #011422 !important;
    border-color: #011422 !important;
    border-bottom: initial !important;
}
.btn-secondary{
    background-color: #21466E !important;
    border-color: #21466E !important;
    border-bottom: initial !important;
}
.notification-list .noti-title {
    background-color: #011422 !important;
}
.login-body{
    background: #21466E !important;
}
.input-group-text {
    color: #fafafa;
    background-color: #011422;
    border: 1px solid #011422;
}
.table th {
    color: white !important;
    background: #21466E !important;
}