.elementor-46364 .elementor-element.elementor-element-9ebe4ec{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-badebec *//* =========================
   FORGOT PASSWORD PAGE
   MATCH LOGIN PAGE STYLE
========================= */

.s4u-login-page-main{
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  min-height: 80vh;
  background: #ffffff;
  margin: 0;
  padding: 0;
}

/* =========================
   LEFT FORM
========================= */
.s4u-login-page-form-col{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 60px 40px 40px 120px;
  margin: 0;
  box-sizing: border-box;
}

.s4u-login-page-form-col h1{
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 16px;
  color: #000;
  line-height: 1.1;
}

.s4u-forgot-subtext{
  font-size: 14px;
  line-height: 1.6;
  color: #716F77;
  margin: 0 0 28px;
  max-width: 520px;
}

/* =========================
   FORM
========================= */
.s4u-login-page-form{
  width: 100%;
  max-width: 520px;
  margin: 0;
}

.s4u-form-error,
.s4u-form-info{
  display: none;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 520px;
  box-sizing: border-box;
}

.s4u-form-error{
  background: #ffeaea;
  color: #b30000;
  border: 1px solid #ffb3b3;
}

.s4u-form-info{
  background: #eef7ee;
  color: #166534;
  border: 1px solid #b7dfb9;
}

/* =========================
   LABELS
========================= */
.s4u-login-page-form label{
  display: block;
  font-size: 12px;
  margin-bottom: 6px;
  color: #000;
  font-weight: 500;
}

/* =========================
   INPUT WRAP
========================= */
.s4u-login-field-wrap{
  position: relative;
  margin-bottom: 18px;
  width: 100%;
}

.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;
  box-shadow: none;
}

.s4u-login-field-wrap input::placeholder{
  color: #716F77;
}

.s4u-login-field-wrap input:focus{
  border-color: #000;
  box-shadow: none;
}

/* =========================
   LEFT ICON
========================= */
.s4u-login-field-icon{
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.s4u-login-field-icon img{
  width: 18px;
  height: 18px;
  opacity: 0.6;
  display: block;
}

/* =========================
   BUTTON
========================= */
.s4u-login-page-main-btn{
  width: 100%;
  height: 44px;
  border-radius: 999px;
  border: none;
  background: #000;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  margin: 0 0 12px;
  box-shadow: none;
  transition: none;
}

.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;
  outline: none !important;
}

/* =========================
   BACK TO LOGIN LINK
========================= */
.s4u-login-page-create-link{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  height: auto;
  line-height: normal;
  text-align: left;
  border-radius: 0;
  background: transparent;
  color: #716F77;
  border: none;
  font-size: 13px;
  text-decoration: none;
  padding: 0;
  margin: 6px 0 0;
}

.s4u-login-page-create-link::before{
  content: "←";
  font-size: 16px;
  line-height: 1;
  color: #716F77;
  display: inline-block;
  text-decoration: none !important;
}

.s4u-login-page-create-link:hover,
.s4u-login-page-create-link:focus{
  color: #000;
  text-decoration: underline;
}

.s4u-login-page-create-link:hover::before,
.s4u-login-page-create-link:focus::before{
  color: #000;
  text-decoration: none !important;
}

/* =========================
   RIGHT IMAGE
========================= */
.s4u-login-page-illustration-col{
  background: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  box-sizing: border-box;
}

.s4u-login-page-illustration-box{
  width: 100%;
  max-width: 420px;
}

.s4u-login-page-illustration-box img{
  width: 100%;
  height: auto;
  display: block;
}

/* =========================
   REMOVE EXTRA TOP/BOTTOM SPACING
   IF THEME / ELEMENTOR ADDS IT
========================= */
body.page .site-main,
body.page .entry-content,
body.page .elementor-section,
body.page .elementor-widget-container{
  margin-top: 0;
}

body.page .entry-content{
  margin-bottom: 0;
}

body.page .site-main{
  padding-top: 0;
  padding-bottom: 0;
}

/* =========================
   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;
  }

  .s4u-login-page-form{
    max-width: 100%;
  }

  .s4u-form-error,
  .s4u-form-info{
    max-width: 100%;
  }
}
.s4u-login-page-create-link{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none !important;
}

.s4u-login-page-create-link::before{
  content: "←";
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  text-decoration: none !important;
  border-bottom: none !important;
}

.s4u-login-page-create-link:hover,
.s4u-login-page-create-link:focus{
  text-decoration: none !important;
}

.s4u-login-page-create-link span{
  text-decoration: none;
}

.s4u-login-page-create-link:hover span,
.s4u-login-page-create-link:focus span{
  text-decoration: underline;
}/* End custom CSS */