.page-registration .hero-content {
  max-width: 960px;
}

.page-registration .hero-content > .col-md-12 {
  padding: 0;
}

.page-registration .hero-content h1 {
  font-size: 36px;
  color: white;
  text-align: center;
  font-weight: 300;
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-registration .hero-content h1 .sub-title {
  font-size: 22px;
}

.page-registration .hero-content h5 {
  color: #2da1d2;
  margin-bottom: 5px;
}

.page-registration .hero-content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  color: #666666;
  margin-bottom: 30px;
}

.page-registration .hero-content .create-account {
  padding: 30px 30px;
  background: white;
  border-radius: 16px;
}

.page-registration .hero-content .create-account h5 {
  text-align: center;
}

.page-registration .hero-content .create-account .sdks a {
  display: inline-block;
  transition: all 0.3s ease;
}

.page-registration .hero-content .create-account .sdks a:hover {
  transform: scale(1.1, 1.1);
}

.page-registration .hero-content .create-account img {
  display: block;
  max-width: 180px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.page-registration .hero-content .create-account form {
  padding-top: 10px;
}

.page-registration .hero-content .create-account form p.example {
  font-size: 14px;
  margin-bottom: 25px;
}

.signUp-tip {
  text-align: center;
  color: #666;
}

.page-registration .hero-content .create-account form input.email,
.page-registration .hero-content .create-account form input.password,
.page-registration .hero-content .create-account form input.company,
.page-registration .hero-content .create-account form input.appname,
.page-registration .hero-content .create-account form #submit {
  width: 100%;
}

.page-registration .hero-content .create-account form input.email {
  margin-bottom: 10px;
}

button.el-button.sign-btn.el-button--primary {
  width: 100%;
  border: none;
  background: #f79e02;
  border-radius: 25px;
  padding: 15px;
  font-size: 18px;
}

button.el-button.sign-btn.el-button--primary:hover {
  background: #ffb22a;
  transition: all 0.4s ease;
}

.el-select.phone-code {
  width: 100%;
}

.cocos-mask,
.unity-mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 20;
}

.download-cocos {
  display: none;
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 2rem;
  padding: 100px 20px;
  z-index: 30;
  display: block;
  width: 400px;
  height: 200px;
}

.download-unity {
  display: none;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 2rem;
  padding: 100px 20px;
  z-index: 30;
  display: block;
  width: 400px;
  height: 200px;
}

.down-l-box.clearfix {
  width: 100%;
  margin-top: -66px;
  display: flex;
}

.down-link {
  flex: 1;
  text-decoration: none;
  color: #555;
  transition: all 0.2s ease;
}

.down-tip {
  margin: 0 0 10px;
  text-align: center;
  font-weight: 600;
}

.down-link:hover {
  color: #000;
  text-decoration: none;
}

.down-link .icon-box i {
  font-size: 45px;
}

.icon-box {
  text-align: center;
  margin: 20px 20px;
}

.download-tip {
  font-size: 16px;
  color: #444;
  width: 120px;
  margin: 0 auto;
  text-align: center;
}

.submitted-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  visibility: hidden;
}

.submitted-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 24px;
}

.submitted-desc {
  font-size: 18px;
  color: #666;
  text-align: center;
  margin-top: 48px;
}

.el-form-item__error {
  position: relative;
}

@media screen and (max-width: 767px) {
  .terms-tip {
    font-size: 12px;
  }
}
