.btn-blue {
    background-color: #11355c  !important;
    color: white  !important;
    border-color: #11355c  !important;
}

.btn-green {
    background-color: #09a34f  !important;
    color: white  !important;
    border-color: #09a34f  !important;
}

.btn-gray {
    background-color: #babdbf  !important;
    color: white !important;
    border-color: #babdbf  !important;
}

.bg-blue{
    background-color: #11355c  !important;
    color: white  !important;
}

.bg-green{
    background-color: #09a34f  !important;
    color: white  !important;
}

.bg-gray{
    background-color:  #babdbf  !important;
    color: white  !important;
}

