.custom-input{
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #777777;
}
.custom-input:focus {
    border-color: #de2768;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(222, 39, 104, 0.6);
}
.custom-input-file{
    border: 1px solid #777777;
}
.custom-input-file:focus {
    border-color: #de2768;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(222, 39, 104, 0.6);
}

.select2-selection__rendered {
    line-height: 38px !important;
}
.select2-container .select2-selection--single {
    height: 40px !important;
}
.select2-selection__arrow {
    height: 39px !important;
}