.login_center {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn .btn-group-lg > .btn,
.btn-lg {
  font-size: 14px;
}
.box {
  box-shadow: none;
}
.box h3 {
  margin-top: 10px;
  font-size: 18px;
}
.box .box-body {
  padding: 0;
}
.box-header.with-border {
  border-bottom: none;
}
.box-footer {
  border-top: none;
  padding: 10px 0 10px 0;
}
.hot-content {
  margin: 0 15px 0 15px;
}
.hot-content h4 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.hot-bottom {
  margin: 60px 0 30px 0;
  text-align: center;
}
.hot-bottom .info-box {
  cursor: pointer;
}
.hot-bottom .info-box:hover {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
.hot-bottom .info-box:hover .info-box-content {
  font-weight: bold;
}
.hot-bottom .info-box:hover .info-box-icon {
  font-size: 60px;
}
.hot-bottom .info-box .info-box-content {
  padding: 0;
  text-align: center;
  line-height: 90px;
}
.right-login {
  padding-left: 0;
  padding-right: 0;
  border-left: 2px solid #f4f4f4;
}
.right-login select.form-control {
  border-radius: 0;
}
.right-login .qrcode-block {
  margin: 10px 30px 30px 30px;
  line-height: 30px;
}
.right-login .qrcode-block .qrcode-title {
  display: inline-block;
  width: 70%;
}
.right-login .qrcode-block img {
  width: 60px;
  height: 60px;
  float: right;
}
