@charset "UTF-8";

.password-reset {
  width: 100%;
  padding: var(--sp-spacing-16) 0 var(--sp-spacing-40);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--sp-spacing-24)
}

@media (min-width: 961px) {
  .password-reset {
    padding: var(--sp-spacing-24) 0 var(--sp-spacing-64)
  }
}

.password-reset__head {
  font-size: 40px;
  line-height: 100%;
  font-weight: 600
}

.password-reset__form {
  width: 100%;
  max-width: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--sp-spacing-24)
}

.password-reset__read {
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  color: var(--clr-text-sub);
  text-align: center
}

.password-reset__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.password-reset__message {
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
  font-weight: 600
}

.password-reset__link {
  padding-right: var(--sp-spacing-32)
}

.password-reset__error-link {
  margin-top: var(--sp-spacing-40);
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  color: var(--clr-text-red);
  text-decoration: underline
}
