.forgot-link {
  justify-self: end;
  margin-top: -7px;
  padding: 0;
  background: transparent;
  color: #8fb0cc;
  font-size: .72rem;
  text-decoration: underline;
  text-decoration-color: rgba(53, 217, 242, .35);
  text-underline-offset: 4px;
}

.forgot-link:hover,
.forgot-link:focus-visible {
  color: var(--cyan);
}

.message.neutral {
  color: #9fc4df;
  line-height: 1.55;
}
