.auth-switch {
  display: block;
  margin: 16px auto 0;
  border: 0;
  background: transparent;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
}

.auth-switch:hover {
  text-decoration: underline;
}

.landing-brand {
  color: #fff;
  text-decoration: none;
}

.account-brand,
.onboard-brand {
  color: #fff;
  text-decoration: none;
}

.back-home {
  display: flex;
}
