/* H2O - modale de connexion UM (preprod) - v1 */

body.h2o-login-open { overflow: hidden; }

#h2o-login-overlay {
  position: fixed; inset: 0; z-index: 100000;
  background: rgba(15, 23, 42, .55);
  display: flex; align-items: flex-start; justify-content: center;
  padding: 40px 16px; overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#h2o-login-overlay.h2o-login-hidden { display: none; }

#h2o-login-modal {
  position: relative; background: #fff; border-radius: 12px;
  width: 100%; max-width: 460px; margin: auto;
  padding: 30px 24px 22px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, .35);
}
#h2o-login-modal .h2o-login-close {
  position: absolute; top: 6px; right: 10px;
  border: 0; background: transparent; font-size: 28px; line-height: 1;
  color: #8e99a6; cursor: pointer; padding: 4px 9px; font-family: inherit;
}
#h2o-login-modal .h2o-login-close:hover { color: #294c85; }

#h2o-login-modal .h2o-login-reg {
  margin: 16px 0 2px; text-align: center; font-size: 14px; color: #68737f;
}
#h2o-login-modal .h2o-login-reg a {
  color: #294c85; font-weight: 600; text-decoration: underline;
}

/* Le formulaire UM occupe toute la largeur de la modale. */
#h2o-login-modal .um,
#h2o-login-modal .um-form { max-width: 100% !important; width: 100% !important; margin: 0 !important; }
