.password-reset-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #404043;
}

.password-reset-form img {
  height: 100px;
}

.password-reset-form h1 {
  margin-top: 5px;
  color: #404043;
  font-size: 40px;
}

.password-reset-form form {
  display: flex;
  flex-direction: column;
}

.password-reset-form span.description {
  font-size: 17px;
  margin-top: 5px;
}

.password-reset-form p label {
  display: none;
}

.password-reset-form input {
  font-size: 16px;
  margin: 10px 0;
  padding: 10px;
  margin-inline-start: 10px;
}

.password-reset-form input:not(.update) {
  width: 300px;
  max-width: 100%;
  height: 35px;
  border-radius: 10px !important;
  border: 1px solid #d9d9d9 !important;
  padding: 8px 15px;
  font-weight: 600;
}

.password-reset-form input.update {
  height: 48px;
  background: #f40058;
  border-radius: 10px;
  border: none;
  color: white;
}

.password-reset-form a.back {
  color: #404043;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  margin-top: 5px;
}

.password-reset-form input.update {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}
