.progress-danger .bar{
    background-color: red;
}

.progress-warning .bar{
    background-color: orange;
}

.progress-success .bar{
    background-color: rgba(146,192,44,1);
}

.progress .bar{
    height: 100%;
}