.auth_page .container_box {
  width: 100%;
  display: flex;
  justify-content: center;
  min-height: 100vh;
}

.auth_left {
  background-color: var(--primary);
  padding: 32px 42px;
  background-image: url("../images_new/login-bg.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 540px;
  height: 100vh;
  overflow: hidden;
}

.auth_left figure {
  margin-bottom: 72px;
}

.auth_left .content {
  position: relative;
  background-color: rgba(229, 192, 166, 0.3882352941);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-radius: 30px;
  border: 1px solid var(--light300);
  max-width: 470px;
  margin: 0 auto;
}

.auth_left .content::before {
  position: absolute;
  top: 86px;
  right: -35px;
  content: url("../images_new/100-emoji.png");
}

.auth_left .content::after {
  position: absolute;
  bottom: 42px;
  left: -38px;
  content: url("../images_new/heart-emoji.png");
}

.auth_left .content .txt {
  margin: 40px 30px 30px 40px;
}

.auth_left .content .txt a {
  text-decoration: underline;
}

.auth_right {
  flex: 1;
  padding: 90px 40px;
  overflow-y: auto;
  max-height: 100vh;
}

.auth_right .tabs-container {
  padding-top: 0;
}

.auth_right .content {
  margin: 0 auto;
  max-width: 510px;
}

.auth_right .txt {
  color: var(--black700);
  font-weight: 500;
  margin-bottom: 30px;
}

.auth_right .form-in {
  text-align: left;
  position: relative;
}

.auth_right .checkbox label {
  color: var(--black700);
  text-align: left;
}

.auth_right .checkbox label::before {
  border-color: #B3B3B3;
}

.auth_right .lg {
  height: 60px;
  font-weight: 400;
}

.auth_right .lg.otp {
  font-weight: 600;
}

.auth_right .google_signin {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  border: 1px solid rgba(102, 102, 102, 0.35);
  color: var(--black700);
}

.auth_right .google_signin img {
  margin-right: 15px;
}

.auth_right .link:hover {
  color: var(--primary);
  text-decoration: underline;
}

.auth_right.data-tab-2-active .content {
  max-width: 640px;
}

.signup_form {
  margin-top: 32px;
  margin-bottom: 20px;
}

.signup_form .form-in {
  width: 50%;
}

.logo_mobile {
  display: none;
}

.signup-body {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.signup-body .form {
  max-width: 500px;
  margin: 0 auto;
}

.signup-body .form-in {
  margin-bottom: 24px;
}

.signup-body .radio_wrapper {
  margin-top: 15px;
  margin-bottom: 32px;
}

.fs-14 {
  font-size: 14px;
}

.maxw-imgsnp {
  max-width: 410px;
  margin-right: -21px;
}

.sn_lg_imgwrp {
  margin: 150px 0 0 !important;
  overflow: hidden;
  border-radius: 0 0 30px 0;
}

.toggle-password {
  position: absolute;
  right: 15px;
  top: 49px;
  width: 20px;
  cursor: pointer;
}

.signup_form .toggle-password {
  right: 25px;
}

.auth_right .form-in input[name="password"],
.auth_right .form-in input[name="confirmPassword"] {
  padding-right: 45px;
}

@media screen and (max-height: 850px) {
  .auth_left figure {
    margin-bottom: 50px;
  }
}

@media screen and (max-height: 800px) {
  .auth_left .content>img {
    height: 400px;
  }
}

@media screen and (max-height: 750px) {
  .auth_left .content .txt {
    margin: 30px 30px 10px;
  }
}

@media screen and (max-height: 700px) {
  .auth_left .content>img {
    height: 360px;
  }

  .auth_left figure {
    margin-bottom: 30px;
    /* max-width: 150px; */
  }
}

@media screen and (max-width: 1440px) {
  .auth_right .txt {
    font-size: 15px;
  }

  .auth_right .lg {
    height: 56px;
  }
}

@media screen and (max-width: 1200px) {
  .auth_left {
    width: 480px;
  }

  .auth_right .txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .auth_left {
    display: none;
  }

  .logo_mobile {
    display: block;
    margin-bottom: 30px;
  }

  .auth_right .lg {
    height: 54px;
  }
}

@media screen and (max-width: 767px) {
  .signup_form .form-in {
    width: 100%;
  }

  .profession {
    order: 1;
  }

  .auth_right .content,
  .auth_right.data-tab-2-active .content {
    max-width: 500px;
  }

  .auth_right {
    padding: 70px 25px;
  }

  .auth_right .lg {
    height: 50px;
  }
}

@media screen and (max-width: 360px) {
  .auth_right {
    padding: 50px 20px;
  }
}