[hidden] {
  display: none !important;
}

.login-story {
  padding: 58px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.login-story::before,
.login-story::after {
  display: none;
}

.story-copy {
  max-width: 580px;
}

.story-copy h1 {
  font-size: clamp(48px, 5.4vw, 78px);
  line-height: 1.02;
  margin: 22px 0;
}

.story-copy p {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.topbar {
  justify-content: flex-end;
}

.mode-badge {
  display: none !important;
}

body.login-active {
  height: 100vh;
  overflow: hidden;
}

body.login-active .login-shell {
  height: 100vh;
  min-height: 0;
  overflow: hidden;
}
