/* ENSIGNA TOURS · V9.0.7.5.1
   Acceso/PIN: un único desplazamiento vertical real. */
html{
  min-height:100%!important;
  height:auto!important;
  max-height:none!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  overscroll-behavior-y:auto!important;
}
body.v4-page.v9075-auth-mode,
body.v4-page.v9075-forced-pin-change{
  min-height:100dvh!important;
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
  overflow-x:clip!important;
  overflow-y:visible!important;
  overscroll-behavior:auto!important;
  touch-action:pan-y pinch-zoom!important;
}
body.v4-page.v9075-auth-mode .v4-main,
body.v4-page.v9075-auth-mode .v4-container,
body.v4-page.v9075-auth-mode #auth,
body.v4-page.v9075-auth-mode #auth .v4-auth-grid,
body.v4-page.v9075-auth-mode #auth .v4-card,
body.v4-page.v9075-auth-mode #auth form,
body.v4-page.v9075-forced-pin-change .v4-main,
body.v4-page.v9075-forced-pin-change .v4-container,
body.v4-page.v9075-forced-pin-change #auth,
body.v4-page.v9075-forced-pin-change #auth .v4-auth-grid,
body.v4-page.v9075-forced-pin-change #auth .v4-card,
body.v4-page.v9075-forced-pin-change #auth form{
  min-height:0!important;
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
  overflow-x:visible!important;
  overflow-y:visible!important;
  overscroll-behavior:auto!important;
  contain:none!important;
  transform:none!important;
  touch-action:pan-y pinch-zoom!important;
}
body.v4-page.v9075-forced-pin-change #auth .v4-auth-grid{
  grid-template-columns:minmax(0,680px)!important;
  justify-content:center!important;
  align-items:start!important;
}
body.v4-page.v9075-forced-pin-change #loginForm,
body.v4-page.v9075-forced-pin-change #pinRecoveryRequestForm,
body.v4-page.v9075-forced-pin-change #accessChoice,
body.v4-page.v9075-forced-pin-change #activateForm,
body.v4-page.v9075-forced-pin-change #registerForm{display:none!important}
body.v4-page.v9075-forced-pin-change #pinRecoveryResetForm{
  display:block!important;width:100%!important;max-width:680px!important;margin-inline:auto!important;
}
@media(max-width:720px){
  body.v4-page.v9075-forced-pin-change #auth .v4-auth-grid{display:block!important;width:100%!important}
  body.v4-page.v9075-forced-pin-change #pinRecoveryResetForm{max-width:none!important;margin:0!important}
  #pinRecoverySaveButton{width:100%!important;min-height:50px!important}
}
