/* =======================================================
   LOGIN BOLETA FÁCIL — Tailwind + overrides AdminLTE/Bootstrap
   ======================================================= */
html,
body.login-page-bf {
  min-height: 100%;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
  background: #220952 !important;
}

body.login-page-bf {
  overflow-x: hidden;
}

.login-bf-pattern {
  background-color: #220952;
  background-image:
    radial-gradient(ellipse 90% 55% at 50% 0%, #4911b3 0%, transparent 58%),
    linear-gradient(180deg, #220952 0%, #2d0a6a 48%, #4911b3 100%);
}

.login-bf-bolts {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='7' stroke-linejoin='round' opacity='0.55' d='M102 18 L58 88 H88 L50 162 L122 84 H90 Z'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  opacity: 0.12;
}

.login-bf-card {
  background-image: radial-gradient(ellipse 80% 50% at 50% -10%, rgba(31, 240, 101, 0.12), transparent 70%);
}

.login-bf-emisor-logo {
  margin-bottom: -36px;
  width: 800px;
  height: auto;
}

@media screen and (min-width: 768px) {
  .login-bf-right {
    background: #f4f1fa;
  }

  .login-bf-right::before {
    content: '';
    position: absolute;
    width: 22rem;
    height: 22rem;
    border-radius: 9999px;
    background: rgba(31, 240, 101, 0.18);
    filter: blur(64px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
}

.login-bf-card input[type="text"],
.login-bf-card input[type="password"] {
  height: 100% !important;
  width: 100% !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  outline: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0.95rem !important;
  color: #1e293b !important;
  line-height: 1.4 !important;
}

.login-bf-card input[type="text"]::placeholder,
.login-bf-card input[type="password"]::placeholder {
  color: #94a3b8 !important;
  opacity: 1;
}

.login-bf-card input[type="text"]:focus,
.login-bf-card input[type="password"]:focus {
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
}

.login-bf-submit {
  border: 0 !important;
  box-shadow: 0 10px 24px rgba(31, 240, 101, 0.28);
  letter-spacing: 0.04em;
}

.login-bf-submit:hover,
.login-bf-submit:focus {
  filter: brightness(1.06);
  color: #000 !important;
}

.login-bf-support,
.login-bf-support:hover,
.login-bf-support:focus,
.login-bf-support:visited {
  color: #fff !important;
  text-decoration: none !important;
}

.login-bf-card #resultLogin {
  margin-top: 0.75rem;
  text-align: center;
}

.login-bf-card #resultLogin .alert {
  margin-bottom: 0;
  border-radius: 0.75rem;
}

/* Evita el conflicto con Bootstrap 3 (.hidden { display:none !important }) */
.login-bf-desktop-only {
  display: none !important;
}

.login-bf-mobile-only {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .login-bf-desktop-only {
    display: block !important;
  }

  .login-bf-mobile-only {
    display: none !important;
  }
}
