/* clear the unwanted gray box */
.header-searchbox-container {
    background-color: #fff !important;
}

/* now that the box around the searchbox has a white background, need to make the header text a dark color...use same value as auth banner */
.home .header-searchbox-container h2 {
    color: #212529 !important;
}