@charset "UTF-8";
/* GLPI 11 Login page = body.welcome-anonymous */
/* Hintergrundbild auf die Login-Seite legen */
body.welcome-anonymous {
  background-image: url("/pics/custom/login-bg.png") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}

/* Falls ein Wrapper die Fläche mit Farbe übermalt: transparent machen */
body.welcome-anonymous .page,
body.welcome-anonymous .page-wrapper,
body.welcome-anonymous main,
body.welcome-anonymous .content,
body.welcome-anonymous .container,
body.welcome-anonymous .container-tight,
body.welcome-anonymous .container-xl,
body.welcome-anonymous .container-fluid {
  background: transparent !important;
  background-image: none !important;
}

/* Falls ein Overlay via pseudo-element genutzt wird: entfernen */
body.welcome-anonymous::before,
body.welcome-anonymous::after,
body.welcome-anonymous .page::before,
body.welcome-anonymous .page::after,
body.welcome-anonymous .page-wrapper::before,
body.welcome-anonymous .page-wrapper::after {
  background: transparent !important;
  background-image: none !important;
  content: none !important;
}