.login-header {
  width: 1200px;
  height: 199px;
  margin: 0 auto;
  background-color: #ffffff;
  position: relative; }

.header-box {
  width: 389px;
  height: 69px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto; }
  .header-box img {
    cursor: pointer; }

.register {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 30px;
  color: #333333; }

.content {
  width: 100%;
  height: 575px;
  background: url("../images/bg-login.png") no-repeat;
  background-size: cover;
  position: relative; }
  .content .login-box-wrap {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative; }
  .content .login-box {
    position: absolute;
    border-radius: 2px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 560px;
    height: 410px;
    box-sizing: border-box;
    overflow: hidden; }
  .content .title-container {
    position: relative; }
    .content .title-container .title {
      margin: 0;
      line-height: 50px;
      background: #c4e4ff;
      color: #333333;
      height: 50px;
      text-align: center; }
  .content .login-form {
    box-sizing: border-box;
    float: right;
    padding-top: 37px;
    margin-right: 72px;
    height: calc(100% - 50px);
    width: calc(100% - 144px);
    overflow: hidden; }
    .content .login-form .submit {
      height: 56px;
      background: #3783f5;
      width: 100%;
      font-size: 18px;
      line-height: 20px;
      color: #ffffff; }
  .content .from-footer {
    margin-top: 19px;
    font-size: 16px;
    line-height: 20px;
    color: #438aff; }
    .content .from-footer .reg {
      cursor: pointer;
      float: left; }
      .content .from-footer .reg a {
        color: #438aff; }
    .content .from-footer .forget {
      cursor: pointer;
      float: right; }

.form-control-feedback {
  bottom: 0;
  margin: auto;
  left: 17px;
  right: auto;
  background: #fff;
  color: #889aa4; }

.form-control {
  text-indent: 30px;
  height: 40px; }

/*# sourceMappingURL=login.css.map */
