.elementor-347 .elementor-element.elementor-element-51678e1:not(.elementor-motion-effects-element-type-background), .elementor-347 .elementor-element.elementor-element-51678e1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-347 .elementor-element.elementor-element-51678e1{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-347 .elementor-element.elementor-element-51678e1 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ebf5de4 */:root{
  --bg:#000;
  --card:#fff;
  --accent:#f6c11a;
  --muted:#777;
  --radius:10px;
  --shadow:0 6px 18px rgba(0,0,0,0.6), 0 0 8px rgba(255,255,255,0.04) inset;
  font-family:'Montserrat', sans-serif;
}

/* Wrapper – optimized (NO extra top/bottom space) */
.login-wrap{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;   /* center removed */
  min-height:auto;              /* 100vh removed */
  padding:12px 16px 8px;        /* compact padding */
  background:#000;
}

/* Main Card */
.login-card{
  width:100%;
  max-width:420px;
  background:var(--card);
  padding:18px;                 /* reduced from 22px */
  border-radius:12px;
  box-shadow:var(--shadow);
  border:4px solid rgba(255,255,255,0.06);
}

/* Title */
.login-title{
  text-align:center;
  margin-bottom:8px;            /* reduced gap */
  font-size:20px;
}

/* Form */
.form-row{
  margin:10px 0;                /* tighter spacing */
}

.input-wrap{
  position:relative;
  width:100%;
}

.input-wrap input{
  width:100%;
  padding:13px 46px 13px 14px;  /* slightly compact */
  border:1px solid #e6e6e6;
  border-radius:6px;
  font-size:15px;
}

.input-wrap input::placeholder{
  color:#999;
}

.icon-right{
  position:absolute;
  right:6px;
  top:50%;
  width:38px;
  height:38px;
  transform:translateY(-50%);
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(0,0,0,0.03);
  border-radius:4px;
}

/* Buttons */
.login-btn,
.demo-btn{
  width:100%;
  padding:13px;                 /* height optimized */
  margin-top:6px;
  background:#000;
  color:#fff;
  border:none;
  border-radius:6px;
  font-weight:600;
  cursor:pointer;
}

.arrow{
  margin-left:6px;
}

/* Recaptcha text */
.recap{
  font-size:12px;
  text-align:center;
  margin-top:8px;
  color:var(--muted);
}

.recap a{
  text-decoration:none;
  color:#1967d2;
}

/* Footer – no extra bottom gap */
.footer-section{
  text-align:center;
  color:#fff;
  margin-top:14px;              /* reduced from 26px */
}

.footer-section a{
  color:#fff;
  text-decoration:underline;
  font-weight:600;
  font-size:13px;
}

.support{
  font-size:18px;
  font-weight:800;
  margin-top:6px;
}

/* Extra polish for small mobile screens */
@media (max-height:700px){
  .login-wrap{
    padding-top:8px;
  }

  .footer-section{
    margin-top:10px;
  }
}/* End custom CSS */