.sso-register {
  background: #000;
}
.sso-register.hydrogen {
  background-image: linear-gradient(135deg, #000e6e, #3342ad 95%);
}
.sso-register.trochili {
  background-image: url(minapp-bg-g.a7b11c58.jpg);
  background-size: cover;
}
.register-panel .user-agreement-content {
  margin: 40px 80px;
  height: 289px;
  overflow: auto;
}
.register-panel .agreement-btn {
  display: block;
  width: 100px;
  height: 40px;
  margin: 0 auto;
}
.register-panel .action-row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.register-panel .action-row .agreement-tip {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 5px;
  color: #7d7d7d;
  font-size: 12px;
}
.register-panel .action-row .agreement-tip a:hover {
  color: #f13b03;
}
.register-panel .btn-row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 57px;
}
.register-panel .login-link {
  font-size: 14px;
  color: #121212;
  margin-right: 20px;
}
.register-panel .btn-register {
  display: block;
  margin-left: auto;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (min-width: 961px) {
  .desktop {
    display: block;
    margin-bottom: 20px;
  }
  .desktop .password1-placeholder {
    font-size: 12px;
    line-height: 18px;
    margin-top: 15px;
    color: #a8a8a8;
    padding: 0 11px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mobile {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .register-panel .agreement-btn {
    width: 100%;
    height: 34px;
    border-radius: 0;
    border: none;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    font-size: 14px;
    color: #121212;
    text-align: center;
    background: none;
  }
  .register-panel .user-agreement-content {
    margin: 10px 20px 0;
  }
  .register-panel .agreement-modal {
    padding-bottom: 20px;
  }
  .register-panel .agreement-modal .user-agreement-content {
    height: 210px;
  }
  .register-panel .agreement-modal .user-agreement-content * {
    line-height: 1.5;
  }
  .register-panel .agreement-modal .close-btn {
    display: none;
  }
  .sso-register.hydrogen .register-panel .agreement-btn {
    color: #128bf8;
  }
  .sso-register.trochili {
    background-image: url(minapp-bg-m.216677d6.jpg);
  }
  .sso-register.trochili .register-panel .agreement-btn {
    color: #5347ff;
  }
  .password1-hint {
    font-size: 11px;
    margin: 14px 0 20px;
    color: #a8a8a8;
    line-height: 16px;
    padding-left: 12px;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .mobile .max-width {
    width: 100%;
  }
  .mobile input {
    border: none;
    outline: none;
    width: 75%;
  }
  .mobile input::-webkit-input-placeholder {
    color: #a8a8a8;
  }
  [placeholder] {
    text-overflow: ellipsis;
  }
  .mobile .input-wrapper {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 12px;
    position: relative;
  }
  .mobile .input-wrapper p {
    color: #a8a8a8;
    font-size: 12px;
  }
  .mobile .input-wrapper .password-strength-mobile {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    bottom: -2px;
    position: absolute;
    width: 100%;
  }
  .mobile .input-wrapper .password-strength-mobile span {
    width: 33.33333%;
    height: 2px;
  }
  .mobile .input-wrapper .password-strength-mobile .weak {
    background: #f04141;
  }
  .mobile .input-wrapper .password-strength-mobile .medium {
    background: #fbb727;
  }
  .mobile .input-wrapper .password-strength-mobile .strong {
    background: #128bf8;
  }
}
@media screen and (max-width: 320px) {
  .mobile input {
    width: 70%;
  }
}
