.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px !important;
}

.btn-submit {
    background-color: #f96c08;
    color: #fff;
}

.btn-submit:hover {
    background-color: #f96c08;
    color: #fff;
}