/* Evening palette normalized */
.password-reset-page .password-reset-card {
  width: min(100%, 520px);
}

.password-reset-page .password-reset-brand {
  overflow: hidden;
  padding: 0;
  border-radius: 19px;
  background: var(--ui-fill);
}

.password-reset-page .password-reset-brand img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.password-reset-page .password-reset-intro {
  max-width: 410px;
  margin-inline: auto;
}

.password-reset-page .password-reset-input > span {
  flex: 0 0 auto;
  color: var(--ui-tint-text);
  font-size: 15px;
}

.password-reset-page .password-reset-visibility {
  flex: 0 0 auto;
  min-width: 62px;
  padding: 8px 0 8px 8px;
  border: 0;
  color: var(--ui-text);
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  font-weight: 650;
}

.password-reset-page .password-reset-visibility:hover {
  color: var(--ui-text);
}

.password-reset-page .password-reset-message {
  min-height: 34px;
  display: grid;
  place-items: center;
}

.password-reset-page .password-reset-submit {
  width: 100%;
}

.password-reset-page .password-reset-back:disabled {
  opacity: 0.45;
  cursor: default;
}

@media (max-width: 560px) {
  .password-reset-page .password-reset-card {
    padding-inline: 20px;
  }

  .password-reset-page .password-reset-intro {
    font-size: 14px;
  }
}
