Search box background on a different page template

Line 500 of your style.css reads:

.page-template-template-white-rev-php .custom-search .menu-search-form{
    background:#eef4f9;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}

Just remove the background line here to fix it.