.elementor-65 .elementor-element.elementor-element-4656c44{--display:flex;--min-height:100vh;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-65 .elementor-element.elementor-element-4656c44:not(.elementor-motion-effects-element-type-background), .elementor-65 .elementor-element.elementor-element-4656c44 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #FFFFFF 51%, #F0F4FF 100%);}.elementor-65 .elementor-element.elementor-element-899db8d{--display:flex;}.elementor-65 .elementor-element.elementor-element-98fd706{--display:flex;--border-radius:10px 10px 10px 10px;}.elementor-65 .elementor-element.elementor-element-98fd706:not(.elementor-motion-effects-element-type-background), .elementor-65 .elementor-element.elementor-element-98fd706 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-65 .elementor-element.elementor-element-2e31ac3 img{width:23%;}.elementor-65 .elementor-element.elementor-element-007780a{--display:flex;}body.elementor-page-65:not(.elementor-motion-effects-element-type-background), body.elementor-page-65 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #CCE5C5 0%, #0FAAC1 100%);}@media(min-width:768px){.elementor-65 .elementor-element.elementor-element-899db8d{--content-width:1027px;}.elementor-65 .elementor-element.elementor-element-98fd706{--width:85%;}}/* Start custom CSS for container, class: .elementor-element-98fd706 *//* ============================================================
   LOGIN PAGE — SaaS Upgrade (Final Clean Version)
   Poppins / White & Blue / Matches exact HTML structure
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

/* ── PAGE BACKGROUND ── */


/* ── CARD ── */
.xoo-el-form-container {
  background: #ffffff !important;
  width: 100% !important;
  max-width: 400px !important;
  margin: 0 auto !important;
  border-radius: 20px !important;
  border: 1px solid #DBEAFE !important;
  box-shadow: 0 8px 40px rgba(37,99,235,.12), 0 1px 4px rgba(37,99,235,.06) !important;
  overflow: hidden !important;
  font-family: 'Poppins', sans-serif !important;
  padding: 0 !important;
}

/* Gradient top bar */
.xoo-el-form-container::before {
  content: '' !important;
  display: block !important;
  height: 4px !important;
  background: linear-gradient(90deg, #2563EB, #06B6D4) !important;
}

/* ── SECTION VISIBILITY ── */
.xoo-el-section { display: none !important; }
.xoo-el-section.xoo-el-active { display: block !important; }

/* ── INNER PADDING ── */
.xoo-el-fields {
  padding: 36px 32px 32px 32px  !important;
}

/* ── HEADING via form flex ── */
.xoo-el-action-form.xoo-el-form-login {
  display: flex !important;
  flex-direction: column !important;
}

.xoo-el-action-form.xoo-el-form-login::before {
  content: 'Welcome Back' !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #0F172A !important;
  text-align: center !important;
  display: block !important;
  margin-bottom: 6px !important;
  letter-spacing: -0.02em !important;
  order: 0 !important;
}

.xoo-el-action-form.xoo-el-form-login::after {
  content: 'Sign in to your account' !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #94A3B8 !important;
  text-align: center !important;
  display: block !important;
  margin-bottom: 24px !important;
  order: 1 !important;
}

.xoo-el-action-form.xoo-el-form-login > * { order: 2 !important; }

/* ── NOTICE ── */
.xoo-el-notice[style*="display: none"] { display: none !important; }
.xoo-el-notice {
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  padding: 10px 14px !important;
  border-radius: 8px !important;
  margin-bottom: 16px !important;
  border-left: 3px solid #EF4444 !important;
  background: #FEF2F2 !important;
  color: #DC2626 !important;
}

/* ── FIELDS CONTAINER ── */
.xoo-el-fields-cont {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  margin-bottom: 0 !important;
  width: 100% !important;
}

.xoo-aff-group {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

/* ── INPUT WRAPPER ── */
.xoo-aff-input-group {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
}

/* Icon — visible, positioned correctly */
.xoo-aff-input-icon {
  position: absolute !important;
  left: 14px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: #94A3B8 !important;
  font-size: 13px !important;
  z-index: 2 !important;
  pointer-events: none !important;
  transition: color .2s !important;
  width: 14px !important;
  text-align: center !important;
}

.xoo-aff-input-group:focus-within .xoo-aff-input-icon {
  color: #2563EB !important;
}

/* ── INPUTS ── */
.xoo-aff-input-group input[type="text"],
.xoo-aff-input-group input[type="password"],
.xoo-aff-input-group input[type="email"] {
  width: 100% !important;
  padding: 12px 16px 12px 40px !important;
  background: #F8FAFF !important;
  border: 1.5px solid #DBEAFE !important;
  border-radius: 10px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #0F172A !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  box-sizing: border-box !important;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease !important;
}

/* Password extra right padding for eye toggle */
.xoo-aff-input-group input[type="password"] {
  padding-right: 44px !important;
}

.xoo-aff-input-group input::placeholder {
  color: #94A3B8 !important;
  font-weight: 400 !important;
  font-family: 'Poppins', sans-serif !important;
}

.xoo-aff-input-group input:focus {
  border-color: #2563EB !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(37,99,235,.12) !important;
}

/* ── PASSWORD TOGGLE ── */
.xoo-aff-pw-toggle {
  position: absolute !important;
  right: 13px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  cursor: pointer !important;
  color: #94A3B8 !important;
  transition: color .2s !important;
  z-index: 2 !important;
  display: flex !important;
  align-items: center !important;
}
.xoo-aff-pw-toggle:hover { color: #2563EB !important; }
.xoo-aff-pw-toggle i { font-size: 15px !important; }

/* ── REMEMBER ME + FORGOT PASSWORD ── */
.xoo-aff-group.xoo-el-login-btm-fields {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  margin: 16px 0 20px !important;
  padding: 0 !important;
  width: 100% !important;
}

.xoo-el-form-label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #475569 !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  user-select: none !important;
}

/* Custom checkbox */
.xoo-el-form-label input[type="checkbox"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  border: 1.5px solid #BFDBFE !important;
  border-radius: 4px !important;
  background: #F8FAFF !important;
  cursor: pointer !important;
  transition: all .2s ease !important;
  position: relative !important;
  margin: 0 !important;
  flex-shrink: 0 !important;
}

.xoo-el-form-label input[type="checkbox"]:checked {
  background: #2563EB !important;
  border-color: #2563EB !important;
}

.xoo-el-form-label input[type="checkbox"]:checked::after {
  content: '✓' !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

/* Forgot password */
.xoo-el-lostpw-tgr {
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #2563EB !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
  transition: color .2s !important;
}
.xoo-el-lostpw-tgr:hover {
  color: #1D4ED8 !important;
  text-decoration: underline !important;
}

/* ── SUBMIT BUTTON ── */
.xoo-el-action-btn {
  width: 100% !important;
  padding: 13px 24px !important;
  background: linear-gradient(135deg, #2563EB, #3B82F6) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 12px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: .01em !important;
  cursor: pointer !important;
  box-shadow: 0 4px 14px rgba(37,99,235,.30) !important;
  transition: all .25s cubic-bezier(.4,0,.2,1) !important;
  display: block !important;
  box-sizing: border-box !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  text-transform: none !important;
}

.xoo-el-action-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(37,99,235,.40) !important;
  filter: brightness(1.06) !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #2563EB, #3B82F6) !important;
}

.xoo-el-action-btn:active { transform: translateY(0) !important; }

/* ── LOST PASSWORD SECTION ── */
.xoo-el-form-txt {
  display: block !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  color: #64748B !important;
  line-height: 1.6 !important;
  margin-bottom: 20px !important;
  text-align: center !important;
}

/* ── RESPONSIVE ── */
@media (max-width: 480px) {
  .xoo-el-form-container { border-radius: 14px !important; }
  .xoo-el-fields { padding: 24px 20px !important; }
}/* End custom CSS */