/* The host sign-in page: the poster (shared/poster.css) does the layout; this
   is only what's particular to sign-in. */
body {
  margin: 0;
  background: var(--bg, #0b0714);
  color: var(--text, #f3efff);
}
.hidden {
  display: none !important;
}
