.account-signup {
  padding-bottom: 150px;
}
.account-signup .help-list {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-fill: auto;
          column-fill: auto;
  height: 4.7rem;
}
.help-list li.checked {
  line-height: 1.5;
}
.account-signup .help-list {
  padding-left: 0.25rem;
}

.account-signup .help-list li {
  padding: 0.1875rem 0.5rem 0.1875rem 1rem;
}

.account-signup .help-list li::before {
  top: 7px;
}

.account-signup .help-list li.checked::before, .account-signup .help-list li.unchecked::before {
  top: 4px;
}

.account-signup__success-title {
  position: relative;
  padding-top: 4.5rem;
}

.account-signup__success-title::before {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #F0F5FA url("../img/authentication/signup-success.png") center no-repeat;
}

.account-signup__success-line {
  position: relative;
}

.account-signup__success-line::after {
  display: block;
  position: absolute;
  content: '';
  bottom: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 7.9375rem;
  height: 3px;
  background-color: #F0F5FA;
}

.account-signup__skip {
  padding: 0 2.1rem 0 0;
  color: #3B566E;
  background: url("data:image/svg+xml,%3Csvg width='31' height='30' viewBox='0 0 31 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.8691 15L8.80747 15' stroke='%23DEE7F3' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.6191 21.25L22.1191 15L14.6191 8.75' stroke='%23DEE7F3' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") right center no-repeat;
  background-size: 33px;
}

.account-signup__success-icon {
  margin-left: auto;
  margin-right: auto;
  width: 112px;
  height: 112px;
}

.account-signup__success-card img {
  max-width: 5rem;
}

.g-recaptcha {
  transform: none !important;
}

.g-recaptcha > div {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 575px) {
  .account-signup .help-list {
    height: 5.5rem;
  }
  .account-signup__continue {
    padding-left: 1.175rem;
  }
  .account-signup__success-card img {
    max-width: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .account-signup {
    padding-bottom: 50px;
  }

  .account-signup__login-btn {
    border: none;
    color: #3B566E;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
  }
  .account-signup__login-btn:hover:not(.disabled), .account-signup__login-btn:active:not(.disabled) {
    color: #3B566E;
    text-decoration: underline;
    background-color: #fff;
  }
}

.modal-auth .signup-text__regular {
  display: none;
}