textarea {
    min-height: 150px;
}
.select2-selection__rendered {
    line-height: 46px !important;
}
.select2-container .select2-selection--single {
    height: 46px !important;
    border-color: rgba(0, 158, 224);
    color: #007bff;
}
.select2-selection__arrow {
    height: 46px !important;
}

.select2{
    width:100% !important;
}
select {
    height: 46px!important;
    line-height: 46px!important;
    border-color: rgba(0, 158, 224);
    color: #007bff;
}
