select.vfb-select {
  width:100%;
  padding:10px;
  border:none;
}

input[type="text"].vfb-medium {
   width:100%;
  padding:10px;
  border:none;
}

input[type="email"].vfb-medium {
   width:100%;
  padding:10px;
  border:none;
}

input[type="tel"].vfb-medium {
   width:100%;
  padding:10px;
  border:none;
}

.visual-form-builder .vfb-legend h3 {
  text-align:center;
}

.visual-form-builder fieldset {
  border:none
}

input[type="submit"].vfb-submit {
   width:100%;
  background:#9F4F28;
  color:white;
  font-weight:bold;
}
h3{
 color:#9F4F28; 
}