.searchField input {
    border: 2px solid #888888;
    border-right: 0;
    border-radius: .75rem 0 0 .75rem;
    text-align: center;
}

.searchField .input-group-addon {
    border: 2px solid #e6461d;
    border-left: 0 !important;
    border-radius:  0 .75rem .75rem 0 !important;
    background-color: #e6461d;
    color: white;
}
