input, textarea, select {
    background-color: #fff;
  }

textarea {
    background-color: #fff!important;
}

.webform-submission-form input:not([type=submit]), .webform-submission-form select {
    min-width: 20px;
  min-height: 15px;
   position: relative;
    top: 8px;
}