html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* ==== SEEINER IA – Ajuste tamaño logo login ==== */
img {
  max-width: 400px !important;
  max-height: 220px !important;
  width: auto !important;
  height: auto !important;
}
