/* Flobo full-page logo — only on sign-in (when BackgroundMockPage is present) */
.s1nbwame:has(.sfjocxu) .slp6lnv {
  display: none !important;
}

.s1g8s9g9:has(.sfjocxu) {
  flex: 1 1 100% !important;
  background-color: #0a0a0a !important;
  position: relative;
}

.s1g8s9g9:has(.sfjocxu)::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #0a0a0a;
  background-image: url(/images/custom/flobo-logo.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: min(92vw, 92vh);
  opacity: 0.32;
}

.s1g8s9g9:has(.sfjocxu) > * {
  visibility: hidden !important;
}
