Hi Judy,
Please use the following css to fix your issue;
button.btn.btn-grey {
background-color: #f59cc8;
}
input.form-control {
border: 1px solid #f59cc8;
}
i.fa.fa-search {
color: #fff;
}
NOTE: Please use the child theme style.css or custom css plugin to write the css.
Thanks