body:has(.password-modal.active) {
  overflow: hidden;
}

.password-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: #FFF;
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.password-modal.active {
  display: flex;
}

.password-modal form {
  text-align: center;
  width: 100%;
  max-width: 340px;
  padding: 0 20px;
}

.password-modal form input {
  width: 100%
}
