/* colors */
.text-primary{
    color: #0062cc !important;
   }
   
   .text-secondary{
       color: #545b62 !important;
   }
   
   .text-success{
       color: #062b31 !important;
   }
   
   .text-danger{
       color: #bd2130 !important;
   }
   
   .text-warning{
       color: #d39e00 !important;
   }
   
   .text-dark{
       color: #1d2124 !important;
   }


.alert-wrapper {
    float: left !important;
    border: none !important;
    border: 1px solid #e4e4e4 !important;
    background: #fff !important;
    width: 100% !important;
    padding: 20px 30px !important;
    font-size: 12px !important;
    -webkit-appearance: none !important;
    text-align: left  !important;
    border-radius: 0 !important;
}
.alert-content {
    font-weight: 500;
    font-family: 'Ek Mukta', sans-serif ;
    float: left !important;
    border: none !important;
    width: 100% !important;
    padding: 20px 30px !important;
    font-size: 12px !important;
    -webkit-appearance: none !important;
    text-align: left  !important;
}
.alert-content h4{
    font-size: 14px !important;
    font-weight: 700;
}
.alert-danger{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-success{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

