#firstboxlogin, #text-login, #logo_login { background-color: transparent;}html { height: 100%;}body { background-size: cover; background-repeat: no-repeat; background-position: center; background-image: url("/plugins/trademark/front/picture.send.php?path=26/68f8e3d805c26.jpg");}/* ===== LOGIN UNIVERSIDAD CES · AZURE AD ===== */

/* Fondo azul institucional */
body.welcome-anonymous {
  margin: 0;
  padding: 0;
  background-color: #002e62 !important;
  font-family: "Arial", Helvetica, sans-serif;
  color: #0f2647;
}

/* Contenedor principal centrado */
body.welcome-anonymous .page-anonymous {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 20px;
}

body.welcome-anonymous .flex-fill {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

body.welcome-anonymous .container-tight {
  max-width: 500px !important;
  width: 100%;
  margin: 0 auto;
  transition: max-width 0.3s ease;
}

/* Expandir cuando se muestra el formulario estándar */
body.welcome-anonymous .container-tight:has(.main_login:not([style*="display: none"])) {
  max-width: 800px !important;
}

/* LOGO - Ahora completamente dentro de la tarjeta */
body.welcome-anonymous .text-center {
  margin-bottom: 0 !important;
}

body.welcome-anonymous .glpi-logo {
  display: block !important;
  margin: 0 auto 30px auto !important;
  max-width: 260px !important;
  height: auto !important;
  position: relative;
  z-index: 10;
}

/* TARJETA DEL LOGIN */
body.welcome-anonymous .card {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e6ebf1;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  padding: 10px 30px; /* antes: 40px 40px 36px 40px */
  margin-top: 0;
  transition: transform 0.2s ease;
}

body.welcome-anonymous .card:hover {
  transform: translateY(-2px);
}

/* TÍTULO */
body.welcome-anonymous .card-header h2 {
  color: #1d3159 !important;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 24px;
  margin-top: 0;
  font-weight: 700;
  text-align: center;
}

/* Ocultar el header por defecto */
body.welcome-anonymous .card-header {
  background: transparent;
  border: none;
  padding: 0;
  margin-bottom: 20px;
}

/* BOTONES DE LOGIN EXTERNO */
body.welcome-anonymous .list-group {
  gap: 16px;
  flex-direction: column !important;
  align-items: stretch;
}

body.welcome-anonymous .list-group-item {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #f2b500 !important;
  color: #0f2647 !important;
  border: 1px solid #d39d00 !important;
  border-radius: 999px !important;
  padding: 14px 26px !important;
  font-weight: 700;
  text-decoration: none !important;
  font-size: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
  flex-direction: row !important;
}

body.welcome-anonymous .list-group-item:hover {
  background: #e4a900 !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}

/* ICONO DE MICROSOFT */
body.welcome-anonymous .list-group-item i {
  font-size: 24px !important;
  width: 24px;
  height: 24px;
  margin: 0 !important;
}

body.welcome-anonymous .list-group-item span {
  font-size: 15px;
  font-weight: 700;
}

/* ENLACE "Standard login" */
body.welcome-anonymous #show_login_form {
  color: #1d3159;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}

body.welcome-anonymous #show_login_form:hover {
  text-decoration: underline;
}

/* FORMULARIO DE LOGIN ESTÁNDAR (cuando se muestra) */
body.welcome-anonymous .main_login {
  margin-bottom: 20px;
}

body.welcome-anonymous .main_login .card-header h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

body.welcome-anonymous .form-label {
  color: #1d3159;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
}

body.welcome-anonymous .form-control,
body.welcome-anonymous .form-select {
  border: 1px solid #d1d9e6;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 14px;
  width: 100% !important;
}

body.welcome-anonymous .form-control:focus,
body.welcome-anonymous .form-select:focus {
  border-color: #f2b500;
  box-shadow: 0 0 0 3px rgba(242, 181, 0, 0.1);
}

body.welcome-anonymous .btn-primary {
  background: #f2b500 !important;
  border: 1px solid #d39d00 !important;
  color: #0f2647 !important;
  border-radius: 999px !important;
  padding: 12px 24px !important;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.2s ease;
  width: 100% !important;
}

body.welcome-anonymous .btn-primary:hover {
  background: #e4a900 !important;
  transform: translateY(-1px);
}

/* Ajustar el contenedor del formulario */
body.welcome-anonymous .main_login .card-body {
  width: 100%;
}

/* Ajustar grupos de formulario */
body.welcome-anonymous .form-group,
body.welcome-anonymous .mb-3 {
  width: 100%;
}

/* CHECKBOX */
body.welcome-anonymous .form-check-label {
  color: #1d3159;
  font-size: 14px;
}

/* SEPARADOR */
body.welcome-anonymous hr {
  border-color: #e6ebf1;
  margin: 20px 0;
}

/* PIE DE PÁGINA */
body.welcome-anonymous .text-muted {
  color: #e2e8f0 !important;
  font-size: 12px;
  margin-top: 30px !important;
}

body.welcome-anonymous .text-muted a {
  color: #f2b500;
  text-decoration: none;
}

body.welcome-anonymous .text-muted a:hover {
  text-decoration: underline;
}

body.welcome-anonymous .text-muted h6 {
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
  margin: 0;
}

/* === LOGIN ESTÁNDAR EN DOS COLUMNAS - SOLO CSS === */
body.welcome-anonymous .main_login .card-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

body.welcome-anonymous .main_login .form-group,
body.welcome-anonymous .main_login .mb-3 {
  width: 100% !important;
}

body.welcome-anonymous .main_login .form-group:last-child,
body.welcome-anonymous .main_login .form-group:has(input[type="checkbox"]),
body.welcome-anonymous .main_login .form-group:has(button),
body.welcome-anonymous .main_login .mb-3:has(button) {
  grid-column: span 2;
}

/* RESPONSIVE */
@media (max-width: 600px) {
  body.welcome-anonymous .container-tight {
    max-width: 100% !important;
    padding: 0 15px;
  }

  body.welcome-anonymous .card {
    padding: 30px 24px;
    margin-top: 0;
  }

  body.welcome-anonymous .glpi-logo {
    max-width: 200px !important;
    margin-bottom: 25px !important;
  }

  body.welcome-anonymous .card-header h2 {
    font-size: 20px;
  }

  body.welcome-anonymous .list-group-item {
    padding: 12px 20px !important;
    font-size: 14px;
  }

  body.welcome-anonymous .list-group-item i {
    font-size: 20px !important;
    width: 20px;
    height: 20px;
  }

  /* Volver a 1 sola columna en móvil */
  body.welcome-anonymous .main_login .card-body {
    grid-template-columns: 1fr !important;
  }
}









