body {
  font-family: "Poppins", "Arial", serif;
  height: 100%;
}

input {
  --tw-ring-shadow: 0 0 #000 !important;
}

.form {
  width: 100%;
  margin-bottom: 0;
}

.form__title {
  font-size: 18px;
  line-height: 20px;
}

.form__button {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.form__input-text {
  font-size: 14px;
}

.password-errors {
  font-size: 14px;
  line-height: 20px;
}

.form__message {
  font-size: 14px;
  line-height: 21px;
}

.password-visibility__icon,
.reset-password-visibility__icon {
  position: absolute;
  top: 6px;
  right: 16px;
  cursor: pointer;
}
