body {
    padding: 0;
  }

  .res_warp {
    background: url(../images/login.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    padding: 0;
  }

  .container {
    overflow: hidden;
  }

  @media (max-width: 767px) {
    .container {
      width: auto;
    }
  }

  .form-signin {
    max-width: 500px;
    padding: 19px 29px 29px;
    margin: 0 auto 50px;
    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);
  }

  .form-signin .form-signin .checkbox {
    margin-bottom: 10px;
  }

  .login-grop {
    padding: 5px 5px;
    color: #fff;
    text-align: center;
    background-color: #fff;
  }

  .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;
  }

  .login-main {
    width: 100%;
    height: 100%;
  }
  .login-grop .form-signin input[type="text"],
  .form-signin input {
    font-size: 16px;
    height: auto;
    padding: 7px 9px;
  }

  .form-signin .tishi {
    margin-top: 40px;
  }

  .form-signin .zhuyi {
    text-align: center;
    background: #F5F0BC;
    line-height: 30px;
  }

  .form-signin .tishi .text-primary {
    background: #f5f5f5;
    margin-bottom: 10px;
    color: #999;
  }

  .form-signin .msg_error {
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .form-signin .input-block{
    display: flex;
    flex-direction: column;
  }
  .form-signin .input-block input{
    margin: 10px;
  }
  #errorMSG {
    line-height: 30px;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    color: #666;
    font-size: 14px;
  }
  .input-block-level{
    width: 300px;
    height: 30px;
    font-size: 16px;
  }
  .no-account{
    margin: 0 0 10px 10px;
  }
  .text-left{
    text-align: center;
  }
  .text-primary{
    text-align: center;
  }