.auth-page--login .text-button {
  justify-self: center;
  margin: -8px 0 0;
  padding: 2px 8px;
  border: 0;
  background: transparent;
  color: #aaa;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}

.auth-page--login .text-button:hover {
  color: var(--auth-blue);
}
