@import url("../auth.css");

.auth-link-row {
  text-align: center;
  margin-top: 16px;
}

.auth-link-row a {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.9rem;
}

.auth-link-row a:hover {
  text-decoration: underline;
}
