body.yu-login {
  background: var(--yu-red);
  min-height: 100dvh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 24px 16px calc(24px + var(--yu-safe));
}
.yu-login__logo { width: 168px; margin-bottom: 28px; }
.yu-login__card {
  width: 100%; max-width: 380px;
  background: var(--yu-cream); border-radius: var(--yu-r-lg); padding: 24px 20px;
}
.yu-login__title { font-size: 20px; margin-bottom: 4px; }
.yu-login__sub { font-size: 14px; color: #7a5b2e; margin-bottom: 20px; }
.yu-login__card .yu-input { border-color: var(--yu-cream-deep); }
.yu-login__pw { position: relative; }
.yu-login__eye {
  position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px; border: 0; background: none; color: #7a5b2e;
  display: grid; place-items: center;
}
.yu-login__help { font-size: 13px; color: #7a5b2e; margin-top: 16px; text-align: center; line-height: 1.5; }
.yu-login__help a { color: inherit; font-weight: 700; }
.yu-login__langs { display: flex; gap: 8px; justify-content: center; margin-top: 22px; flex-wrap: wrap; }
.yu-login__lang {
  min-height: 36px; padding: 0 14px; border-radius: var(--yu-r-pill);
  border: 1px solid rgba(255, 243, 215, .45); background: none; color: var(--yu-cream);
  font-size: 14px; font-weight: 600;
}
.yu-login__lang.is-current { background: var(--yu-cream); color: var(--yu-red); border-color: var(--yu-cream); }
.yu-login__error {
  background: #fff; color: var(--yu-danger); border-radius: var(--yu-r-sm);
  padding: 10px 12px; font-size: 14px; margin-bottom: 16px; font-weight: 600;
}

/* The access code is the whole form: give it room and make it unmistakable. */
.yu-code-input {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 20px !important;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
  min-height: 60px;
  padding: 10px 12px;
}
.yu-code-input::placeholder { letter-spacing: .08em; color: #c4ab7d; text-transform: none; }
.yu-login__hint { font-size: 13px; color: #7a5b2e; margin: -6px 0 18px; text-align: center; }
.yu-login__staff {
  display: block; margin-top: 22px; text-align: center;
  font-size: 13px; color: rgba(255, 243, 215, .75); text-decoration: none;
}
.yu-login__staff:hover { color: var(--yu-cream); }
