@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
  .webform-submission-form .form-submit {
    -webkit-appearance: initial;    
  }
}
