body {
  font-family:PingFangSC-Medium,PingFang SC;
  font-size: 14px;
  background-image: url(/dist/assets/new_design/img/login-bd.jpg);
  background-size: 100% 100vh;
}
.form-control-container input::-webkit-input-placeholder,
.form-control-container textarea::-webkit-input-placeholder {
  color:#C3C5CA;
}
.form-control-container input::-moz-placeholder,
.form-control-container textarea::-moz-input-placeholder {   /* Mozilla Firefox 19+ */
  color:#C3C5CA;
}
.form-control-container input:-moz-placeholder,
.form-control-container textarea::-moz-input-placeholder {    /* Mozilla Firefox 4 to 18 */
  color:#C3C5CA;
}
.form-control-container input:-ms-input-placeholder,
.form-control-container textarea::-ms-input-placeholder {  /* Internet Explorer 10-11 */ 
  color:#C3C5CA;
}

.btn {
  font-weight: normal!important;
}

.btn-u {
  border: 0;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  padding: 6px 13px;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
}

a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

img.login-logo-img {
  width: 660px;
  height: 500px;
  float: left;
  margin:auto
}
form.login.reg-block {
  width: 500px;
  float: left;
  height: 500px;
}
.reg-block-header {
  border-bottom:0px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom:0px;
}
.form-control-container {
  display: inline-flex;
  margin-bottom: 40px;
  width: 420px;
  height: 46px;
  background: rgba(247,248,250,1);
  border-radius: 5px;
  margin-bottom: 30px;
  position: relative;
}

.reg-block-header {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.form-control-container .form-control {
  height: 46px!important;
  width: 380px;
  border-width: 0px;
  padding-left: 0px;
  background: none;
  box-shadow: none;
}
.form-control-container .form-control-ico {
  width: 16px;
  height: 16px;
  margin: 15px 6px 15px 16px;
}

.login-footer {
  margin-top: 40px;
}
.login-footer a {
  color:#777;
  display: inline-block;
}
#get-verification-code {
  height: 26px;
  margin-right: 26px;
  background: rgba(82,110,222,1);
  border-radius: 13px;
  text-align: center;
  margin-top: 11px;
  display: none;
}
#get-verification-code a {
  margin-left: 11px;
  margin-right: 11px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 26px;
}

.login-footer {
  margin-top: 28px;
  width: 420px;
  text-align: center;
}

.new-design-login #forget-password {
  font-weight:400;
  color: #777;
  float: right;
}

.new-design-login #change-version {
  position: fixed;
  top: 30px;
  float: right;
  right: 66px;
  cursor: pointer;
}
.new-design-login #change-version span {
  color: #FFF;
  top: 0.5px;
  position: relative;
}
.new-design-login #change-version img {
  width: 20px;
}
.submit-container button {
  border-radius: 5px;
  height: 46px;
  width: 420px;
  background: #526EDE;
}
.password_reset {
  width: 500px;
  border-top: 0px;
  margin-top: 200px;
}
.password_reset #return-login {
  font-size:14px;
  font-weight:400;
  color:rgba(82,110,222,1);
  line-height:20px;
}
.password_reset .login-footer {
  text-align: center;
}
#agree-service-agreement {
  display: inline-flex;
  margin-bottom: 20px;
}
#agree-service-agreement input {
  margin-top: 3px;
  margin-right: 6px;
}
#agree-service-agreement a {
  color: #526EDE;
  text-decoration: none;
}

.btn-u:hover, .btn-u:focus, .btn-u:active, .btn-u.active, .open .dropdown-toggle.btn-u {
  background: #526EDE;
}
#wait-tip {
  display: none;
  color: #FFF;
  line-height: 26px;
}
.reg-block {
  border-top: 0px;
  background: #fff;
  width: 460px;
  padding: 20px;
  border-radius:10px;
  margin: 128px auto;
  box-shadow: 0px 0px 20px 5px #0000002e;
}
.form-error-tip {
  position: relative;
  margin-left: -415px;
  margin-top: 50px;
  font-size:12px;
  font-weight:400;
  color:rgba(240,80,80,1);
  line-height:16px;
}
.form-error-tip[error-obj=passcode]{
  margin-left: -435px;
}
.reg-block-header .h5prezi-logo {
  width: 116px;
}
.reg-block-header .header-title {
  font-size:26px;
  font-weight:500;
  color:rgba(30,35,52,1);
  line-height:37px;
}

.new-design-login .checkbox {
  width: 420px;
}
.form-control-error {
  border: red;
  border-width: 1px;
  border-style: solid;
}

.form-control-container.textarea {
  height: 150px;
}
.form-control-container textarea.form-control {
  height: 140px!important;
  resize: none;
  padding-top: 12px;
}

button[disabled] {
  cursor: not-allowed;
  opacity: .65;
}
.form-control[disabled] {
  cursor: not-allowed;
  opacity: .65;
}
.form-control-container img#get-captcha {
  position: absolute;
  right: 1px;
  height: 43px;
  cursor: pointer;
}

.get-verification-code {
  height: 26px;
  margin-right: 26px;
  background: rgba(82,110,222,1);
  border-radius: 13px;
  text-align: center;
  margin-top: 11px;
  display: none;
}
.get-verification-code a {
  margin-left: 11px;
  margin-right: 11px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255,255,255,1);
  line-height: 26px;
}
.wait-tip {
  display: none;
  color: #FFF;
  line-height: 26px;
}
.reset .get-verification-code {
  background: none;
  position: absolute;
  right: -20px;
}
.reset .get-verification-code a {
  color: rgb(82,110,222);
}
.reset .wait-tip {
  color: rgb(82,110,222);
}
.sms-country-select-btn {
  width: 100px;
  height: 25px;
  border-width: 0 1px 0 0;
  border-color: #dedfe3;
  border-style: solid;
  background: none;
  position: relative;
  top: 10px;
  color: #c5c6cb;
}
.sms-country-select-btn svg {
  position: relative;
  top: 3px;
}
.country-phone {
  width: 321px;
  margin-left: 20px;
}
.sms-country .form-error-tip {
  margin-left: -495px;
}
.sms-country-select-container {
  border-radius: 4px;
  max-height: 500px;
  overflow: auto;
  padding: 8px 0;
  position: absolute;

}
.sms-country-select-container .select-item {
  background: none;
  border: none;
  color: #c5c6cb;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-align: left;
  width: 100%;
}
.select-container {
  display: none;
  width: 200px;
  max-height: 400px;
  background: white;
  border: 1px solid #ebeced;
}

.select-item:hover {
  background-color: #f8f8fa;
}
