.login-top-banner {
  height: 120px;
  background: url(../img/logo.png) 30px center no-repeat;
}
.login-page {
  background-color: #fff !important;
}
.login-content {
  padding: 50px 0;
  position: relative;
  background: #fff url(../img/login-bg.png) center -43px no-repeat;
}
.login-content:before {
  content: '';
  display: table;
  line-height: 0;
}
.login-form {
  margin: 0px auto;
  padding: 10px 40px 20px 40px;
  width: 448px;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(204, 204, 204, 0.7);
  background-color: #fff;
  box-sizing: border-box;
}
.login-form .form-box .row {
  margin-bottom: 20px;
}
.login-form .flex-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.login-form .btn-block {
  width: 100%;
  margin-top: 10px;
}
.login-form .back-login {
  color: #4675c7;
  font-size: 14px;
}
.login-form .login-bottom {
  text-align: right;
}
.login-form .login-bottom a {
  color: #4675c7;
  font-size: 14px;
}
