body {
    padding: 0;
  }

  .res_warp {
    background: url(../images/login.jpg);
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    padding: 0;
  }

  .form-horizontal {
    padding: 19px 29px 29px;
    max-width: 500px;
    margin: 0 auto 30px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    background-size: contain;
    height: auto;
  }

  .login-grop {
    padding: 5px 5px;
    color: #fff;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }

  .login-grop a {
    color: #f00;
    height: 100%;
    font-size: 18px;
    display: inline-block;
    border-right: 1px solid #666;
    padding: 0px 5px;
    cursor: pointer;
  }

  @media screen and (max-width: 768px) {
    .login-grop a {
      color: #000;
      height: 100%;
      font-size: 14px;
      text-align: center;
      display: inline-block;
      border-right: 1px solid #666;
      margin-right: 1px;
      cursor: pointer;
    }
  }

  .login-grop .Personal-login {
    color: #0168bf;
  }

  .login-grop .zhuanjia-login {
    border-right: none;
    color: #D8C929;
  }

  .login-grop a:hover {
    text-decoration: none;
    cursor: pointer;
  }

  .form-horizontal .control-label {
    line-height: 18px;
    height: 30px;
  }

  .form-horizontal input {
    height: 30px;
    min-width: 250px;
  }

  .form-horizontal .controls {

    height: 30px;
  }

  .form-horizontal label.error {
    color: #0168bf;

  }

  .form-horizontal .control-group {
    margin-top: 30px;
  }

  /*    @media (max-width: 767px){
  .container {
     width: auto;
  }
}*/