.vsd-1474 .vsd-element.vsd-element-94c67fe{--display:flex;--min-height:852px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;--overlay-opacity:0.04;--margin-top:-90px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.vsd-1474 .vsd-element.vsd-element-94c67fe:not(.vsd-motion-effects-element-type-background), .vsd-1474 .vsd-element.vsd-element-94c67fe > .vsd-motion-effects-container > .vsd-motion-effects-layer{background-color:#EEFAFF;}.vsd-1474 .vsd-element.vsd-element-94c67fe::before, .vsd-1474 .vsd-element.vsd-element-94c67fe > .vsd-background-video-container::before, .vsd-1474 .vsd-element.vsd-element-94c67fe > .e-con-inner > .vsd-background-video-container::before, .vsd-1474 .vsd-element.vsd-element-94c67fe > .vsd-background-slideshow::before, .vsd-1474 .vsd-element.vsd-element-94c67fe > .e-con-inner > .vsd-background-slideshow::before, .vsd-1474 .vsd-element.vsd-element-94c67fe > .vsd-motion-effects-container > .vsd-motion-effects-layer::before{background-image:url("https://djsofia.com/wp-content/uploads/2024/09/login-bg.jpg");--background-overlay:'';background-repeat:no-repeat;background-size:cover;}.vsd-1474 .vsd-element.vsd-element-4ab550f{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;}.vsd-widget-heading .vsd-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.vsd-1474 .vsd-element.vsd-element-ceba978 .vsd-heading-title{font-family:"Roboto", Sans-serif;font-size:38px;font-weight:300;color:#292929;}.vsd-1474 .vsd-element.vsd-element-b53b83c{width:var( --container-widget-width, 92% );max-width:92%;--container-widget-width:92%;--container-widget-flex-grow:0;text-align:center;}.vsd-1474 .vsd-element.vsd-element-b53b83c > .vsd-widget-container{background-color:#FFFFFF;padding:12px 12px 12px 12px;border-radius:8px 8px 8px 8px;}.vsd-1474 .vsd-element.vsd-element-b53b83c .vsd-heading-title{font-family:"Roboto", Sans-serif;font-size:1em;font-weight:400;line-height:19px;color:#76787A;}.vsd-1474 .vsd-element.vsd-element-8d49821 > .vsd-widget-container{margin:0px 0px 0px 0px;}@media(max-width:1024px){.vsd-1474 .vsd-element.vsd-element-ceba978 .vsd-heading-title{font-size:1.6em;}.vsd-1474 .vsd-element.vsd-element-b53b83c{width:100%;max-width:100%;}}@media(min-width:768px){.vsd-1474 .vsd-element.vsd-element-4ab550f{--width:40%;}}@media(max-width:1024px) and (min-width:768px){.vsd-1474 .vsd-element.vsd-element-4ab550f{--width:100%;}}@media(max-width:767px){.vsd-1474 .vsd-element.vsd-element-4ab550f{--width:100%;}}/* Start custom CSS */.custom-login-form {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
/*  padding: 20px;
  */
}

.input-container {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  border: 1px solid transparent;
  transition: border-color 0.3s;
}

.input-container.email {
  border-radius: 16px 16px 0 0;
}

.input-container.password {
  border-radius: 0 0 16px 16px; 
}

.input-container input.password-input {
  font-size: 2.2em !important;
}

.input-container input {
  flex: 1;
  padding: 2%;
  border: none;
  font-size: 1.2em;
  height: 80px;
  padding-top: 35px;
  padding-left: 70px;
  background-color: #fff;
  color: #495057;
  transition: background-color 0.3s;
}

.input-container input:focus {
  background-color: #edf2f5;
  outline: none;
}

span.email-icon,
span.password-icon  {
  background-size: contain !important;
  width: 31px;
  height: 32px; 
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

span.email-icon {
  background: url('/wp-content/themes/benga-child/images/mail-login.svg') no-repeat center;
}

span.password-icon {
  background: url('/wp-content/themes/benga-child/images/lock-login.svg') no-repeat center;
}


.input-label {
  position: absolute;
  left: 70px;
  top: 34% !important;
  transform: translateY(-50%);
  pointer-events: none;
  color: #a6aebf;
  font-size: 18px;
  transition: 0.3s ease;
}

.input-container input:focus + .input-label,
.input-container input:not(:placeholder-shown) + .input-label {
  top: 15px;
  font-size: 14px;
  color: #007bff;
}

/* Checkmark with new icon */
.checkmark {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  background: url('/wp-content/themes/benga-child/images/check-login.svg') no-repeat center; 
  background-size: contain;
  background-color: #00ac39;
  border-radius: 50%;
  filter: mix-blend-mode: difference;
}

.input-container input:focus + .input-label + .checkmark {
  display: flex; /* Show the checkmark on focus */
}

.custom-login-form .remember-me {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #a6aebf;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.custom-login-form .remember-me .checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.custom-login-form input[type="checkbox"] {
  display: none;
}

.custom-login-form .custom-checkbox {
  width: 18px;
  height: 18px;
  border: 2px solid #a6aebf;
  background-color: white;
  border-radius: 50%;
  position: relative;
  margin-right: 8px;
  cursor: pointer;
}

.custom-login-form input[type="checkbox"]:checked + .custom-checkbox {
  background-color: #00ac39;
  border-color: #00ac39;
}

.custom-login-form input[type="checkbox"]:checked + .custom-checkbox::after {
  content: '';
  width: 20px;
  height: 20px;
  background: url('/wp-content/themes/benga-child/images/check-login.svg') no-repeat center; /* New checkmark icon */
  background-size: contain; /* Ensure the icon fits */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom-login-form .buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.custom-login-form .login-button {
  width: 48%;
  padding: 15px;
  border: none;
  border-radius: 30px;
  background: linear-gradient(to right, #6aaeff, #007bff);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.custom-login-form .login-button:hover {
  background: linear-gradient(to right, #0a80ff, #007bff);
  color: #fff;
}

.custom-login-form .create-account-button {
  width: 48%;
  padding: 15px;
  border: none;
  border-radius: 30px;
  background-color: white;
  color: #6c757d;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.custom-login-form .create-account-button:hover {
  background-color: #007bff;
  color: #fff;
}

.custom-login-form .lost-password {
  background-color: transparent;
  color: #a6aebf;
  text-decoration: underline;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
}

.custom-login-form .lost-password:hover {
  color: #007bff;
}

/* Focus the Email field by default */
.custom-login-form input[type="email"]:focus {
  outline: none;
}

/* Focus the Email field by default */
.custom-login-form input[type="email"]:focus,
.custom-login-form input[type="email"]:hover {
  background-color: #edf2f5;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #000 !important; /* Ensures text color is not changed */
}

/* For Firefox (though it handles autofill differently) */
input:-moz-autofill {
  background-color: white !important;
  color: #000 !important;
}

.alert-danger {
    background: #f9d3d3;
    color: #d8000c;
    border: 1px solid #d8000c;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

.field-wrapper-captcha {
    margin-top: 1rem;
}

.field-wrapper-captcha .h-captcha {
    margin-bottom: 0;
}/* End custom CSS */