.auth-screen.login-screen .dither-background {
  opacity: 1 !important;
  overflow: hidden;
  background: #111016;
}

.auth-screen.login-screen .dither-background > div {
  display: none !important;
}

#orbis-admin-dither-match {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  image-rendering: auto !important;
}

.auth-screen.login-screen .auth-veil {
  background: rgba(17, 16, 22, .14);
}

.auth-screen.login-screen .dither-background canvas {
  image-rendering: auto !important;
}

.auth-screen.login-screen .login-card {
  background: rgba(25, 24, 30, .24);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .34), inset 0 1px rgba(255, 255, 255, .06);
}

.auth-screen.login-screen .login-card h2 {
  background: none;
  color: var(--text);
  -webkit-text-fill-color: var(--text);
}

@media (max-width: 600px) {
  .auth-screen.login-screen .dither-background canvas {
    image-rendering: pixelated !important;
  }
}
