/* Client UI: sign-in and setup pages. */
.auth-wrap {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.auth-card {
  width: 100%;
  max-width: 380px;
}
.auth-brand {
  font-family: var(--mono);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: .04em;
  color: var(--deep);
}
.auth-mark-sub {
  color: var(--ink-muted);
  margin-left: 4px;
}
.btn-block {
  width: 100%;
  justify-content: center;
}
