.select2-container {
    margin: 15px 0 0;
}
.select2-container .select2-selection--single {
    height: auto !important;
    border-color: #cacaca;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 10px 30px 10px 8px;
    min-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    width: 30px !important;
}