
.bg-primary {
    background-color: #071952 !important;
}
.bg-secondary {
    background-color: #37B7C3 !important;
}
.text-primary {
    color: #071952 !important;
}
.text-secondary {
    color: #37B7C3 !important;
}

.bg-danger {
    background-color: #EBF4F6 !important;
}
.text-danger {
    color: #EBF4F6 !important;
}

.bg-warning {
    background-color: #0077b6 !important;
}
.text-warning {
    color: #0077b6 !important;
}
