.register-modal-root {
  position: fixed;
  inset: 0;
  z-index: 10060;
  overflow: auto;
  background: var(--fds-background, #f5f5f5);
}

.register-modal-root[hidden] {
  display: none !important;
}

.register-modal-stage {
  min-height: 100%;
}

.register-modal-stage account-registration_container {
  display: block;
  min-height: 100dvh;
}
