#searchBar button {
  background: #FDBE91 !important;
  border-color: transparent !important;
  color: #FAFAFA !important;
  transition: all 0.3s ease !important;
}

#searchBar button:hover {
  background: #FCA161 !important;
  border-color: transparent !important;
  color: #FAFAFA !important;
}