.form-password-reset__input {
  margin-bottom: 20px;
  position: relative;
}

.form-password-reset__submit {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-password-reset__submit button {
  width: 154px;
}

.form-password-reset__messages {
  padding: 20px 0;
  margin-top: 2px;
  color: var(--colorRed);
}

.form-password-reset__already-registered {
  color: #ff5752;
  cursor: pointer;
  margin-bottom: 36px;
  font-size: 0.875em;
  display: inline-block;
}
