.authPages section.login {
  width: 100%;
  height: 100%;
  background: linear-gradient(224deg, rgba(255, 255, 255, 0) 57.24%, #E2F3FF 100%), linear-gradient(241deg, #E2F3FF 0%, rgba(255, 255, 255, 0) 44.67%);
padding: unset;
}

.authPages section.login.hidden {
  display: none;
}

.authPages .pageWrapper {
  width: 100%;
  overflow: hidden;
}

.authPages .allForms .signin {
  max-width: 470px;
  width: 100%;
  min-height: 653px;
}

.authPages .inputGroup {
  position: relative;
}

.authPages .inputGroup input,
.authPages .inputGroup select,
.authPages .inputGroup textarea {
  display: block;
  padding: 16px 15px;
  width: 100%;
  background: #ffffff;
  border: 0.72px solid #DADCE0;
  border-radius: 100px;
  color: #212121;
  outline: none;
  max-height: 48px;
  font-size: 14px;
  font-weight: 450;
  line-height: 17.71px;
  text-align: left;
  position: relative;
  transition: all ease .6s;
}

.authPages .inputGroup input:hover {
  border-color: #1176CA;
}

.authPages .login .flexInput div {
  flex-basis: 50%;
}

.authPages .login a.loginModelButton {
  font-size: 13px;
  font-weight: 450;
  line-height: 16.44px;
  color: #1176CA;
  text-decoration: none;
}

.authPages .login a.loginModelButton:hover {
  text-decoration: underline;
}

.authPages .login .forgotPass.loginModelButton {
  padding: 5px 9px;
  border-radius: 100px;
}

.authPages .login .forgotPass.loginModelButton:hover {
  text-decoration: none;
  background: #EEF8FF;
}

.authPages .divRight {
  width: 100%;
  height: 100%;
}

.authPages .leftMob {
  display: none;
}

.authPages .allForms form {
  width: 100%;
  padding: 20px 35px;
  background: #fff;
  box-shadow: 0px 0px 24.1px 0px #A7A7A740;
  position: absolute;
  transition: all ease 0.3s;
  left: -100%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
}

.authPages .allForms #passwordSentForm {
  padding: 50px;
}

.authPages form.signup {
  max-width: 470px;
}

.authPages form.active {
  right: 12%;
  left: 50%;
}

.authPages p.pageDesc {
  font-size: 14px;
  font-weight: 450;
  line-height: 17.71px;
  text-align: center;
  margin-bottom: 40px;
  color: #858585;
}

.authPages .allForms {
  position: relative;
  left: auto !important;
  width: 100%;
  min-height: calc(100vh - 70px);
}

.authPages .allForms .inputGroup label {
  font-size: 13px;
  line-height: 15.62px;
  text-align: left;
  color: #212121;
  margin-bottom: 6px;
  display: block;
}

.authPages .allForms .inputGroup label.focused {
  left: 15px;

  top: -9px;

  padding: 0 5px;

  background: #fff;

  color: #1967d7;
}

.authPages p.loginRedirect {
  position: relative;

  left: 0;

  width: 100%;
}

.authPages .allForms img.forValid {
  top: 15px;
}

.authPages section.recoverMsg {
  position: fixed;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  z-index: 9;

  display: none;
}

.authPages .recoverOverlay {
  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.3);

  display: block;

  transition: all ease 0.3s;
}

.authPages .msgBox {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  padding: 16px 82px 50px;

  background: #fff;

  border-radius: 3px;
}

.authPages .msgBox p {
  font-size: 18px;

  line-height: 26px;

  color: #333638;

  text-align: center;
}

.authPages .msgBox button.getStarted {
  margin: 15px auto 0;

  max-width: 213px;
}

.authPages .forgetPassLogin h2.pageHead {
  max-width: 100%;
}

.authPages .allForms .showPassTxt {
  font-weight: 400;

  margin-left: 8px;

  font-size: 14px;

  line-height: 16px;

  color: #0f0f0f;
}

.authPages .login .flexInput div {
  max-width: 200px;
}

.authPages img.msgGif {
  display: block;

  margin: 0 auto;

  max-width: 140px;

  object-fit: contain;

  height: 140px;

  position: relative;
}

.authPages .gifBox {
  position: relative;
}

.authPages .gifBox::before {
  position: absolute;

  content: '';

  width: 70px;

  height: 70px;

  border-radius: 50%;

  background: #f9e52f;

  top: 35px;

  left: 55px;
}

.authPages .allForms form {
  visibility: hidden;
}

.authPages form.active {
  visibility: visible;
}

.authPages .showPassCheck input {
  min-height: 16px;
}

.authPages .flexInput.pass_check {
  margin-top: 5px;
}

.authPages input#r_phone {
  max-width: calc(100% - 77px);
  margin-left: auto;
  padding: 17px 40px 16px 15px;
}

.authPages .signup .inputGroup label[for='r_phone'] {
  left: 118px;
  top: 16px;
}

.authPages .signup .inputGroup label[for='r_phone'].focused {
  left: 90px;
}

.authPages #login_form a.forgotPass.loginModelButton {
  display: block;
}

.authPages .inputGroup input:focus+label,
.authPages .inputGroup input:not(:placeholder-shown)+label {
  left: 15px;
  top: -9px;
  padding: 0 5px;
  background: #fff;
  color: #1967d7;
}

.authPages footer.footer {
  margin-top: 0;
}

.authPages .inputGroup input.invalid {
  border-color: red;
}

.authPages .phoneGroup .iti--allow-dropdown input.iti__tel-input[type='tel'] {
  padding-left: 60px;
}

.authPages .phoneGroup .iti__selected-flag {
  padding: 0 15px;
}

.authPages .phoneGroup .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background: unset;
}

.authPages .signin .inputGroup input[type='tel'] {
  padding-left: 60px;
}

.authPages .phoneGroup {
  position: relative;
}

.authPages .phoneGroup .iti {
  width: 100%;
  position: absolute;
  height: 100%;
}

.authPages .phoneGroup.inputGroup input.maskedPhone {
  padding-left: 50px;
}

.authPages .signin .inputGroup label.phoneLabel {
  left: 60px;
}

.authPages .inputGroup input:focus+label,
.authPages .inputGroup input:not(:placeholder-shown)+label.phoneLabel,
.authPages .inputGroup input:not(:placeholder-shown)+label.phoneLabel {
  left: 15px;
}

.custom-alert-success a {
  color: #1176ca;
}

.custom-alert-success a:hover {
  color: #1150ca;
}

.authPages .iti__selected-flag {
  height: 50px;
  display: none;
}

.authPages .iti__flag-container {
  display: none !important;
}

.authPages .showHidePass {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.authPages .showHidePass:hover {
  opacity: .7;
}

.authPages .signupTermsWrapper {
  margin-top: 7px;
}

.authPages .signupTermsWrapper p {
  font-size: 13px;
  font-weight: 450;
  line-height: 19.5px;
  text-align: center;
  color: #7A8194;
}

.authPages .signupTermsWrapper>p {
  margin-bottom: 15px;
}

.authPages .termsCBWrapper {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.authPages .termsCBWrapper div {
  border-radius: 3px;
  overflow: hidden;
  min-width: 14px;
  height: 14px;
  display: flex;
  margin-top: 3px;
}

.authPages .termsCBWrapper input {
  min-width: 14px;
  height: 14px;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #8891AA;
  appearance: none;
  padding: 5px;
}

.authPages .termsCBWrapper p {

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

.authPages .termsCBWrapper input:checked {
  appearance: auto;
}

.authPages .signupTermsWrapper p a,
.authPages .termsCBWrapper p a:visited,
.authPages .termsCBWrapper p a {
  color: #1176CA;
}

.authPages .signupTermsWrapper p a:hover,
.authPages .termsCBWrapper p a:hover {
  text-decoration: underline;
}

.authPages .absoluteLogo {
  position: absolute;
  left: 40px;
  top: 30px;
  z-index: 40;
}

.authPages .didntGetWrapper {
  display: flex;
  align-items: center;
  gap: 2px;
  justify-content: flex-start;
  transform: translateX(17%);
}

.authPages .didntGetText {
  font-size: 13px;
  font-weight: 450;
  line-height: 19.5px;
  text-align: right;
  color: #5F6C78;
}

.authPages .absoluteOR {
  position: absolute;
  font-size: 14px;
  font-weight: 450;
  line-height: 17.71px;
  text-align: left;
  padding: 0 16px;
  background: #fff;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  color: #858585;
}

.authPages .sendDifferently {
  font-size: 16px;
  font-weight: 450;
  line-height: 19.23px;
  text-align: left;
  color: #212121;
  display: block;
  max-width: max-content;
  margin: auto;
  cursor: pointer;
}

.authPages .sendDifferently:hover {
  color: #1176ca;
  text-decoration: underline;
}

.authPages .updateInfo {
  padding: 11px 0 33px;
  width: 100%;
  border-radius: 100px;
  line-height: 21.5px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0%;
  text-align: center;
  position: relative;
  max-height: 42px;
  border: 1px solid #E8F1F8;
  background: #fff;
  color: #0A2540;
  margin: 0 0 12px;
}

.authPages .updateInfo:hover {
  color: #fff;
  background: var(--primary-blue)
}

.authPages .pageWrapper.hidden {
  display: none;
}

.authPages span.required {
  color: red;
}

.authPages .errorMsgWrapper {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
}

.authPages .errorMsgWrapper p {
  font-size: 12px;
  font-weight: 450;
  line-height: 15.18px;
  color: #FF0000;
  margin-top: 2px;
}

.authPages .lockGif {
  display: block;
  margin: auto;
}

.authPages .passwordSentContent {
  margin: 20px 0 40px;
  text-align: center;
}

.authPages .passwordSentContent span {
  font-size: 19px;
  font-weight: 450;
  line-height: 28.5px;
  text-align: center;
  color: #858585;
}

.authPages .passwordSentContent p {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  color: #212121;
}

.authPages .iti__search-input {
  height: 30px;
  border-radius: 10px 10px 0 0 !important;
}

.authPages .iti--inline-dropdown .iti__dropdown-content {
  border: none;
  box-shadow: none;
}

.authPages .iti__search-input+.iti__country-list {
  border: 1px solid #ccc;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.authPages .termsCBWrapper input:hover {
  border: 1px solid #1176CA;
}

.passwordGroupWrapper {
  width: 100%;
  /* display: flex; */
  /* justify-content: center; */
}

.passwordGroup {
  margin: 40px 0 9px;
}

.pageDes {
  font-size: 13px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
  color: #7A8194;
  margin-bottom: 20px;
  max-width: 336px;
  width: 100%;
  margin: 0 auto 20px;

}

.websiteFeaturesWrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px 7px;
  justify-content: center;
  margin: 20px auto 30px;
}

.websiteFeaturesWrapper p {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  background: #F2F8FF;
  border-radius: 5px;
  color: #3F73E5;
  opacity: 0;
  transition: all ease .2s;
}

.websiteFeaturesWrapper p.visible {
  opacity: 1;
}

.signupReview {
  font-style: italic;
  font-size: 13px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  color: #0A2540;
  margin-bottom: 7px;
  transition: all ease .2s;
}

.signupReviewer {
  font-size: 13px;
  line-height: 100%;
  text-align: center;
  color: #5F6C7B;
  transition: all ease .2s;
}


.sigupReviewsWrapper {
  position: relative;
  overflow: hidden;
}

p.signupReview.next {
  position: absolute;
  top: 0;
  transform: translateX(500px);
  z-index: -1;
}

em.signupReviewer.next {
  position: absolute;
  transform: translateX(300px);
  top: 20px;
  z-index: -1;
}

p.signupReview.prev {
  position: absolute;
  top: 0;
  transform: translateX(500px);
  z-index: -1;
}

p.signupReviewer.prev {
  position: absolute;
  transform: translateX(300px);
  top: 20px;
  z-index: -1;
}

.loaderImage {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.codeSentWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #D5EAFA;
  margin: 30px 0;
  padding-top: 25px;
}

.codeSentWrapper a {
  font-size: 15px;
  line-height: 160%;
  color: #1176CA;
}

.codeSentWrapper p {
  font-size: 15px;
  line-height: 160%;
  color: #5F6C78;
}

.codeSentWrapper p span {
  font-weight: 600;
  color: #4B5563;
}

.secureText {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 0;
  background: #F6FAFF;
  font-style: italic;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  color: #5F6C78;
  margin-top: 42px;
}

.codeSentWrapper a:hover {
  text-decoration: underline;
}


.authPages .signUpModel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}

.authPages .signUpModel.show {
  display: block;
}

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

.authPages .signUpForm {
  position: absolute;
  max-width: 480px;
  width: 100%;
  height: auto;
  top: 10%;
  left: 150%;
  transform: translateX(-50%);
  padding: 25px 30px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transition: all ease 0.5s;
}

.authPages .loginForm {
  position: absolute;
  max-width: 480px;
  width: 100%;
  height: auto;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  padding: 30px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transition: all ease 0.5s;
}

.authPages .loginForm.show {
  top: 27%;
}

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

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

.authPages .signuphead {
  font-weight: 500;
  /* font-family: 'Circular-Medium'; */
  font-size: 26px;
  line-height: 33px;
  color: #333638;
  margin-bottom: 20px;
}

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

.authPages .signup .inputGroup label.focused,
.authPages .signin .inputGroup label.focused {
  left: 15px;
  top: -9px;
  padding: 0 5px;
  background: #fff;
  color: #1967d7;
}

.authPages .signup p.showPassTxt,
.authPages .signin p.showPassTxt {
  font-weight: 400;
  margin-left: 8px;
  font-size: 14px;
  line-height: 16px;
  color: #0f0f0f;
}

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

.authPages .flexInput {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.authPages .flexInput.end {
  justify-content: flex-end;
}

.authPages .flexInput.forgottt {
  margin-top: 12px;
}

.authPages .flexInput.passwordsFlex {
  align-items: flex-start;
}

.authPages .flexInput div {
  flex-basis: 200px;
}

.authPages button.getStarted {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
  font-size: 17px;
  font-weight: 450;
  line-height: 21.5px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  background: var(--primary-blue);
  border-radius: 100px;
  width: 100%;
  border: none;
  margin: 25px 0 10px;
  cursor: pointer;
  font-family: inherit;
  position: relative;
}

.authPages button.getStarted:disabled {

background: var(--primary-blue);
cursor: no-drop;
padding: 0;
height: 49.5px;
}

.authPages button.getStarted.mg-40 {
  margin-top: 40px;
}

.authPages button.getStarted:focus-visible {
  outline: 1px solid var(--primary-blue);
}

.authPages p.loginRedirect {
  font-size: 13px;
  line-height: 19px;
  color: #7A8194;
  text-align: center;
}

.authPages a.loginModelButton {
  text-decoration: underline;
  color: #1967d7;
}

.authPages .signin .inputGroup input.valid~label.focused,
.authPages .signup .inputGroup input.valid~label.focused {
  color: #13ad35;
}

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

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

.authPages .pageHead {
  font-size: 23px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 10px;
}

.authPages .pageHead.forgot {
  margin-bottom: 12px;
}

.authPages .pageHead.mb-50 {
  margin-bottom: 50px;
}

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

.authPages .custom-alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  margin: 20px 0;
  padding: 10px 15px;
  border-radius: 8px;
  text-transform: capitalize;
}

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

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

/* OTP Form */
.authPages .otpVerifyForm {
  max-width: 470px;
  min-height: 626px;
  padding: 25px 35px 55px;
}

.authPages .tittle-Wraper {
  margin-bottom: 50px;
}

.authPages .tittle-Wraper p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  color: #64748b;
  margin-top: 17px;
  max-width: 637px;
}

.authPages .OTPHead {
  font-size: 18px;
  font-weight: 450;
  line-height: 21.63px;
  text-align: left;
  color: #858585;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}

.authPages .allForms .otpDiv .btnPrimary {
  margin-top: 40px;
  width: 100%;
  max-width: unset;
}

.authPages .otpGroup {
  margin: 25px 0 10px;
  display: flex;
  column-gap: 15px;
  justify-content: center;
}

.authPages .otpEmail {
  /* padding-bottom: 45px; */
  /* border-bottom: 1px solid #DADCE0; */
  /* max-width: max-content; */
  margin: 0 auto 40px;
  position: relative;
}

.authPages .otpMobile {
  padding-top: 25px;
  width: 100%;
}

.authPages .emailHead {
  display: flex;
  align-items: center;
  column-gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}

.authPages p.sendAgainText {
  font-size: 14px;
  font-weight: 450;
  line-height: 19.5px;
  color: #858585;
  text-align: center;
}

.authPages .phoneHead {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.authPages a.sendAgain {
  font-size: 15px;
  line-height: 19px;
  text-decoration-line: underline;
  color: #1d7ad9;
}

.authPages .otpGroup input {
  appearance: none;
  display: block;
  width: 55px;
  padding: 0 18px;
  height: 55px;
  font-size: 25px;
  line-height: 32px;
  outline: none;
  background: #ffffff;
  border: 0.724389px solid #dadce0;
  border-radius: 4.2419px;
  text-align: left;
}

.authPages .otpGroup input::placeholder {
  text-align: center;
}

.authPages .otpGroup input::placeholder {
  color: #858585;
}

.authPages .otpActions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 21px;
  max-width: 568px;
  width: 100%;
  justify-content: center;
}

.authPages .otpGroup input:focus {
  box-shadow: 0 0 0 1px #1177ca77, 0 0 0 3px rgb(255, 255, 255);
  border-color: #1176ca;
}

.authPages .otpActions a {
  display: flex;
  align-items: center;
  gap: 9px;
}

.authPages .otpActions a span {
  font-size: 15px;
  line-height: 19px;
  color: #64748b;
}

.authPages .OTPHead span {
  color: #212121;
  font-weight: 500;
  /* font-family: 'Circular-Medium'; */
  font-size: 18px;
  line-height: 21px;
}

.authPages .otpGroup input.invalid {
  border-color: red;
}

.authPages .rightImg {
  position: fixed;
  right: 0;
  bottom: 0;
}

.authPages .secureMsgMobile {
  display: none;
}

.authPages .custom-alert-s.authPages p.sendAgainTextuccess {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  margin-bottom: 25px;
  padding: 10px 15px;
  border-radius: 8px;
  text-transform: capitalize;
}

.authPages .custom-alert-danger {
  color: #dd3e5a;
  background-color: #ffe3e6 !important;
  border-color: #f5c6cb;
  margin-top: 20px;
  padding: 10px 15px;
  border-radius: 5px;
}

.authPages .sendOtpAgain {
  padding: 2px 5px;
  font-size: 13px;
  font-weight: 450;
  line-height: 19.5px;
  border-radius: 100px;
  outline: none;
  border: none;
  cursor: pointer;
  color: #1176CA;
  background: transparent;
}

.authPages .sendOtpAgain:hover {
  background: #EEF8FF;
}

.authPages .sendOtpAgain:hover {
  text-decoration: none;
}

.authPages #otpMobile {
  display: none;
}

.authPages .getStarted.processing {
  cursor: no-drop;
  padding: 0;
  height: 49.5px;
}

.authPages .getStarted.processing:hover {
  background: #1176ca;
}

.authPages .getStarted:hover {
  background: var(--primary-blue);
}

.authPages .errorMsg {
  font-size: 13px;
  line-height: 21px;
  letter-spacing: -0.008em;
  color: #df4d4d;
  position: relative;
  margin-top: 2px;
  display: none;
}

.authPages .inputGroup input:focus,
.authPages .inputGroup select:focus {
  box-shadow: 0 0 0 1px #1177ca77, 0 0 0 3px rgb(255, 255, 255);
  border-color: #1176ca;
}
.authPages .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.authPages .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary{
      background-color: var(--bg-pale-blue);
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
}
@media (max-width: 1300px) {
  .authPages form.active {
    left: 50px;
  }
}

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

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

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

  .authPages .allForms {
    left: -12px;
  }
}

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

  .authPages form.signup {
    max-width: 100%;
  }

  .authPages form.active {
    left: 10px;
  }

  .authPages form {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .authPages form.active {
    left: 0;
  }

  .authPages .signUpForm {
    top: 5%;
  }

  .authPages .loginForm.show {
    top: 10%;
  }

  .authPages .divRight {
    padding-bottom: 40px;
    height: 100%;
  }

  .authPages .signin p.loginRedirect {
    bottom: 0;
  }

  .authPages .otpDiv {
    padding: 0;
    background: none;
    border: none;
  }

  .authPages .otpGroup input {
    width: 50px;
    height: 50px;
    padding: 0;
    text-align: center;
    font-size: 21px;
  }

  .authPages .pageHead {
    font-size: 22px;
  }

  .authPages .custom-alert-danger {
    font-size: 14px;
  }
}

@media (max-width: 460px) {
  .authPages #account_password {
    margin-right: 5px;
  }

  .authPages .flexInput .inputGroup:first-child input[type='password'] {
    width: 97%;
  }
}

@media (max-width: 392px) {
  .authPages .signup .inputGroup label {
    font-size: 13px;
    left: 19px;
  }
}

@media (max-height: 750px) AND (max-width: 575px) {
  .authPages .divRight {
    height: 110%;
  }
}

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

@media (max-width: 1366px) {
 


  .authPages form.active#register_form {
    right: 8%;
    top: 50px;
  }
}

@media (max-width: 991px) {

  .authPages form.active,
  .authPages form.active#register_form {
    right: 50%;
    transform: translateX(50%);
  }
}

@media (max-width: 767px) {
  .authPages section.login {
    height: auto;
  }

  .authPages form {
    top: 20px !important;
  }
}

@media (max-width: 575px) {
  .authPages .allForms form {
    max-width: 100%;
    width: 100%;
  }

  .authPages .leftMob {
    text-align: center;
  }

  .authPages .leftMob img {
    width: 100%;
    max-width: 332px;
    height: 263px;
  }

  .authPages #account_password {
    margin-right: 5px !important;
  }

  .authPages .pageWrapper {
    display: block;
    padding-bottom: 50px;
    min-height: 100vh;
  }

  .authPages .divRight {
    background: none;

    padding: 0 15px;
  }

  .authPages .divRight .allForms {
    left: 0;
  }

  .authPages .login .flexInput div {
    flex-basis: 48%;
  }

  .authPages .allForms {
    min-height: 600px;
  }

  .authPages .allForms .signin {
    position: relative;
    margin-top: 30px;
    right: unset;
    transform: none;
    max-width: 100%;
  }

  .authPages .allForms form {
    padding: 28px 25px;
  }

  .authPages .absoluteLogo {
    left: 50%;
    transform: translateX(-50%);
  }

  .authPages button.getStarted.processing {
    height: 45px;
  }

  .authPages .allForms #passwordSentForm {
    padding: 50px 20px;
  }

  .passwordSentContent span {
    font-size: 16px;
  }

  .passwordSentContent p {
    font-size: 21px;
  }

  .authPages .showHidePass:hover {
    opacity: 1;
  }

  .passwordGroupWrapper {
    flex-direction: column;
  }

  .passwordGroup {
    max-width: 100%;
  }
}

@media (max-width: 430px) {
  .authPages button.getStarted {
    padding: 10px 0;
    font-size: 16px;
  }

  .authPages p.pageDesc {
    margin-bottom: 17px;
    line-height: 22px;
  }
}

@media (max-width: 392px) {
  .authPages .login a.loginModelButton {
    display: block;
    margin-top: 5px;
  }

  .authPages .login .signup .inputGroup label {
    font-size: 12px;
  }

  .authPages #account_password {
    margin-right: 0 !important;
  }
}

@media (max-height: 768px) and (min-width: 1200px) {
  .authPages .allForms form {
    top: 20px;
    transform: translate(-50%, 0);
  }

  .authPages .allForms {
    min-height: 100vh;
  }
}