.wpforms-form button[type=submit] {
background-color: #ff9f00!important;
border-color: #ff9f00!important;
color: #fff !important;
transition: background 0.3s ease-in-out;
}
 
.wpforms-form button[type=submit]:hover {
background-color: #ff5600 !important;
}
th {padding: 0px !important}