.parent-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(https://uatblog.ipleaders.in/wp-content/uploads/2025/05/bg-2.png);
  background-size: 100% 100%;
  padding: 20px 20px 30px 30px;
  border-radius: 5px;
  min-height: 270px;
  position: relative;
}
.image_sec {
  position: absolute;
  right: 15px;
  bottom: -20px;
}
.content_sec {
  max-width: 320px;
}
.content_sec h2 {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0%;
  color: #fff;
  margin: 0;
  line-height: normal;
}
.content_sec p {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  margin: 5px 0 30px 0;
  color: #fff;
}
.content_sec button {
  width: 190px;
  height: 45px;
  border-radius: 6px;
  border: none;
  background: #281060;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.content_sec button:hover {
  background: #4920a9;
}
.parent-sec::after {
  content: "";
  position: absolute;
  top: -300px;
  width: 100%;
  left: 0;
  background: url(https://uatblog.ipleaders.in/wp-content/uploads/2025/05/bg.png);
  height: 300px;
  z-index: 9;
  background-size: 100% 100%;
}
#scl-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  top: 0;
  background: #000000d1;
  z-index: 99999;
  align-items: self-start;
  justify-content: space-between;
  padding-top: 50px;
  overflow: auto; 
}
#scl-popup .scl-popup-inner {
  width: 1240px;
  background:#CFDDF6;
  border-radius: 30px;
  position: relative;
  margin: auto; 
}
.scl-tab-content .regText h2 {
  margin: 0;
  font-weight: 500;
  font-size: 40px;
  line-height: normal;
  letter-spacing: 0%;
  color: #fff;
}
.scl-tab-content .regText .image_box {
  position: relative;
  right: -85px;
}
.sclp-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none !important;
  background: transparent !important;
  color: #939393 !important;
  font-size: 28px !important;
  width: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 2px 7px 3px;
  border-radius: 4px;
  height: auto !important;
}
.scl-tab-content {
  display: flex;
}
.scl-tab-content .regText {
  max-width: 50%;
  overflow:hidden;
  flex: 1;
  padding: 50px 50px 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url(https://uatblog.ipleaders.in/wp-content/uploads/2025/05/bg-1.png);
  background-size: 100% 100%;
}
.form_sec {
  max-width: 50%;
  flex: 1;
  padding: 50px;
}
.form_sec h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: normal;
  margin-top: 0;
}
.form_sec label {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
  width: 100%;
}
.form_sec input {
  border: none !important;
  height: 50px !important;
  color: #575C64 !important;
  background: #F1FBFF;
  margin-bottom: 20px !important;
  border-radius: 4px;
  font-size: 14px !important;
}
.form_sec select {
  border: none !important;
  height: 50px !important;
  color: #575C64 !important;
  background: #F1FBFF;
  margin-bottom: 20px !important;
  border-radius: 4px;
  width: 100%;
  font-size: 14px !important;
}
.form_sec button {
  background: #281060;
  color: #fff;
  border: none;
  width: 100%;
  height: 50px;
  font-size: 18px;
  margin-bottom:20px;
  margin-top:20px;
  border-radius:4px;
}
.form_sec button:hover {
  background:#4920a9;
}
.sendPwd {
  display: block;
  text-align: center;
  margin-bottom: 25px;
    font-size: 14px;
    font-weight: 600;
}
.already_box {
  display: block;
  text-align: center;
}
.scl-tab.scl-tab-login {
  display: block;
  text-align: center;
  font-weight: bold;
  margin-top: 0px;
  cursor: pointer;
  color: #281060; 
}
.sclp-login-error.scl-error {
  color: red;
  font-size: 12px;
  margin-top: 8px;
}
.scl-tab-content .logText h2 {
  margin: 0;
  font-weight: 500;
  font-size: 40px;
  line-height: normal;
  letter-spacing: 0%;
  color: #fff;
}
.scl-tab-content .logText .image_box {
  position: relative;
  right: -85px;
}
.scl-tab-content .logText {
  max-width: 50%;
  overflow:hidden;
  flex: 1;
  padding: 50px 50px 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url(https://uatblog.ipleaders.in/wp-content/uploads/2025/05/bg-1.png);
  background-size: 100% 100%;
  min-height: 700px;
}
.scl-tab.scl-tab-register {
  width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  color: #281060;
}
.Form_group {
  position: relative;
}
.sclp-error-msg {
  margin-top: 0;
  position: absolute;
  bottom: -5px;
}
.sclp-register-error.scl-error {
  color: red;
  font-size: 14px;
  text-align: center;
  margin-top: 25px;
}
.scl-popup-active {
  overflow: hidden;
  height: 100vh;
}
@media(max-width:1200px) {
#scl-popup .scl-popup-inner {
  width: 100%;
  margin: 0px 15px;
} 
}
@media (max-width:991px) {
.parent-sec {
  flex-direction: column;
  text-align: center;
  background-size: cover;
}
.image_sec {
  position: relative;
  right: inherit;
  bottom: -50px;
  margin-top: -25px;  
} 
}
@media(max-width:767px) {
.scl-tab-content {
  display: block;
} 
.scl-tab-content .regText {
  max-width: 100%;
  overflow: inherit;
  padding: 25px;
  min-height: auto;
}
.scl-tab-content .regText .image_box {
  display: none;
} 
.form_sec {
  max-width: 100%;
  padding: 25px;
} 
.scl-tab-content .regText h2 {
  margin: 25px 0 0 0;
  font-size: 34px;
  text-align: center;
} 
.scl-tab-content .logText h2 {
  margin: 25px 0 0 0;
  font-size: 34px;
  text-align: center;		
}	
.form_sec h2 {
  font-size: 28px;
} 
.scl-tab-content .logText {
  max-width: 100%;
  overflow: inherit;
  padding: 25px;
  min-height: auto;
}
.scl-tab-content .logText .image_box {
  display: none;
}   
}