body {
    font-family: 'Roboto';
}
.text-red, .error {
    color: #f00 !important;
}
.text-orange {
    color: #EB8334 !important;
}
.select2-dropdown--below {
    top: -2.8rem; /*your input height*/
}

.pt-30 {
    padding-top: 30px !important;
}
.bg-green {
    background-color: #00612F !important;
}
.pt-20 {
    padding-top: 20px;
}

.card-img-top {
    width: 250px !important;
    height: 160px !important;
}
.w-100{
    width: 100%!important;
}
