.search-field {
    padding: 0 !important;
    border: solid 1px #878787;
    border-radius: 2px;
    overflow: hidden;

}

.search-field .input-group-text {
    padding: 10px;
    background-color: #f5f5f5;
    max-height: 31px;
}

.search-field .form-control {
    margin: 0;
    padding: 6px 10px;
    max-height: 31px;

    background-color: #f5f5f5;
}

.search-field .btn {
    padding: 11px 10px !important;
    border-radius: 2px !important;
    border: solid 1px #878787 !important;
    line-height: 1.4 !important;
    letter-spacing: 0.24px !important;
    text-align: left;
    max-height: 31px;
    color: #878787 !important;
    background-color: #f5f5f5 !important;
    font-size: 12px !important;
}