.page-container {
  font-size: 14px;
  display: flex;
}
.form-container {
  width: 1314px;
  display: flex;
  justify-content: center;
}
.form-container .form-content {
  margin-top: 164px;
  width: 461px;
}
.form-container .form-content .logo {
  max-width: 122px;
}
.form-container .form-content .login-text {
  margin-top: 29px;
  font-family: 'Roboto-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #000;
}
.form-container .form-content .form {
  width: 440px;
}
.form-container .form-content .form .login-type {
  margin: 58px 0 20px 0;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #666;
  display: flex;
  justify-content: space-between;
}
.form-container .form-content .form .login-type a.text {
  font-family: 'Roboto-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #666;
}
.form-container .form-content .form .login-type a.text.active {
  font-family: 'Roboto-Black';
  font-style: normal;
  font-weight: 900;
  font-size: 26px;
  color: #000;
}
.form-container .form-content .form .form-group {
  margin-top: 30px;
}
.form-container .form-content .form .form-group .form-input {
  padding: 0 24px;
  width: 392px;
  height: 58px;
  background: #fff;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
  border: transparent;
  border-radius: 5px;
  font-family: 'Roboto-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #666;
}
.form-container .form-content .form .form-group .form-msg-code {
  display: flex;
}
.form-container .form-content .form .get-msg-button {
  flex-shrink: 0;
  margin-left: 20px;
  width: 140px;
  height: 58px;
  background: #000;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
  border-radius: 5px;
  font-family: 'Roboto-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}
.form-container .form-content .form .remember {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.form-container .form-content .form .remember .remember-checkbox {
  margin: 18px 0 0 8px;
}
.form-container .form-content .form .remember .remember-checkbox .ml-checkbox__label {
  color: #000;
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
}
.form-container .form-content .form .remember .find-password {
  margin-top: 18px;
  text-align: right;
}
.form-container .form-content .form .remember .find-password a {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #0566d8;
}
.form-container .form-content .form .submit-button button,
.form-container .form-content .form .other-button button {
  width: 440px;
  height: 58px;
  border-radius: 29px;
}
.form-container .form-content .form .submit-button {
  margin-top: 30px;
}
.form-container .form-content .form .submit-button button {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
}
.form-container .form-content .form .submit-button button.__black {
  box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
}
.form-container .form-content .form .back-login {
  display: block;
  text-align: right;
  margin-top: 30px;
  height: 32px;
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #0566d8;
}
.form-container .form-content .form .divider {
  margin: 39px 0 43px 0;
}
.form-container .form-content .form .other-button .wechat-icon {
  width: 30px;
  height: 24px;
}
.form-container .form-content .form .other-button button {
  font-family: 'SourceHanSansCN-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
}
.form-container .form-content .form .other-button button.__black {
  box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
}
.form-container .form-content .form .other-button button.register {
  margin-top: 27px;
}
.ad-container {
  flex-shrink: 0;
  width: 606px;
  height: 980px;
}
.ad-container img {
  width: 606px;
  height: 980px;
}
