/* =====================================================
   LOGIN - DEJAR SOLO LOGO QNT (ELIMINAR GLPI)
   ===================================================== */

/* Logo principal (QNT) */
.page-anonymous .col-md {
  background-image: url("/custom/logo-login.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 280px auto !important;
  min-height: 120px !important;
  margin-bottom: 20px !important;
}

/* ELIMINAR COMPLETAMENTE el logo GLPI */
.page-anonymous .glpi-logo,
.page-anonymous span.glpi-logo,
.page-anonymous span[title="GLPI"] {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important;
}

/* =====================================================
   LOGUEADO - HEADER / SIDEBAR (LOGO PEQUEÑO)
   ===================================================== */

#menu .glpi-logo,
.sidebar .glpi-logo,
header .glpi-logo {
  background-image: url("/custom/logo-header.png") !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  background-size: 120px auto !important;
  width: 160px !important;
  height: 40px !important;
  font-size: 0 !important;
  color: transparent !important;
}

/* Apagar SVG/IMG internos */
#menu .glpi-logo *,
.sidebar .glpi-logo *,
header .glpi-logo * {
  display: none !important;
}

/* =====================================================
   LOGIN - Reemplazar texto copyright GLPI
   ===================================================== */

.page-anonymous .copyright {
  font-size: 0 !important;        /* oculta texto original */
}

.page-anonymous .copyright::after {
  content: "© QNT - Mesa de Ayuda TI" !important;
  font-size: 13px !important;
  color: #6c757d !important;
  display: block !important;
  text-align: center !important;
  margin-top: 10px !important;
}
