html{
  font-size:100%;
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}

@media (max-width:767px){
  input:not(.codeBox):not([type]),
  input[type="text"]:not(.codeBox),
  input[type="email"]:not(.codeBox),
  input[type="password"]:not(.codeBox),
  input[type="search"]:not(.codeBox),
  input[type="tel"]:not(.codeBox),
  input[type="url"]:not(.codeBox),
  input[type="number"]:not(.codeBox),
  input[type="date"]:not(.codeBox),
  input[type="time"]:not(.codeBox),
  input[type="datetime-local"]:not(.codeBox),
  textarea,
  select{
    font-size:16px !important;
  }

  button[type="submit"],
  input[type="submit"],
  input[type="button"],
  input[type="reset"]{
    font-size:16px !important;
  }
}
