input.search-field, 
.search-form input[type="search"],
.search-box input {
    border-color: #de0e3f !important;
}

input.search-field:focus, 
.search-form input[type="search"]:focus,
.search-box input:focus {
    border-color: #de0e3f !important;
    box-shadow: 0 0 0 2px rgba(222, 14, 63, 0.2) !important;
}

button.search-submit,
.search-form button[type="submit"],
.search-box button,
.search-submit {
    background-color: #de0e3f !important;
    border-color: #de0e3f !important;
    color: #ffffff !important;
}

button.search-submit:hover,
.search-form button[type="submit"]:hover,
.search-box button:hover,
.search-submit:hover {
    background-color: #b81b1b !important;
    border-color: #b81b1b !important;
}