/* ===========================
   SPEED+ - LOGIN TELECOM
   =========================== */

/* Fundo branco corporativo */
body {
  background: #f4f6fa !important;
}

/* Marca d'água */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("/glpi/pics/login_logo_glpi.png");
  background-repeat: no-repeat;
  background-position: center 20%;
  background-size: 500px auto;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}

/* Garantir que o conteúdo fique acima */
.container,
.card {
  position: relative;
  z-index: 1;
}

/* Card premium */
.card {
  border-radius: 18px !important;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08) !important;
  border: none !important;
}

/* Botão Speed+ */
.btn-primary {
  background-color: #b22222 !important;
  border-color: #b22222 !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
}

.btn-primary:hover {
  background-color: #8b1a1a !important;
  border-color: #8b1a1a !important;
}

/* Logo maior */
.login-logo img {
  max-height: 95px !important;
}

/* Slogan abaixo da logo */
.login-logo::after {
  content: "SPEED+ • Central de Serviços • Call Center";
  display: block;
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(0,0,0,0.55);
}

/* Esconder copyright GLPI */
footer,
.login-footer,
.text-muted {
  display: none !important;
}

/* Rodapé Speed+ */
body::after {
  content: "Speed+ Telecom • Suporte Técnico 24x7";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
  font-size: 12px;
  color: rgba(0,0,0,0.55);
  z-index: 1;
}
