/* Fan30Tech test-access page background image | sit v83
   Uses the approved dark background artwork for the test-access page only. */

html,
body {
  background-color: #050608;
}

.page-background {
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(4, 5, 8, 0.14) 0%, rgba(4, 5, 8, 0.32) 100%),
    url('../pictures/welcome-login-background-v83.png') center center / cover no-repeat !important;
}

.page-background__overlay {
  background:
    radial-gradient(circle at 50% 50%, rgba(10, 12, 18, 0.08) 0%, rgba(4, 5, 8, 0.24) 62%, rgba(3, 4, 7, 0.46) 100%),
    linear-gradient(180deg, rgba(3, 4, 7, 0.08), rgba(3, 4, 7, 0.24)) !important;
}

.page-background__grid,
.page-background__glow {
  display: none !important;
}

.admin-login-page {
  position: relative;
  z-index: 1;
}

@media (max-width: 760px) {
  .page-background {
    background:
      linear-gradient(180deg, rgba(4, 5, 8, 0.18) 0%, rgba(4, 5, 8, 0.36) 100%),
      url('../pictures/welcome-login-background-v83.png') center center / cover no-repeat !important;
  }

  .page-background__overlay {
    background:
      radial-gradient(circle at 50% 42%, rgba(10, 12, 18, 0.06) 0%, rgba(4, 5, 8, 0.28) 60%, rgba(3, 4, 7, 0.54) 100%) !important;
  }
}

@media (prefers-contrast: more) {
  .page-background__overlay {
    background: rgba(3, 4, 7, 0.34) !important;
  }
}
