input.form-control {
    border: 2px solid #0072bf;
    border-radius: 12px;
    font-family: 'montserratregular';
}

.input-group-text,
.input-daterange input{
    background: inherit;
    border: 2px solid #0072bf;
    border-radius: 12px;
}

.input-group>.input-group-prepend>.input-group-text {
    border-right: 0;
}

span.input-group-text {
    border-right: 0;
    padding: 0;
    padding-left: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.form-control:not(:first-child) {
    border-left: 0;
}

input.form-control-blue,
textarea.form-control-blue,
select.form-control-blue {
    border: 2px solid #0072bf;
    border-radius: 12px;
    font-family: 'montserratregular';
    margin-top: 10px;
}

select[multiple].form-control-blue {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.form-control:not(:first-child) {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 2px solid #0072bf;
    border-radius: 12px;
    font-family: 'montserratregular';
    min-height: 38px;
    padding-top: 4px;
}

.select2-container--default .select2-selection--multiple {
    padding-top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #0072bf;
    color: #FFF;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #FFF;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
}

button.btn {
    font-family: 'montserratregular';
}