/* «Знак» — the wordmark carries the page, the form is a quiet footnote to it. */

.screen--login .stack {
  position: relative;
  z-index: 2;
  width: min(360px, 100%);
  text-align: center;
  padding-bottom: 6vh;
}

.screen--login .mark {
  font-family: var(--font-serif);
  font-size: clamp(46px, 12vw, 68px);
  font-weight: 400;
  letter-spacing: -.028em;
  line-height: 1;
  margin: 0;
}

.screen--login .rule {
  width: 34px;
  height: 1px;
  background: var(--line);
  border: 0;
  margin: 22px auto 20px;
}

.screen--login .kicker {
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 34px;
}
