body.labnodes-auth-pending [data-labnodes-protected] {
  display: none !important;
}

.labnodes-auth-screen {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 2rem 1.25rem;
  background: radial-gradient(circle at 50% 20%, rgba(0, 127, 227, 0.08), transparent 26rem), #ffffff;
  color: #123047;
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

.labnodes-auth-card {
  width: min(100%, 34rem);
  display: grid;
  justify-items: center;
  gap: 1rem;
}

.labnodes-auth-copy {
  width: min(100%, 31rem);
  display: grid;
  gap: 0.55rem;
  text-align: center;
}

.labnodes-auth-kicker {
  color: #007fe3;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.labnodes-auth-copy h1 {
  margin: 0;
  color: #007fe3;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  line-height: 1;
}

.labnodes-auth-copy p,
.labnodes-auth-message {
  margin: 0;
  color: #31536d;
  font-size: 1rem;
  line-height: 1.55;
}

.labnodes-auth-message {
  width: min(100%, 31rem);
  text-align: center;
}

.labnodes-auth-message.error {
  padding: 0.9rem 1rem;
  border: 1px solid rgba(179, 42, 42, 0.22);
  border-radius: 8px;
  background: rgba(179, 42, 42, 0.08);
  color: #8b1f1f;
}

.labnodes-auth-message a {
  color: #007fe3;
  font-weight: 800;
  text-decoration: none;
}

.labnodes-auth-message a:hover { text-decoration: underline; }
.labnodes-auth-user { display: flex; justify-content: center; }

.labnodes-topbar-user,
.labnodes-topbar-user .cl-rootBox {
  width: 2rem;
  height: 2rem;
}

.labnodes-topbar-user {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.labnodes-clerk-signin {
  width: min(100%, 31rem);
  display: grid;
  place-items: center;
}

.labnodes-clerk-signin .cl-rootBox,
.labnodes-clerk-signin .cl-cardBox {
  width: 100%;
  max-width: none;
  margin-inline: auto;
  box-shadow: none !important;
}

.labnodes-clerk-signin .cl-card,
.labnodes-clerk-signin .cl-main,
.labnodes-clerk-signin .cl-cardBox {
  border: 0 !important;
  box-shadow: none !important;
}

.labnodes-clerk-signin .cl-footer,
.labnodes-clerk-signin .cl-footerAction,
.labnodes-clerk-signin .cl-footerActionText,
.labnodes-clerk-signin .cl-footerActionLink,
.labnodes-clerk-signin .cl-header,
.labnodes-clerk-signin .cl-headerTitle,
.labnodes-clerk-signin .cl-headerSubtitle,
.labnodes-clerk-signin .cl-headerTitleRow,
.labnodes-clerk-signin [class*="footerAction"],
.labnodes-clerk-signin [class*="headerTitle"],
.labnodes-clerk-signin [class*="headerSubtitle"],
.labnodes-clerk-signin [data-localization-key="signIn.start.title"],
.labnodes-clerk-signin [data-localization-key="signIn.start.subtitle"],
.labnodes-clerk-signin [data-localization-key="signIn.start.actionText"],
.labnodes-clerk-signin [data-localization-key="signIn.start.actionLink"],
.labnodes-clerk-signin [data-localization-key="footerPageLink__help"],
.labnodes-clerk-signin [data-localization-key="badge__secured"] {
  display: none !important;
}
