.sw-orange-register {
  padding-bottom: 22px;
}

.sw-orange-register .sw-login-top {
  padding-top: 16px;
}

.sw-register-compact-hero {
  position: relative;
  z-index: 2;
  margin-top: 24px;
}

.sw-register-compact-hero .sw-title {
  font-size: 28px;
  line-height: 1.2;
}

.sw-register-compact-hero .sw-subtitle {
  margin-top: 10px;
  white-space: normal;
}

.sw-orange-register .sw-platform-strip {
  margin-top: 13px;
}

.sw-register-card {
  margin-top: 15px;
  padding-bottom: 19px;
}

.sw-register-form {
  padding-top: 13px;
}

.sw-register-form .sw-field {
  margin-bottom: 11px;
}

.sw-register-phone {
  gap: 0;
}

.sw-register-phone .sw-phone-code {
  flex: 0 0 60px;
  max-width: 60px;
  padding-right: 10px;
  border-right: 1px solid #eef2f7;
  text-align: center;
}

.sw-register-phone .sw-phone-number {
  padding-left: 12px;
}

.sw-register-captcha {
  padding-right: 8px;
}

.sw-captcha-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 104px;
  width: 104px;
  height: 38px;
  margin-left: 10px;
  overflow: hidden;
  border: 1px solid #edf2f8;
  border-radius: 8px;
  background: #f8fbff;
}

.sw-captcha-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sw-register-agreement {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 4px 1px 15px;
  color: #7b8598;
  font-size: 12px;
  line-height: 1.55;
}

.sw-register-agreement input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--sw-orange-primary);
}

.sw-register-agreement a {
  color: var(--sw-blue-primary);
  font-weight: 700;
  text-decoration: none;
}

.sw-register-login-row {
  margin-top: 16px;
}

.wxtip {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(12, 19, 38, .72);
}

html[dir="rtl"] .sw-register-phone .sw-phone-code {
  padding-right: 0;
  padding-left: 10px;
  border-right: 0;
  border-left: 1px solid #eef2f7;
}

html[dir="rtl"] .sw-register-phone .sw-phone-number {
  padding-left: 0;
  padding-right: 12px;
}

html[dir="rtl"] .sw-captcha-box {
  margin-left: 0;
  margin-right: 10px;
}

@media (max-width: 374px) {
  .sw-register-compact-hero .sw-title {
    font-size: 25px;
  }

  .sw-register-card {
    padding-left: 14px;
    padding-right: 14px;
  }

  .sw-register-phone .sw-phone-code {
    flex-basis: 55px;
    max-width: 55px;
  }

  .sw-captcha-box {
    flex-basis: 92px;
    width: 92px;
  }
}
