html,
body {
  height: 100%;
}
html.stop-scrolling,
body.stop-scrolling {
  height: 100%!important;
}
body {
  position: relative;
  background: url('/static/images/bg.jpg') center 0 no-repeat;
}
.login-register-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 560px;
  min-height: 450px;
  background-color: #fff;
  margin-top: -225px;
  margin-left: -280px;
  border-radius: 3px;
  box-shadow: 0 6px 100px rgba(0, 0, 0, 0.35);
  opacity: .9;
}
.login-register-modal .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px #ddd solid;
}
.login-register-modal .company-info p {
  padding: 10px 35px;
}
.login-register-modal .industry-box {
  height: 34px;
  line-height: 34px;
  padding: 0 12px;
  border-bottom: 1px #ddd solid;
  color: #999;
}
.login-register-modal .industry-box span {
  padding-right: 10px;
}
.login-register-modal .or {
  text-align: center;
  position: relative;
}
.login-register-modal .or span {
  background-color: #fff;
  padding: 0 10px;
  color: #666;
}
.login-register-modal .or:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  border-top: 1px #ddd solid;
  z-index: -1;
}
.wechat-qr-content {
  padding: 30px 0;
  text-align: center;
}
.wechat-qr-content h3 {
  font-size: 20px;
  font-weight: normal;
}
.wechat-qr-content img {
  margin-top: 20px;
  border: 1px #ddd solid;
}
.wechat-qr-content p {
  margin-top: 15px;
  font-size: 12px;
}
