/* custom css */

.enterprise-form-container .select2-container--default .select2-selection--single {
    border: 1px solid #E5E7EB;
}
.enterprise-form-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
}
.enterprise-form-container .select2-container .select2-selection--single {
    height: 47px;
}
.enterprise-form-container .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
}

.signup-form-container .select2-container--default .select2-selection--single {
    border: 1px solid #E5E7EB;
}
.signup-form-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
}
.signup-form-container .select2-container .select2-selection--single {
    height: 47px;
}
.signup-form-container .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
}