

.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea{
  background: transparent!important;
}
.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit]{
  background: #f0a815!important;
  color: #232323!important;
}
.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover{
	background: #232323!important;
  color: white!important;
}