.auth-forgot {
  justify-self: end;
  margin-top: -7px;
  color: var(--orange);
  font-size: .72rem;
  text-decoration: none;
}
.auth-forgot:hover { color: var(--orange-2); }
