
    html{ height: 100%; width: 100%}
    body{ background: #282B35; height: 100%; width: 100%; margin: 0; padding: 0;}
    .container {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #fff !important;
      }
      .backgroundImg {
        background-image: url("../img/login_bg.png");
        background-repeat: no-repeat;
        background-position:top center;
        background-size:100%;
        background-color: #f2cb28;
        position: fixed;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: Center;
    
      }
      .login_box {
        width: 800px;
        min-width: 800px;
        overflow: hidden;
        text-align: center;
        margin: 0 auto;
      }
      .rightloginimg {
        width: 320px;
        height: 400px;
        background-image: url("../img/login_right.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        float: left;
        text-align: left;
      }
      .rightloginimg img {
        margin-left: 15px;
        margin-top: 15px;
      }
      .login_main p {
        margin: 0px;
        font-size: 24px;
        color: #5060C9;
        font-weight: normal;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 58px;
      }
      .login_main {
        width: 480px;
        height: 400px;
        background: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 30px 90px;
        float: left;
      }
      .username,
  .userpassword {
    width: 100%;
    border: 1px solid #231815;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    margin-bottom: 10px;
    position: relative;
    background: #fff;
    border-radius: 12px;
    text-align: left;
  }
  .username span {
    display: block;
    float: left;
    width: 32px;
    height: 38px;
    background-image: url("../img/iconkey.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px
  }
  .username input,
  .userpassword input {
    display: block;
    float: right;
    margin-right: 10px;
    box-sizing: border-box;
    height: 38px;
    border: none;
    outline: none;
    width: 85%;
  }
  .userpassword span {
    display: block;
    float: left;
    width: 32px;
    height: 38px;
    background-image: url("../img/iconpassword.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px
  }
  .userpassword {
    margin-bottom: 10px;
  }
  
  .errorMsg {
    color: #f5ce13;
  }
  .login_btn {
    width: 100%;
    height: 40px;
    border-radius: 12px;
    background: #f5ce13;
    box-shadow: 5px 5px 10px #fff1ad;
    color: #231815;
    font-weight:bold;
    line-height: 40px;
    text-align: center;
    border: none;
    margin-top: 10px;
    cursor: pointer;
  }
  .lineInterval {
    margin-top: 20px;
  }
  .contactLine {
    color: #231815;
    position: relative;
    font-size: 14px;
    margin-top: 35px;
  }

  .contactLine:before {
    left: 0px;
  }

  .contactLine:before,
  .contactLine:after {
    content: '';
    border-top: 1px solid #d8d8d8;
    position: absolute;
    width: 50px;
    top: 10px;
  }

  .contactLine:after {
    right: 0px;
  }
  .passwordLine {
    display: flex;
    justify-content: space-between;
  }
  .passwordColor {
    color: #231815 !important;
    cursor: pointer;
  }