/* ConectarBot: aumentar logo SOLO en login */
img[alt="ConectarBot"].block.w-auto.h-8.mx-auto {
  height: 72px !important;
  max-height: 72px !important;
  width: auto !important;
}

/* por si existe variante dark */
img[alt="ConectarBot"].block.w-auto.h-8.mx-auto.dark\\:hidden {
  height: 72px !important;
  max-height: 72px !important;
  width: auto !important;
}
