.elementor-248 .elementor-element.elementor-element-87b70ab{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c52c3b1 *//* ===== CHATZONIC LOGIN PAGE - FULL CODE ===== */

html, body{
  margin:0;
  padding:0;
  overflow-x:hidden;
}

body{
  background:#eef4ff;
  font-family:Arial, Helvetica, sans-serif;
}

/* theme cleanup */
footer,
.ct-footer,
header,
.ct-header{
  display:none !important;
}

.cz-login-app{
  min-height:100vh;
  background:
    radial-gradient(circle at top left, rgba(56,189,248,0.16), transparent 32%),
    radial-gradient(circle at bottom right, rgba(37,99,235,0.16), transparent 30%),
    linear-gradient(180deg,#f5f8fe 0%, #edf4ff 100%);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:28px;
  box-sizing:border-box;
}

.cz-login-wrap{
  width:100%;
  max-width:1180px;
  display:grid;
  grid-template-columns:minmax(0, 1.08fr) minmax(380px, 460px);
  gap:24px;
  align-items:stretch;
}

/* left panel */
.cz-login-brand{
  background:linear-gradient(135deg,#0f172a 0%, #1e3a8a 65%, #2563eb 100%);
  color:#ffffff;
  border-radius:30px;
  padding:38px;
  box-sizing:border-box;
  box-shadow:0 24px 60px rgba(15,23,42,0.18);
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:640px;
}

.cz-brand-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  height:34px;
  padding:0 14px;
  border-radius:999px;
  background:rgba(255,255,255,0.12);
  border:1px solid rgba(255,255,255,0.18);
  font-size:12px;
  font-weight:700;
  letter-spacing:0.4px;
  margin-bottom:22px;
}

.cz-login-brand h1{
  margin:0 0 14px;
  font-size:42px;
  line-height:1.1;
  max-width:560px;
  color:#ffffff;
  font-weight:800;
  letter-spacing:-0.3px;
}

.cz-login-brand p{
  margin:0 0 28px;
  font-size:15px;
  line-height:1.7;
  color:rgba(255,255,255,0.86);
  max-width:560px;
}

.cz-brand-points{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.cz-brand-point{
  display:grid;
  grid-template-columns:14px 1fr;
  gap:12px;
  align-items:start;
  padding:14px 16px;
  border-radius:18px;
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.10);
}

.cz-point-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#7dd3fc;
  margin-top:6px;
}

.cz-brand-point strong{
  display:block;
  font-size:15px;
  margin-bottom:4px;
}

.cz-brand-point small{
  display:block;
  font-size:13px;
  line-height:1.6;
  color:rgba(255,255,255,0.82);
}

/* right card */
.cz-login-card{
  background:#ffffff;
  border:1px solid #e6edf7;
  border-radius:30px;
  padding:30px;
  box-sizing:border-box;
  box-shadow:0 24px 60px rgba(15,23,42,0.08);
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.cz-login-top{
  margin-bottom:22px;
}

.cz-login-logo{
  width:46px;
  height:46px;
  border-radius:14px;
  background:linear-gradient(135deg,#2563eb,#38bdf8);
  color:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-weight:700;
  font-size:19px;
  box-shadow:0 10px 24px rgba(37,99,235,0.20);
  margin-bottom:16px;
}

.cz-login-top h2{
  margin:0 0 8px;
  font-size:28px;
  line-height:1.15;
  color:#0f172a;
}

.cz-login-top p{
  margin:0;
  font-size:14px;
  color:#64748b;
  line-height:1.6;
}

.cz-login-tabs{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-bottom:18px;
}

.cz-login-tab{
  height:46px;
  border:none;
  border-radius:14px;
  background:#f1f5f9;
  color:#334155;
  font-size:14px;
  font-weight:700;
  cursor:pointer;
  transition:all 0.22s ease;
}

.cz-login-tab.active{
  background:linear-gradient(135deg,#2563eb,#38bdf8);
  color:#ffffff;
  box-shadow:0 12px 26px rgba(37,99,235,0.18);
}

.cz-login-form{
  margin:0;
}

.cz-login-note{
  padding:13px 14px;
  border-radius:16px;
  background:#f8fbff;
  border:1px solid #dbeafe;
  color:#334155;
  font-size:13px;
  line-height:1.6;
  margin-bottom:16px;
}

.cz-form-field{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin-bottom:14px;
}

.cz-form-field label{
  font-size:12px;
  font-weight:700;
  color:#334155;
}

.cz-form-field input{
  width:100%;
  height:48px;
  border:1px solid #dde5f0;
  border-radius:14px;
  padding:0 14px;
  font-size:14px;
  outline:none;
  background:#fbfdff;
  box-sizing:border-box;
}

.cz-form-field input:focus{
  border-color:#93c5fd;
  background:#ffffff;
}

.cz-password-wrap{
  position:relative;
}

.cz-password-wrap input{
  padding-right:52px;
}

.cz-eye-btn{
  position:absolute;
  top:50%;
  right:10px;
  transform:translateY(-50%);
  width:34px;
  height:34px;
  border:none;
  border-radius:10px;
  background:#f1f5f9;
  color:#475569;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}

.cz-eye-icon{
  width:16px;
  height:16px;
  display:block;
}

.cz-login-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:6px 0 18px;
}

.cz-check-row{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  color:#475569;
}

.cz-check-row input{
  margin:0;
}

.cz-forgot-link{
  font-size:13px;
  color:#2563eb;
  text-decoration:none;
  font-weight:600;
}

.cz-login-btn{
  width:100%;
  height:50px;
  border:none;
  border-radius:16px;
  background:linear-gradient(135deg,#2563eb,#38bdf8);
  color:#ffffff;
  font-size:15px;
  font-weight:700;
  cursor:pointer;
  box-shadow:0 14px 28px rgba(37,99,235,0.18);
}

.cz-login-help{
  margin-top:16px;
  text-align:center;
  font-size:13px;
  color:#64748b;
}

.cz-login-help a{
  color:#2563eb;
  text-decoration:none;
  font-weight:600;
  margin-left:4px;
}

/* tablet */
@media (max-width:1024px){
  .cz-login-wrap{
    grid-template-columns:1fr;
    max-width:760px;
  }

  .cz-login-brand{
    min-height:auto;
  }
}

/* mobile */
@media (max-width:640px){
  .cz-login-app{
    padding:12px;
  }

  .cz-login-wrap{
    gap:14px;
  }

  .cz-login-brand,
  .cz-login-card{
    border-radius:20px;
    padding:18px;
  }

  .cz-login-brand h1{
    font-size:28px;
  }

  .cz-login-top h2{
    font-size:24px;
  }

  .cz-login-tabs{
    grid-template-columns:1fr;
  }

  .cz-login-row{
    flex-direction:column;
    align-items:flex-start;
  }
}
/* ===== FIX: LEFT BRAND CARDS HEIGHT + TEXT ===== */

.cz-brand-points{
  max-width:520px;
}

.cz-brand-point{
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:14px 16px;
  border-radius:16px;
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.10);
}

.cz-brand-point strong,
.cz-brand-point small{
  word-break:normal !important;
  white-space:normal !important;
}

.cz-brand-point small{
  line-height:1.5;
}/* End custom CSS */