* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  min-width: 100%;
    background:
            linear-gradient(118deg, rgba(10, 28, 38, 0.96) 0%, rgba(8, 23, 37, 0.98) 47%, rgba(13, 31, 52, 0.98) 100%);

}

.grecaptcha-logo{
    display: none;
}

body.login-monitor {
  min-height: 100vh;
  margin: 0;
  color: #e8eef7;
   background:
            linear-gradient(118deg, rgba(10, 28, 38, 0.96) 0%, rgba(8, 23, 37, 0.98) 47%, rgba(13, 31, 52, 0.98) 100%);

  font-family: "Segoe UI", Arial, sans-serif;
}

.login-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  align-items: center;
  gap: 48px;
  padding: 48px clamp(22px, 5vw, 78px);
  position: relative;
  overflow: hidden;
  margin:0 auto;
  max-width: min(1200px, calc(100% - 32px));
}

.1ogin-shell::before{ 
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(184, 221, 55, 0.10), transparent 34%), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 18px);
    pointer-events: none;
}

.login-shell::before {
  top: -180px;
  right: 19%;
  background: rgba(181, 220, 49, 0.12);
}

.login-shell::after {
  bottom: -220px;
  left: -120px;
  background: rgba(52, 65, 84, 0.65);
}

.login-hero,
.login-card {
  position: relative;
  z-index: 1;
  
}

.login-hero-content {
  max-width: 680px;
}

.login-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  padding: 9px 13px;
  color: #cbe98b;
  background: rgba(181, 220, 49, 0.09);
  border: 1px solid rgba(181, 220, 49, 0.2);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.login-hero h1 {
  max-width: 720px;
  margin: 0 0 18px;
  color: #f8fbff;
  font-size: clamp(38px, 6vw, 72px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.login-hero p {
  max-width: 560px;
  margin: 0;
  color: #9babc0;
  font-size: 17px;
  line-height: 1.65;
}

.login-status-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.login-status-list span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 12px;
  color: #d9e6f5;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  font-size: 12px;
}

.login-status-list i {
  color: #b5dc31;
}

.login-card {
  width: 100%;
  padding: 34px;
  b2ackground: rgba(12, 25, 42, 0.86);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 26px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px);
  background-image: url('/assets/img/logo-fabrica-codigos.png');
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-x: calc(100% + 90px) ;
  background-position-y: -30px ;

}

.login-logo-wrap {
  min-height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  padding: 5px;
  background: transparent;
  border-radius: 22px;
}

.login-logo-wrap img {
  display: block;
  max-width: 100%;
  height: auto;
  opacity: 50%;
}

.login-card-header {
  margin-bottom: 24px;
}

.login-card-header span {
  color: #b5dc31;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.login-card-header h2 {
  margin: 7px 0 6px;
  color: #f8fbff;
  font-size: 28px;
  font-weight: 800;
}

.login-card-header p {
  margin: 0;
  color: #8fa0b6;
}

.login-field {
  margin-bottom: 16px;
}

.login-field label {
  display: block;
  margin-bottom: 8px;
  color: #c7d3e1;
  font-size: 12px;
  font-weight: 700;
}

.login-input-wrap {
  position: relative;
}

.login-input-wrap i {
  position: absolute;
  top: 50%;
  left: 15px;
  color: #7f90a7;
  transform: translateY(-50%);
}

.login-input-wrap .form-control {
  height: 50px;
  padding-left: 44px;
  color: #edf4fb;
  background: #091524;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 14px;
  box-shadow: none;
}

.login-input-wrap .form-control:focus {
  border-color: rgba(181, 220, 49, 0.65);
  box-shadow: 0 0 0 4px rgba(181, 220, 49, 0.1);
}

.login-feedback {
  display: none;
  margin: 6px 0 16px;
  padding: 11px 12px;
  color: #ffb4bd;
  background: rgba(255, 64, 82, 0.08);
  border: 1px solid rgba(255, 64, 82, 0.16);
  border-radius: 12px;
  font-size: 12px;
}

.login-feedback.is-visible {
  display: block;
}

.login-submit {
  width: 100%;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #102033;
  background: linear-gradient(135deg, #c9ec45, #94cf16);
  border: 0;
  border-radius: 15px;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 16px 32px rgba(181, 220, 49, 0.18);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.login-submit:hover,
.login-submit:focus {
  color: #102033;
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(181, 220, 49, 0.24);
}

body.login-monitor .grecaptcha-badge {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.login-recaptcha-terms {
  margin: 10px 0 0;
  color: rgba(232, 238, 247, 0.6);
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}

.login-recaptcha-terms a {
  color: #b5dc31;
  font-weight: 800;
  text-decoration: none;
}

.login-recaptcha-terms a:hover,
.login-recaptcha-terms a:focus {
  color: #d8ff53;
  text-decoration: underline;
}

@media (max-width: 900px) {
  .login-shell {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .login-hero-content {
    max-width: 100%;
  }
}

@media (max-width: 520px) {
  .login-shell {
    padding: 24px 14px;
  }

  .login-card {
    padding: 24px;
    border-radius: 22px;
  }

  .login-logo-wrap {
    min-height: 94px;
    padding: 18px;
  }

  .login-hero h1 {
    font-size: 38px;
  }

  .login-hero p {
    font-size: 14px;
  }
}
