.elementor-43188 .elementor-element.elementor-element-650df9e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9278d53 *//* =========================
   LOGIN PAGE LAYOUT
========================= */
.s4u-login-page-main{
  display: grid;
  grid-template-columns: 1.1fr 0.9fr; /* more space for form */
  min-height: 80vh;
  background: #ffffff;
}

/* =========================
   LEFT FORM
========================= */
.s4u-login-page-form-col{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start; /* IMPORTANT */
  padding: 60px 40px 40px 120px; /* reduced top space */
}
.s4u-login-page-main-btn:hover,
.s4u-login-page-main-btn:focus{
  background: #000 !important;
  color: #fff !important;
  box-shadow: none !important;
  transform: none !important;
}
.s4u-login-page-form-col h1{
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 28px;
  color: #000;
  line-height: 1.1;
}

.s4u-login-page-form{
  width: 100%;
  max-width: 520px;
  margin: 0;
}
.s4u-login-page-form h1{
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 28px;
  color: #000;
  margin-left: 0; /* ensure no shift */
}


.s4u-form-error {
  display: none;
  background: #ffeaea;
  color: #b30000;
  border: 1px solid #ffb3b3;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 15px;
}


/* =========================
   LABELS
========================= */
.s4u-login-page-form label{
  display: block;
  font-size: 12px;
  margin-bottom: 6px;
  color: #000;
}

/* =========================
   INPUT WRAP
========================= */
.s4u-login-field-wrap{
  position: relative;
  margin-bottom: 16px;
}

.s4u-login-field-wrap input{
  width: 100%;
  height: 42px;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 0 42px 0 40px;
  font-size: 13px;
  color: #000;
  outline: none;
  background: #fff;
  box-sizing: border-box;
}

.s4u-login-field-wrap input::placeholder{
  color: #716F77;
}

/* focus */
.s4u-login-field-wrap input:focus{
  border-color: #000;
}

/* =========================
   LEFT ICON
========================= */
.s4u-login-field-icon{
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

.s4u-login-field-icon img{
  width: 18px;
  height: 18px;
  opacity: 0.6;
}

/* =========================
   RIGHT ICON (EYE)
========================= */
.s4u-login-toggle-pass{
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.s4u-login-toggle-pass img{
  width: 18px;
  height: 18px;
  opacity: 0.6;
}

/* =========================
   FORGOT PASSWORD
========================= */
.s4u-login-page-forgot-link{
  display: inline-block;
  font-size: 12px;
  color: #000;
  margin-bottom: 18px;
  text-decoration: underline;
}

/* =========================
   BUTTONS
========================= */
.s4u-login-page-main-btn{
  width: 100%;
  height: 44px;
  border-radius: 999px;
  border: none;
  background: #000;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  margin-bottom: 12px;
}

.s4u-login-page-create-link{
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 999px;
  background: #F5F5F5;
  color: #716F77;
  border: 1px solid #E5E5E5;
  font-size: 13px;
  text-decoration: none;
}

/* =========================
   RIGHT IMAGE
========================= */
.s4u-login-page-illustration-col{
  background: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.s4u-login-page-illustration-box{
  width: 100%;
  max-width: 420px;
}

.s4u-login-page-illustration-box img{
  width: 100%;
  height: auto;
  display: block;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1024px){
  .s4u-login-page-main{
    grid-template-columns: 1fr;
  }

  .s4u-login-page-form-col{
    padding: 40px 20px;
  }

  .s4u-login-page-illustration-col{
    display: none;
  }
}/* End custom CSS */