.signUpModel, input.valid~.forValid {
  display: none
}

body {
  overflow-x: hidden;
}

.signUpModel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99
}
.iti.iti--allow-dropdown{
  display: block;
}
.signUpModel.show {
  display: block
}

.custom-alert-danger::before, .custom-alert-success::before {
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 6px;
  content: ''
}

.signUpoverlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  display: block;
  transition: .3s
}

.loginForm, .signUpForm {
  height: auto;
  transform: translateX(-50%);
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
  border-radius: 8px;
  transition: .5s;
  position: absolute;
  background: #fff;
  width: 100%
}

.signUpForm {
  max-width: 475px;
  top: 10%;
  left: 150%
}

.loginForm {
  max-width: 480px;
  top: 110%;
  left: 50%
}

.loginForm.show {
  top: 27%
}

.signUpForm.show {
  left: 50%;
  overflow-x: hidden
}

.signUpForm.show.hidden {
  top: 110%
}

.signuphead {
  font-weight: 500;
  font-size: 26px;
  line-height: 33px;
  color: #333638;
  margin-bottom: 20px
}

.signin .inputGroup, .signup .inputGroup {
  margin-bottom: 8px; 
}

.signin .inputGroup label, .signup .inputGroup label {
  position: absolute;
  font-weight: 450;
  font-size: 14px;
  line-height: 19px;
  color: #a1acb9;
  z-index: 1;
  top: 15px;
  left: 15px;
  margin-bottom: 0;
  transition: .3s
}

.inputGroup input:focus, .inputGroup select:focus, .signin .inputGroup input:focus, .signup .inputGroup input:focus {
  border: 1.5px solid #7e09d6;
}

.inputGroup input:hover, .signin .inputGroup input:hover, .signup .inputGroup input:hover {
  border: 1.5px solid #fde5ff;
}

.inputGroup input.invalid, .inputGroup select.invalid {
  border: 1.5px solid #d41114
}

.inputGroup input, .inputGroup select, .inputGroup textarea {
  font-size: 14px;
  font-weight: 450;
  line-height: 17.71px;
  text-align: left;
  color: #393939
}

.signin .inputGroup label.focused, .signup .inputGroup label.focused {
  left: 15px;
  top: -9px;
  padding: 0 5px;
  background: #fff;
  color: 1.5px solid #7e09d6;
}

.signin p.showPassTxt, .signup p.showPassTxt {
  margin-left: 8px;
  font-size: 13px;
  font-weight: 450;
  line-height: 16.44px;
  text-align: center;
  color: #646464
}

.showPassCheck {
  margin: -10px 0 0;
  display: flex;
  align-items: center;
  position: relative
}

.flexInput {
  display: flex;
  justify-content: space-between;
  column-gap: 15px
}

.flexInput.passwordsFlex {
  align-items: start
}

.flexInput div {
  flex-basis: 200px
}

button.getStarted {
display: block;
padding: 11px 0 10px;
color: #fff;
width: 100%;
border-radius: 5px;
border: none;
margin: 22px 0 15px;
cursor: pointer;
background: linear-gradient(
    251.5deg,
    #1862ff -20.01%,
    #710bd8 38.38%,
    #b800c8 77.84%
  );
font-weight: 500;
font-size: 15px;
line-height: 140%;
letter-spacing: 0%;
text-align: center;
position: relative;
max-height: 42px;
}
button#verify_OTP,
button#verify-otp-processingBtn  {
  margin-bottom: 8px;
  margin-top: 40px;
}
p.loginRedirect {
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #5F6C78;
}

.signin .inputGroup input.invalid~label.focused, .signup .inputGroup input.invalid~label.focused {
  color: #df4d4d
}

.signin img.forValid, .signup img.forValid {
  top: 15px
}

.pageHead, h2.pageHead {
  font-weight: 900;
  font-size: 26px;
  line-height: 109.00000000000001%;
  text-align: center;
  margin-bottom: 10px;
}

.custom-alert-danger, .custom-alert-success {
  font-size: 14px;
  line-height: 17.71px;
  padding: 12px 15px;
  border-radius: 3px;
  color: #fff
}

.allForms {
  position: relative;
  top: 0;
  left: -82px
}

.custom-alert-success {
  font-weight: 500;
  background-color: #0db069;
  border-color: #0db069;
  margin-bottom: 25px;
  text-align: center
}

.custom-alert-danger, .signUpModel .signuphead {
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center
}

.custom-alert-success::before {
  background: url('../images/successIcon.svg');
  position: relative;
  top: 2px
}

.custom-alert-danger {
  background-color: #d41222 !important;
  border-color: #d41222
}

.termBody p{
  letter-spacing: 0%;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #5F6C78;
}

.termsHead {
  letter-spacing: 0%;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #5F6C78;
  margin-bottom: 12px
}

.custom-alert-danger::before {
  background: url('../images/dangerIcon.svg');
  position: relative;
  top: 2px
}

div#errorSigninAlert {
  margin: -12px 0 20px
}

input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important
}

.iti-mobile .iti--container {
  z-index: 9999999999
}


.termBody {
  display: flex;
  column-gap: 5px;
}

.inputCheck {
  width: 14px;
  height: 14px;
  outline: 0;
  border: 1px solid transparent;
  position: relative;
  top: 2px
}

input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background-color: #fff;
  cursor: pointer;
  position: relative
}

.showPassCheck:hover input, input[type=checkbox]:hover {
  border-color: #7e09d6
}

input[type=checkbox]:checked {
  background: #7e09d6;
}

input[type=checkbox]:checked:hover {
  opacity: .7;
}

.inputCheck.invalidCheck {
  border-color: #df4d4d
}

input[type=checkbox]:checked::after {
  content: '✓';
  color: #fff;
  font-size: 10px;
  position: absolute;
  top: 6px;
  left: 6px;
  transform: translate(-50%, -50%);
  font-weight: 500;
  font-size: 9px;
}

.termBody p a {
  color: #7e09d6;
  text-decoration: none
}
p.loginRedirect a{
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #7e09d6;
}

.termBody p a:hover, p.loginRedirect a:hover {
  text-decoration: underline;
  text-underline-offset: 4px
}

.termBody+.termBody {
  margin-top: 8px
}

.iti__flag-container {
  border: unset;
  width: 64px;
  height: 47px;
  background: #fff;
}

.iti__selected-flag {
  justify-content: center;
  border-right: 1px solid #D7E4EE;
}

.signup .inputGroup label[for=r_phone] {
  left: 78px
}

.errorMsg {
  font-size: 13px;
  font-weight: 450;
  line-height: 16.44px;
  letter-spacing: .005em;
  color: #e20707;
  position: relative;
  margin-top: 6px;
  padding-left: 21px;
  display: none;
}

.errorMsg.invalidPhone {
  display: block !important
}

.errorMsg::before {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  left: 0;
  top: 0;
  background: url(../images/error-sign-new.svg) no-repeat
}

.signUpModel .signuphead {
  font-size: 23px;
  line-height: 33px;
  color: #161616
}
form#register_form{
  position: unset;
  transform: unset;
  margin: 0 auto;
}
input.invalid~.errorMsg, select.invalid~.errorMsg {
  display: block;
}
.iti__country-name, .iti__flag-box{
  font-size: 13px;
}
.showHidePassword {
  position: absolute;
  top: 9px;
  right: 10px;
  cursor: pointer;
  padding: 5px;
  background: #fff;
}
.showHidePassword:hover{
  opacity: .7;
}
button#verifyBtn {
    margin: 40px 0 8px;
}
button.getStarted.white {
  border: 1px solid #E8F1F8;
  background: #fff;
  color: #0A2540;
  margin: 0 0 12px;
}
button.getStarted:hover {
  background: linear-gradient(
    71.5deg,
    #1862ff -20.01%,
    #710bd8 38.38%,
    #b800c8 77.84%
  )!important;
  color: #fff !important;
}
#register_form .iti__country-list{
  max-width: 410px;
}

@media (max-width:1200px) {
  .divLeft img {
      max-width: 390px !important
  }
}

@media (max-width:991px) {
  .pageWrapper .divLeft {
      display: none
  }

  .divRight {
      flex-basis: 60%;
      background: 0 0
  }

  .allForms {
      left: -12px
  }
}

@media (max-width:767px) {
  .divRight {
      flex-basis: 90%
  }

  form, form.signup {
      max-width: 100%
  }

  form.active {
      left: 10px
  }
}

@media (max-width:575px) {
  #forgetPassForm .loginRedirect {
      width: 100%;
      margin: 0 auto
  }
  .formBodyWrap.signUpBody form.active#register_form{
      transform: unset;
  }
  .formBodyWrap.signUpBody .allForms form{
      right:0;
  }
  .custom-alert-danger {
      font-size: 12px;
      font-weight: 450
  }

  .login a.loginModelButton, p.loginRedirect {
      font-size: 13px
  }

  .allForms {
      top: 0px
  }

  form.active {
      left: 0
  }

  .signUpForm {
      top: 5%
  }

  .loginForm.show {
      top: 10%
  }

  .divRight {
      height: 90%
  }

  .signin p.loginRedirect {
      bottom: 0
  }
  .pageHead, h2.pageHead{
    font-size: 24px;
  }
}

@media (max-height:750px) AND (max-width:575px) {
  .divRight {
      height: 110%
  }
}
@supports (-ms-ime-align: auto) {
  .showHidePassword {
    display: none;
  }
}

body.overflowHide {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0
}