html,
body {
  height: 100%;
}

.form-user {
  max-width: 330px;
  padding: 1rem;
}

.form-user .form-floating:focus-within {
  z-index: 2;
}

.form-user input, .form-user select {
  margin-bottom: 5px;
}

.password-toggle {
  position: absolute;
  right: 17px;
  top: 17px;
}