.select2-selection__rendered {
    line-height: 31px !important;
}
.select2-container .select2-selection--single {
    height: 40px !important;
}
.select2-selection__arrow {
    height: 40px !important;
}
label.error{
    font-style: italic;
    font-weight: 600;
    margin: 2px 10px 0 0;
    color:  #dc3545;
}