.select2-container .select2-selection--single {height:50px!important}
.select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 50px!important;font-size: 16px;}
.select2-container--default .select2-selection--single .select2-selection__arrow b {margin-top: 4px!important}
.select2-container--default .select2-results__option--highlighted[aria-selected] {color: #020202!important;line-height: 34px!important;}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e5e5e5!important;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container {
    width: 100%!important;
}

.error_message_box{
    text-align: center;
    background: #f44336;
    color: #fff;
    height: 34px;
    margin-bottom: 10px;
    line-height: 35px;
    border-radius: 5px;
}

.success_message_box{
    text-align: center;
    background: #4caf50;
    color: #fff;
    height: 34px;
    margin-bottom: 10px;
    line-height: 35px;
    border-radius: 5px;
}

form .error {
    color: #f44336;
}