@import url('login-kkpms.css');

/* iOS Safari auto-zooms when focused inputs are below 16px; this keeps forms
   at the minimum size app-wide (loaded last so it wins over layout overrides). */
@supports (-webkit-touch-callout: none) {
  input:not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="file"]):not([type="hidden"]):not([type="image"]),
  select,
  textarea {
    font-size: 16px !important;
  }
}
