.passwordreset {
  width: 100%;
}

.passwordreset__header {
  margin-bottom: 1.25rem;
}

.passwordreset__title {
  font-size: var(--font-size-md);
  margin: 0;
  margin-bottom: 1rem;
}

.passwordreset__subtitle {
  font-size: var(--font-size-sm);
  margin: 0;
  margin-bottom: 1rem;
  color: #333333;
}

.passwordreset .button {
  margin-top: 1.25rem;
}

.passwordreset-sent .button {
  margin-top: 1.5rem;
}

a {
  text-decoration: none;
}

.password-strength {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: var(--font-size-sm);
  opacity: 0.8;
  overflow: hidden;
}

.password-strength__item {
  padding: 0.25rem 0;
  transform: translateX(-1rem);
  transition: transform 0.1s linear;
}

.password-strength__item img {
  display: inline;
  opacity: 0;
  transition: opacity 0.1s linear;
}

.password-strength__item.password-strength__item--checked {
  color: #229050;
  transform: none;
}

.password-strength__item.password-strength__item--checked img {
  opacity: 1;
}
