/* iPlug CRM — overrides da tela de login (whitelabel) */

/* Esconde o "Entrar no iPlug CRM" pra deixar só o logo */
section:has(> img[alt="iPlug CRM"]) h2 {
  display: none;
}

/* Logo maior e centralizado (o PNG do iPlug já é transparente, sem fundo) */
img[alt="iPlug CRM"] {
  height: 12rem !important;
  width: auto !important;
  margin-inline: auto;
}

/* Botão principal no verde iPlug */
button[data-testid="submit_button"] {
  background: #25db5f !important;
  border-color: #25db5f !important;
  color: #052e16 !important;
}
button[data-testid="submit_button"]:hover {
  background: #1fc454 !important;
  border-color: #1fc454 !important;
}

/* Links/acentos no verde da marca */
a {
  color: #1fc454;
}
