// Remove awkward default styles on some inputs for iOS
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea,
select
  appearance: none !important
  border-radius: 0 !important
