.wl_form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #55595c;
    background-image: none;
    border: 0px solid #fff;
    border-radius: 0rem;
    cursor: pointer
}

.wl_form-control:hover {
   
    background-color: #e4bb00;
color: #202020;
    font-weight: bold
}