#algolia-search-form button {
    border: 1px solid #000;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    transition: all 0.3s;
}

#algolia-search-form input[type="text"] {
   width: 80%;
}