/* ======================================================
   LOGIN MULTIVISTA - REEMPLAZO COMPLETO
   ====================================================== */

.OcultarZOOM { display: none; }
div#zmmtg-root { width: 1px !important; height: 1px !important; }

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

/* BODY LOGIN: nada de centrado tipo tarjeta */
body.login-page{
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 100vh !important;
  height: auto !important;
  overflow-x: hidden;
  background: #fff;
}

/* Contenedor principal */
.login-page .login-shell{
  width: 100% !important;
  max-width: none !important;
  min-height: 100vh !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Card FULLSCREEN */
.login-page .card0{
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #fff;
  overflow: hidden;

  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Fila ocupa todo */
.login-page .login-row{
  flex: 1;
  min-height: 0;
  margin: 0 !important;
}

/* Columnas sin padding */
.login-page .login-hero-col,
.login-page .login-panel-col{
  padding: 0 !important;
}

/* =========================
   HERO IZQUIERDA (FOTO COVER)
   ========================= */
.login-page .login-hero{
  position: relative;
  height: 100%;
  min-height: 0;
  padding: 0 !important;
  overflow: hidden;
}

/* Contenedor de la imagen a full */
.login-page .login-hero .border-line{
  position: absolute;
  inset: 0;
  margin: 0 !important;
  padding: 0 !important;
  height: 100% !important;
  width: 100% !important;
  border: 0 !important;
}

/* Imagen a full cover */
.login-page .login-hero img.image{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
  border-radius: 0 !important;
}

/* Overlay suave */
.login-page .login-hero::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.14), rgba(0,0,0,.04));
  pointer-events: none;
}

/* Caja bienvenida */
.login-page .login-copy{
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  max-width: 520px;
  background: rgba(255,255,255,.92);
  border-radius: 12px;
  padding: 16px;
}

.login-page .login-heading{
  margin: 0 0 6px 0;
  font-size: 20px;
  font-weight: 700;
  color: #111;
}

.login-page .login-text{
  margin: 0;
  font-size: 13px;
  color: #111;
  opacity: .9;
}

/* =========================
   PANEL DERECHA
   ========================= */
.login-page .login-panel{
  height: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff;
}

.login-page .form-wrap{
  width: 100%;
  max-width: 560px;
  padding: 36px 34px;
}

/* Header (logo + nombre conjunto) */
.login-page .brand-header{
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}

.login-page .brand-logo{
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.login-page .brand-subtitle{
  font-size: 14px;
  opacity: .85;
  margin-bottom: 4px;
}

.login-page .brand-name{
  font-size: 18px;
  font-weight: 700;
}

/* Inputs */
.login-page input,
.login-page textarea,
.login-page select,
.login-page .form-control{
  width: 100%;
  padding: 12px 12px;
  border: 1px solid #DCDCDC;
  border-radius: 10px;
  margin-bottom: 18px;
  margin-top: 5px;
  color: #333;
  font-size: 15px;
}

.login-page input:focus,
.login-page textarea:focus,
.login-page select:focus,
.login-page .form-control:focus{
  border: 1px solid #3B82F6;
  box-shadow: 0 0 0 .2rem rgba(59,130,246,.18) !important;
  outline: 0;
}

/* Textos */
.login-page .text-sm{ font-size: 13px !important; color: #555; }

.login-page .login-legal .custom-control-label{
  font-size: 12px;
  line-height: 1.35;
}

/* Botón (mantiene .btn-blue que usa tu HTML) */
.login-page .btn-blue{
  display: inline-block;
  width: 100%;
  border: 0;
  border-radius: 10px;
  padding: 12px 14px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;

  color: #fff !important;
  background: #00B27A;
}

.login-page .btn-blue:hover{ background: #009B6B; }

/* Footer abajo */
.login-page .login-footer{
  border-top: 1px solid rgba(0,0,0,.06);
  margin-top: auto;
}

.login-page .bg-blue{
  background: #fff;
  color: #111;
}

/* Modal manual */
.login-page .bs-example{ margin: 20px; }
.login-page .modal-dialog iframe{ margin: 0 auto; display: block; }

/* =========================
   RESPONSIVE
   ========================= */
@media (max-width: 991px){
  .login-page .login-hero-col{ display: none; }
  .login-page .form-wrap{ max-width: 520px; padding: 28px 18px; }

  .login-page .brand-header{
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    margin-bottom: 22px;
  }

  .login-page .brand-logo{ width: 68px; height: 68px; }
}

/* ==============================
   IDEORAPTOR - SOLO COLOR BOTÓN
   ============================== */

:root{
  /* Ajusta estos 2 si quieres afinar el degradado */
  --ideo-btn-a: #6D28D9;  /* morado */
  --ideo-btn-b: #EC4899;  /* fucsia */
  --ideo-btn-a-hover: #5B21B6;
  --ideo-btn-b-hover: #DB2777;
}

.login-page .btn-blue{
  /* fallback por si algún navegador no soporta gradiente */
  background: var(--ideo-btn-a);

  /* gradiente principal Ideoraptor */
  background: linear-gradient(90deg, var(--ideo-btn-a) 0%, var(--ideo-btn-b) 100%) !important;

  color: #fff !important;
  border: 0 !important;

  /* conserva tu forma actual */
  border-radius: 10px !important;
  font-weight: 700 !important;

  /* toque visual similar al proyecto de orientación */
  box-shadow: 0 10px 24px rgba(109, 40, 217, .22), 0 6px 14px rgba(236, 72, 153, .14);
}

.login-page .btn-blue:hover{
  background: linear-gradient(90deg, var(--ideo-btn-a-hover) 0%, var(--ideo-btn-b-hover) 100%) !important;
  box-shadow: 0 12px 28px rgba(109, 40, 217, .28), 0 8px 18px rgba(236, 72, 153, .18);
}


.login-page .btn-blue:active{
  transform: translateY(1px);
}

/* ==============================
   LOGO MÁS GRANDE (desktop + móvil)
   ============================== */

/* Desktop */
.login-page .brand-logo{
  width: 150px !important;
  height: 150px !important;
  object-fit: contain;
}

/* Tablet */
@media (max-width: 1199px){
  .login-page .brand-logo{
    width: 150px !important;
    height: 150px !important;
  }
}

/* Móvil */
@media (max-width: 991px){
  .login-page .brand-logo{
    width: 150px !important;
    height: 150px !important;
  }
}
