The contact form on a responsive design has input fields with both an inset shadow and regular outside shadow. See image below.
Try adding -webkit-appearance: none; iOS tends to mess up forms.
-webkit-appearance: none;