body {
  overflow: hidden;
}
.backdrop-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;

  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  backdrop-filter: brightness(40%) blur(8px);
}

.form-wrapper {
  max-width: 500px;
}
