.new_auth_wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 51, 153, 0.24);
  backdrop-filter: blur(1.9500000476837158px);
  width: 100%;
  z-index: 324432443243;
}
.new_auth_wrapper p
.new_auth_wrapper h1, 
.new_auth_wrapper h2, 
.new_auth_wrapper h3, 
.new_auth_wrapper h4, 
.new_auth_wrapper h5, 
.new_auth_wrapper h6,
.new_auth_wrapper p,
.new_auth_wrapper span,
.new_auth_wrapper a,
.new_auth_wrapper button,
.new_auth_wrapper input,
.new_auth_wrapper textarea,
.new_auth_wrapper select
{
  font-family: 'Montserrat';
}
.new_auth_wrapper_content {
  max-width: 1360px;
  margin: 0px auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.new_auth_wrapper_content_background {
  background-color: white;
  border-radius: 20px;
  width: 100%;
  padding: 64px 128px;
  position: relative;
}

.new_auth_wrapper h2 {
  color: #171717;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 16px;
}

.new_auth_wrapper p {
  color: #2F2F2F;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.set_up_account_tag_wrapper {
  display: flex;
  margin-top: 32px;
  gap: 16px;
}

.new_auth_wrapper_blue_tag,
.new_auth_wrapper_transparent_tag {
  width: 100%;
  text-align: center;
}

.sign-in-image {
  width: 50%;
}

.sign-in-image-exit {
  position: absolute;
  top: 50px;
  border-radius: 50%;
  border: 1px solid #E9E9E9;
  background: #E9E9E9;
  right: 50px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new_auth_wrapper_blue_tag a,
.new_auth_wrapper_blue_tag button {
  width: 100%;
  background-color: white;
  color: #039;
  border-radius: 12px;
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  padding: 9px 0px;
  border: 1px solid #00559A;
  background: rgba(250, 250, 250, 0.00);
}

.new_auth_wrapper_transparent_tag a,
.new_auth_wrapper_transparent_tag button {
  width: 100%;
  background-color: #039;
  color: white;
  border-radius: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  display: inline-block;
  padding: 9px 0px;
  height: 100%;
  border: none;
}

.new_auth_wrapper_transparent_tag button:disabled {
  opacity: 0.5;
}

.new_auth_wrapper_content .bold_paragraph {
  color: #171717;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
}

.progress_line_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.progress_line_wrapper .active_line {
  height: 4px;
  width: 48px;
  background: #00559A;
  border-radius: 666px;
}

.progress_line_wrapper .next_line {
  height: 4px;
  width: 48px;
  background: rgba(245, 245, 245, 0.30);
}

.progress_line_wrapper .passed_line {
  height: 4px;
  width: 48px;
  background: #96A0A7;
  border-radius: 666px;
}

.progress_line_wrapper_text {
  text-align: center;
}

.custom-option {
  display: flex;
  align-items: center;
  padding: 2px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #FAFAFA;
  height: 48px;
}

.custom-option input {
  display: none;
}

.checkmark-wrapper {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  margin-right: 10px;
}

.checkmark {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #999;
  transition: all 0.25s ease;
}

.check-icon {
  display: none;
}

.label-text {
  flex: 1;
  color: #333;
}

.custom-option input:checked~.checkmark-wrapper {
  background: #00559a;
  border-color: #00559a;
}

.custom-option input:checked~.checkmark-wrapper .check-icon {
  display: block;
}

.custom-option:has(input:checked) {
  background: rgba(0, 85, 154, 0.30);
  border-color: #00559a;
}

.custom-option input:checked~.label-text {
  font-weight: 500;
}

.custom-option input:checked+.checkmark-wrapper .checkmark {
  border: none;
  background: #00559a;
}

.input-group {
  display: flex;
  flex-direction: column;
  border: 1px solid #616161;
  border-radius: 8px;
  padding: 8px 12px;
  background: #fff;
  margin-bottom: 16px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.input-group:last-of-type {
  margin-bottom: 0;
}

.input-group label {
  margin-bottom: 7px;
  font-size: 14px;
  color: #757575;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.input-group input {
  border: none;
  outline: none;
  font-size: 16px;
  line-height: 16px;
}

.input-group:focus-within {
  border-color: #00559a;
  border-radius: 12px;
  border: 2px solid #043FA2;
  box-shadow: 0 1px 12.6px 0 rgba(36, 160, 237, 0.30);
}

.input-group:focus-within label {
  color: #00559a;
}

.set_up_account_phone_buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.set_up_account_phone_button {
  width: 100%;
  text-align: center;
}

.set_up_account_phone_button a,
.set_up_account_phone_button button {
  color: #039;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  background: transparent;
  border: none;
}

.set_up_account_phone_button button:disabled {
  opacity: 0.5;
}

.challenge_rules_wrapper {
  border-radius: 20px;
  background: rgba(0, 85, 154, 0.08);
  padding: 25px;
  margin: 32px 0px;
}

.challenge_rules_wrapper h2 {
  color: #414141;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}

.challenge_rules_wrapper p {
  color: #333;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.input-code-group {
  display: flex;
  flex-direction: column;
}

.input-code-group label {
  margin-bottom: 4px;
  font-size: 14px;
  color: #555;
}

.password-wrapper {
  position: relative;
  border: 2px solid #039;
  border-radius: 8px;
  padding: 8px 12px;
  background: #fff;
}

.password-wrapper input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  letter-spacing: 4px;
  padding-right: 30px;
}

.toggle-password {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-input-group {
  display: flex;
  flex-direction: column;
}

.phone-input-group label {
  margin-bottom: 4px;
  font-size: 14px;
  color: #555;
}

.phone-wrapper {
  display: flex;
  border: 2px solid #039;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 12.6px 0 rgba(36, 160, 237, 0.30);
  height: 56px;
}

.select-wrapper {
  position: relative;
}

.select-wrapper select {
  border: none;
  outline: none;
  padding: 8px 30px 8px 12px;
  font-size: 14px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background: transparent;
  height: 100%;
  color: #757575;
}

.select-wrapper .select-arrow {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-wrapper input {
  flex: 1;
  border: none;
  outline: none;
  padding: 16px 12px;
  font-size: 16px;
  padding-left: 0px;
  color: #424242;
}

.phone-wrapper input::placeholder {
  color: #424242;
}

.step-1 .new_auth_wrapper p:first-of-type {
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.step-2.new_auth_wrapper p:first-of-type {
  max-width: 100%;
}

.step-2 form {
  margin-top: 26px;
}

.new_auth_wrapper.step-2 .bold_paragraph {
  margin-bottom: 16px;
}

.new_auth_wrapper_content_background {
  height: 747px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
}

.step-1 .new_auth_wrapper_content_background {
  height: unset;
}

.part_1 img {
  width: unset;
  height: 100%;
  object-fit: contain;
}

.step-1 .set_up_account_tag_wrapper {
  margin-top: 24px;
}

.step-3 h2 {
  margin-bottom: 32px;
}

.step-4 p {
  margin-bottom: 24px;
}

.step-6 .set_up_account_content p:last-of-type {
  margin-top: 5px;
  font-size: 12px;
  color: #424242;
}

.step-8 .part_1 {
  text-align: center;
}

.step-7 .set_up_account_content {
  text-align: center;
}

.step-7 .set_up_account_content h6 {
  margin-top: 16px;
  color: #171717;
  font-size: 18px;
}

.step-7 .input-code-group {
  margin-top: 32px;
  box-shadow: 0 1px 12.6px 0 rgba(36, 160, 237, 0.30);
}

.step-8 .challenge_rules_wrapper p {
  font-size: 14px;
}

.new_auth_wrapper {
  padding: 0px 20px;
}

.new_auth_wrapper.sign-in .new_auth_wrapper_content_background {
  height: 737px;
  padding: 32px;
  display: flex;
  flex-direction: row;
}

.sign-in-wrapper {
  width: 280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sign-in-wrapper-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 312px;
  margin: 0 auto;
}

.sign-in-logo {
  text-align: center;
  margin-bottom: 40px;
}

.sign-in-logo img {
  width: unset;
}

.sign-in-options {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.sign-in-options p {
  color: #696969;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0 4px;
  position: relative;
  top: -0.5px;
}

.sign-in-options .sign-in-option {
  color: #171717;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  background: transparent;
  border: none;
}

.sign-in-options .sign-in-option.active-option {
  color: #039;
}

.social-login {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.sign-in-form .divider {
  margin: 20px 0px;
  position: relative;
}

.sign-in-form .social-btn {
  width: 100%;
}

.sign-in-form .social-btn a {
  width: 100%;
  background: #FAFAFA;
  text-align: center;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sign-in-form .divider:after {
  content: "";
  width: 107px;
  height: 1px;
  background: #F2F2F2;
  display: block;
  margin-top: -10px;
  position: absolute;
}

.sign-in-form .divider:before {
  content: "";
  width: 107px;
  height: 1px;
  background: #F2F2F2;
  display: block;
  margin-top: 10px;
  position: absolute;
  right: 0px;
}

.email-input input::placeholder {
  color: #BDBDBD;
}

.email-input input {
  border-radius: 12px;
  border: 2px solid #FFF;
  background: #FAFAFA;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  height: 56px;
  padding: 0px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #BDBDBD;
  width: 100%;
  font-family: 'Montserrat';
}

.btn_blue_bg a,
.btn_blue_bg button {
  width: 100%;
  border-radius: 20px;
  background: #039;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  display: inline-block;
  padding: 16px 0px;
  border: none;
}

.btn_blue_bg button:disabled {
  opacity: 0.5;
}

.btn_blue_bg {
  margin-top: 24px;
  margin-bottom: 70px;
}

.terms {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.terms p,
.terms a {
  font-size: 12px;
}

.terms a {
  color: #039;
}

.new_auth_wrapper .terms-text {
  font-size: 12px;
}

.sing-in-via-email .sign-in-content {
  margin-bottom: 16px;
}

.sing-in-via-email .sign-in-logo {
  margin-bottom: 56px;
}

.sing-in-via-email .btn_blue_bg {
  margin-bottom: 24px;
}

.sign-in-via-emial div {
  padding: 20px 0px;
  text-align: center;
  margin-bottom: 6px;
}

.sing-in-via-emial div a {
  color: #039;
  text-align: center;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
}

.email-input {
  position: relative;
}

.sing-in-via-email p {
  color: #696969;
}

.sign-up-wrapper {
  width: 280px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 577px;
}

.sign-up-content p {
  margin-bottom: 32px;
}

.password-strength {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  margin: 16px 0px;
}

.strength-line-wrapper {
  flex: 1;
  position: relative;
  height: 8px;
}

.strength-line {
  width: 100%;
  height: 8px;
  border-radius: 19px;
  background: linear-gradient(90deg,
      #e53935 0%,
      #00559a 52.5%,
      #00b04c 100%);
}

.strength-ball {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #00559a;
  background: var(--Colors-Grey-Grey-50, #fafafa);
  transition: left 0.3s ease;
}

.password-strength p {
  margin-bottom: 0px;
}

.password-requirements h3 {
  color: #171717;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.finish-subscription .sign-up-wrapper {
  justify-content: center;
}

.finish-subscription .sign-up-logo {
  text-align: center;
  margin-bottom: 46px;
}

.finish-subscription .sign-up-logo img {
  width: unset;
}

.finish-subscription-content p {
  color: #2F2F2F;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.finish-subscription-content .bold_paragraph_finish {
  color: #171717;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  margin-top: 10px;
}

.finish-subscription .btn_blue_bg {
  margin-bottom: 24px;
}

.ask-later {
  text-align: center;
}

.ask-later a {
  color: #039;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
}

.email-verification .sign-in-content {
  margin-bottom: 24px;
}

.email-verification .ask-later {
  margin-top: 34px;
}

.scan-qr-buttons {
  display: flex;
  gap: 16px;
}

.scan-qr-buttons img {
  width: unset;
}

.qr-code-section {
  display: flex;
  gap: 32px;
}

.qr-code-section img {
  width: unset;
}

.set_up_google_authentificatior .sign-up-wrapper {
  width: 384px;
  justify-content: center;
}

.verification-input {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.scan-this-code-with-the-app h3 {
  color: #171717;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}

.scan-qr-buttons {
  margin: 16px 0px 48px 0px;
  justify-content: center;
}

.verification-input p {
  color: #171717;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
}

.set_up_google_authentificatior .scan-qr-code-text {
  color: #666;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.code_verification .sign-up-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.change-user {
  text-align: center;
  margin: 16px 0px;
}

.change-user a {
  color: #00559A;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0;
}

.sign-in-wrapper-content .btn_blue_bg {
  margin-bottom: 56px;
}

.sign-in-via-email div {
  text-align: center;
  padding: 24px 0px;
}

.sign-in-via-email div button {
  color: #039;
  text-align: center;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  background: transparent;
  border: none;
}

.email-input input[type="text"]:focus,
.email-input input[type="password"]:focus {
  border: 2px solid #039;
  background: var(--Colors-Input-Default-fill, #FAFAFA);
  box-shadow: 0 1px 12.6px 0 rgba(36, 160, 237, 0.30);
  outline: none;
}

/* Remove select/focus effect ONLY for the sign-in password input */
.email-input.signin-password-input .no-select-effect:focus {
  border: 2px solid #FFF;
  background: #FAFAFA;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  outline: none;
}

.sign-up-wrapper .btn_blue_bg {
  margin-top: 0px;
  margin-bottom: 0px;
}

.progress_line_wrapper {
  gap: 8px;
}

.sign-up-logo .progress_line_wrapper .passed_line {
  width: 100%;
}

.sign-up-logo .progress_line_wrapper .active_line {
  width: 100%;
}

.sign-up-logo .progress_line_wrapper .next_line {
  width: 100%;
}

.subscription-buttons {
  margin-top: 24px;
}

.subscription-buttons .btn_blue_bg {
  margin-bottom: 24px;
}

.subscription-buttons .ask-later {
  padding: 24px;
}

.new_auth_wrapper.step-8 .new_auth_wrapper_content,
.new_auth_wrapper.step-7 .new_auth_wrapper_content,
.new_auth_wrapper.step-6 .new_auth_wrapper_content,
.new_auth_wrapper.step-5 .new_auth_wrapper_content,
.new_auth_wrapper.step-4 .new_auth_wrapper_content,
.new_auth_wrapper.step-3 .new_auth_wrapper_content,
.new_auth_wrapper.step-2 .new_auth_wrapper_content,
.new_auth_wrapper.step-1 .new_auth_wrapper_content {
  max-width: unset;
}

.new_auth_wrapper.step-8 .new_auth_wrapper_content_background,
.new_auth_wrapper.step-7 .new_auth_wrapper_content_background,
.new_auth_wrapper.step-6 .new_auth_wrapper_content_background,
.new_auth_wrapper.step-5 .new_auth_wrapper_content_background,
.new_auth_wrapper.step-4 .new_auth_wrapper_content_background,
.new_auth_wrapper.step-3 .new_auth_wrapper_content_background,
.new_auth_wrapper.step-2 .new_auth_wrapper_content_background {
  width: 642px;
}

.new_auth_wrapper.step-1 .new_auth_wrapper_content_background {
  width: unset;
}

.new_auth_wrapper.step-2 .new_auth_wrapper_content_background {
  height: unset;
}

.new_auth_wrapper.step-1 .bold_paragraph {
  margin-top: 16px;
}

.new_auth_wrapper.step-2 .part_1 {
  margin-bottom: 50px;
}

.new_auth_wrapper.step-2 .new_auth_wrapper_content_background {
  width: 642px;
}

.new_auth_wrapper.step-2 .set_up_account_content .bold_paragraph {
  margin-top: 16px;
}

.new_auth_wrapper.step-3 .set_up_account_tag_wrapper {
  margin-top: 0px;
}

.step-2 .set_up_account_tag_wrapper,
.step-3 .set_up_account_tag_wrapper,
.step-4 .set_up_account_tag_wrapper,
.step-5 .set_up_account_tag_wrapper,
.step-6 .set_up_account_tag_wrapper,
.step-7 .set_up_account_tag_wrapper,
.step-8 .set_up_account_tag_wrapper {
  margin-top: 0px;
}

.code_verification .email-input {
  margin-top: 48px;
  margin-bottom: 32px;
}

.code_verification .new_auth_wrapper_content_background {
  height: 408px;
}

@media (max-width: 991px) {
  .sign-in-image {
    display: none;
  }
}

@media (max-width: 767px) {
  .new_auth_wrapper_content_background {
    background-color: white;
    border-radius: 20px;
    width: 100%;
    padding: 48px 64px;
  }
}

@media (max-width: 575px) {
  .new_auth_wrapper_content_background {
    background-color: white;
    border-radius: 20px;
    width: 100%;
    padding: 40px 32px;
    height: 609px;
  }

  .new_auth_wrapper_content_background h2 {
    font-size: 18px;
  }

  .step-8 .challenge_rules_wrapper h2 {
    font-size: 14px;
    margin-bottom: 0px;
  }

  .challenge_rules_wrapper {
    padding: 24px 16px;
  }

  .progress_line_wrapper div {
    width: 35px !important;
  }

  .step-4 .new_auth_wrapper_content_background {
    height: 514px;
  }

  .step-6 .new_auth_wrapper_content_background,
  .step-5 .new_auth_wrapper_content_background {
    height: 420px;
  }

  .step-7 .new_auth_wrapper_content_background {
    height: 600px;
  }

  .new_auth_wrapper.sign-in .new_auth_wrapper_content_background {
    height: unset;
    padding: 40px 32px;
  }

  .sign-in-logo img {
    width: 81px;
    object-fit: contain;
  }

  .new_auth_wrapper h2 {
    line-height: 100%;
    font-size: 28px;
    margin-bottom: 12px;
  }

  .sign-in-options .sign-in-option {
    color: #696969;
    font-size: 14px;
  }

  .sign-in-via-email {
    display: flex;
    justify-content: space-between;
  }

  .sing-in-via-email .btn_blue_bg {
    margin-bottom: 40px;
  }

  .sign-up-wrapper .btn_blue_bg {
    margin-bottom: 0px;
  }

  .progress_line_wrapper {
    gap: 8px;
  }

  .sign-up-logo .progress_line_wrapper .passed_line {
    width: 100% !important;
  }

  .sign-up-logo .progress_line_wrapper .active_line {
    width: 100% !important;
  }

  .sign-up-logo .progress_line_wrapper .next_line {
    width: 100% !important;
  }

  .new_auth_wrapper_content_background.sing_up {
    height: 550px !important;
    padding: 0px 16px !important;
  }

  .sign-up-wrapper {
    height: 100%;
    padding: 40px 0px;
  }

  .subscription-buttons .ask-later {
    margin-top: 40px;
  }

  .finish-subscription .sign-up-wrapper {
    padding: 0px;
  }

  .finish-subscription .sign-up-logo {
    margin-bottom: 56px;
  }

  .subscription-buttons {
    margin-top: 24px;
  }

  .finish-subscription .sign-up-logo img {
    width: 118px;
    height: 20px;
    object-fit: contain;
  }

  .finish-subscription-content p {
    margin: 16px 0px;
  }

  .step-1 .set_up_account_tag_wrapper {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
  }

  .step-1 h2 {
    margin-bottom: 16px;
  }

  .new_auth_wrapper.step-2 .set_up_account_tag_wrapper {
    margin-top: 52px;
  }

  .new_auth_wrapper.step-2 .part_1 {
    margin-bottom: 63px;
  }

  .new_auth_wrapper.step-3 .new_auth_wrapper_content_background {
    height: 689px;
  }

  .new_auth_wrapper.step-3 h2 {
    margin-bottom: 32px;
  }

  .new_auth_wrapper.step-3 .set_up_account_tag_wrapper {
    margin-top: 0px;
  }

  .new_auth_wrapper.step-7 .set_up_account_phone_buttons {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .step-1 h2,
  .step-2 h2,
  .step-3 h2,
  .step-4 h2,
  .step-5 h2,
  .step-6 h2,
  .step-7 h2,
  .step-8 h2 {
    font-size: 18px;
  }

  .new_auth_wrapper.step-8 .new_auth_wrapper_content_background {
    height: 689px;
  }

  .code_verification .new_auth_wrapper_content_background {
    height: 408px !important;
  }

  .code_verification .email-input {
    margin-top: 40px;
    margin-bottom: 32px;
  }

  .email-verification .new_auth_wrapper_content_background {
    height: 515px !important;
  }

  .set_up_google_authentificatior .sign-up-wrapper {
    width: 100%;
  }

  .qr-code-image {
    display: none;
  }

  .scan-qr-buttons {
    flex-direction: column;
  }

  .scan-qr-buttons a {
    height: 42px;
    display: flex;
    border-radius: 8px;
    background: #363636;
  }

  .scan-qr-buttons img {
    width: 100%;
    height: 42px;
    object-fit: contain;
  }

  .scan-this-code-with-the-app h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .verification-input p {
    display: none;
  }

  .set_up_google_authentificatior_content .verification-input {
    width: 100%;
  }

  .set_up_google_authentificatior .sign-up-wrapper {
    padding: 0px;
  }

  .set_up_google_authentificatior_content {
    text-align: center;
  }

  .set_up_google_authentificatior .new_auth_wrapper_content_background {
    height: 454px !important;
    justify-content: space-between;
  }
}