.alert {
    font-size: 16px !important;
}

.alert.alert-primary {
    color: #004085 !important;
}
.alert.alert-info {
    color: #004085  !important;
}
.blue {
    color: #004085  !important;
}

.alert.alert-secondary {
    color: #383d41  !important;
}

.alert.alert-success {
    color: #155724  !important;
}
.green {
    color: #155724  !important;
}

.alert.alert-danger {
    color: #721c24  !important;
}
.red {
    color: #721c24  !important;
}

.alert.alert-warning {
    color: #856404  !important;
}

.alert.alert-light {
    color: #818182  !important;
}

.alert.alert-dark {
    color: #1b1e21  !important;
}


.feedbackPanelERROR {
    color: #721c24  !important;
}

.feedbackPanelINFO {
    color: #155724  !important;
}
