
.form-control:not(textarea) , span.select2-selection.select2-selection--single{
max-height: 75px;
    height: 56px !important;
    border-radius: 0px !important;
    background: none !important;
    border: 1px solid rgba(0, 0, 0, 51%) !important;    
}

.select2-selection__placeholder{
    color: rgba(0, 0, 0, 58%) !important;
    font-size: larger !important;
    padding-left: 10px !important;
}
span.select2.select2-container.select2-container--default.select2-container--below {
    border: none !important;
}
.has-success span.select2-selection.select2-selection--single {
    border: solid 1px green !important;
}

.has-error span.select2-selection.select2-selection--single {
        border: 1px rgba(184, 106, 106, 0.5) solid !important;
}

textarea.form-control {
     padding: 29px;
   
    border-radius: 0px !important;
    background: none !important;
    border: 1px solid rgba(0, 0, 0, 51%);
}

