body.login #page > div:last-child {
  background-color: #050816;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: min(34vw, 460px) auto !important;
}

body.login #page > div:last-child::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(210, 45, 121, 0.08), transparent 52%),
    linear-gradient(180deg, rgba(16, 22, 51, 0.18), rgba(5, 8, 22, 0.38));
  pointer-events: none;
}

body.login #page > div:last-child {
  position: relative;
}

body.login #page > div:last-child > * {
  position: relative;
  z-index: 1;
}

body.login #page .submit-row {
  justify-content: center;
}

