/* Session Console login page styles (served public from /static, like the rest
   of the static assets). Kept minimal: the 16px input font-size is the iOS
   Safari zoom-on-focus fix — iOS auto-zooms any focused field whose font-size
   is below 16px, so >=16px keeps the password field from zooming while leaving
   pinch-zoom intact. */
input[name="secret"] {
  font-size: 16px;
  padding: 9px 11px;
}
