/* Login page only: the sheet is loaded by renderLogin(), not by the shared page shell. */
body {
  justify-content: center;
  overflow-x: hidden;
  overflow-y: auto;
  background: radial-gradient(circle at 50% 42%, #241d18 0%, #0b0a09 54%, #050505 100%);
}
.brand,
.aione-login-card,
.foot {
  position: relative;
  z-index: 1;
}
.aione-login-card {
  background: rgba(20, 20, 22, .96);
}
.aione-login-card input {
  font-size: 16px;
}
#aione-login-wallpaper {
  position: fixed;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  background: radial-gradient(circle at 50% 42%, #241d18 0%, #0b0a09 54%, #050505 100%);
}
@media (max-height: 560px) {
  body {
    min-height: 100%;
    justify-content: flex-start;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 440px) {
  body {
    padding-left: 12px;
    padding-right: 12px;
  }
}
