:root[data-glpi-theme=bunker_dark] {
  /* UI PRINCIPAL */
  --tblr-body-bg: #000a16;
  --tblr-body-color: #CDCDCD;
  --tblr-primary-rgb: 230, 57, 70, 0.9 ;
  --tblr-secondary: #CDCDCD;
  --tblr-bg-surface-tertiary: #000F20;
  --tblr-border-color: rgba(205, 205, 205, 0.16);
  --tblr-link-color-rgb: 205, 205, 205;
  --tblr-primary-fg: #CDCDCD;
  /* MENU */
  --glpi-mainmenu-bg: #000F20;
  --glpi-mainmenu-fg: #ffffffb3;
  /* HELP DESK */
  --glpi-helpdesk-header: #111a2b;
  --glpi-itil-secondary-bg: #000F20;
  --glpi-helpdesk-tiles-section-bg: #000F20;
  --glpi-helpdesk-tabs-section-bg: #000F20;
  /* TABS */
  --glpi-tabs-bg: #000F20;
  --glpi-tabs-fg: #e6edf3;
  /*--------------------
      PAGINA DE LOGIN 
  ----------------------*/
}
:root[data-glpi-theme=bunker_dark] .dashboard.fullscreen, :root[data-glpi-theme=bunker_dark] .dashboard.embed {
  background: #000F20 !important;
  padding: 10px;
}
:root[data-glpi-theme=bunker_dark] .dashboard .multiple-numbers .table .line .label, :root[data-glpi-theme=bunker_dark] .dashboard .multiple-numbers .table .line .icon {
  font-size: 20px !important;
}
@media (min-width: 992px) {
  :root[data-glpi-theme=bunker_dark] .navbar-vertical.navbar-expand-lg .navbar-brand {
    padding: 1rem 0;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  :root[data-glpi-theme=bunker_dark] body.navbar-collapsed .navbar-brand .glpi-logo {
    width: 40px;
    height: 40px;
  }
}
:root[data-glpi-theme=bunker_dark] .welcome-anonymous {
  background: url(../pics/logos/fundo_backuground.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow-y: hidden;
}
:root[data-glpi-theme=bunker_dark] .page .glpi-logo {
  width: 150px;
  height: 46px;
}
:root[data-glpi-theme=bunker_dark] .page-anonymous .glpi-logo {
  height: 130px !important;
  display: block;
}
:root[data-glpi-theme=bunker_dark] .justify-content-center {
  flex-direction: column;
  align-items: center;
}
:root[data-glpi-theme=bunker_dark] .card-header:first-child {
  margin: 0px !important;
}
@media (min-width: 768px) {
  :root[data-glpi-theme=bunker_dark] .col-md-5, :root[data-glpi-theme=bunker_dark] .col-md-6 {
    width: 50%;
  }
}
@media (min-width: 576px) {
  :root[data-glpi-theme=bunker_dark] .divbutton {
    display: flex;
    width: 100%;
    justify-content: center;
  }
}
:root[data-glpi-theme=bunker_dark] .plugin_glpisaml_login {
  width: 400px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
:root[data-glpi-theme=bunker_dark] button.btn.btn-light {
  width: 400px !important;
  height: 60px;
  background-color: #1b1b1b;
  border: 2px solid #c40d1c;
  color: rgba(255, 255, 255, 0.8705882353);
  padding: 5px;
}
:root[data-glpi-theme=bunker_dark] div#saml_buttons {
  margin-top: 20px !important;
  max-width: 400px !important;
}
:root[data-glpi-theme=bunker_dark] .iconMicrosoft {
  content: url(../pics/logos/microsoft.png);
}
:root[data-glpi-theme=bunker_dark] .divlogo {
  flex-direction: row !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
:root[data-glpi-theme=bunker_dark] .card-md > .card-body {
  padding: 1rem;
  height: 100%;
}
:root[data-glpi-theme=bunker_dark] .container-tight.py-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px !important;
}
:root[data-glpi-theme=bunker_dark] input#login_name {
  background-color: white;
  color: black;
}
:root[data-glpi-theme=bunker_dark] input#login_password {
  background-color: white;
  color: black;
}
:root[data-glpi-theme=bunker_dark] .card.card-md.main-content-card {
  background: transparent !important;
  border: 1px solid #e63946 !important;
  border-radius: 20px !important;
  box-shadow: 0px 10px 25px 10px rgba(0, 0, 0, 0.4588235294);
  overflow: hidden !important;
  animation: mod-centered-fade-in 0.5s ease-out !important;
  margin: 0 !important;
  height: 550px;
  width: 700px;
}
:root[data-glpi-theme=bunker_dark] div#saml_header {
  display: none;
}