.login-bg {
    /*background: #eeeeee url() 0 0 no-repeat;*/
    /*background: url(../images/login_beijing.png) no-repeat center;*/
    background-size: cover !important;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
}

.login-title {
    /* background: url(../images/login_dingbuwenzi.png) no-repeat center; */
    height: 100px;
    text-align: center;
    font-size: 44px;
}

.login-content {
    justify-content: center;
    align-items: center;
    color: #fff;
}

.login-box {
    width: 500px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    height: 350px;
    margin-left: calc(50% - 250px);
    display: flex;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
}

.logo-box {
    width: 30%;
    border-right: 1.2px solid #dbdbdb;
    text-align: center;
    padding: 10px 0;
}

.login-input {
    width: 80%;
    text-align: center;
}

.qrtitle {
    margin: 10px;
}

.qrcode {
    width: 110px;
}

.login-btn button {
    background: #0651ef;
    color: #fff;
    width: 340px;
    border: none;
    border-radius: 3px;
    padding: 10px 0;
}

.login-btn button:active {
    background: #6b97f7;
}

.userInput {
    margin-bottom: 30px;
    width: 300px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    padding: 8px 30px 8px 10px;
}

.passwordInput {
    margin-bottom: 30px;
    width: 300px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    padding: 8px 30px 8px 10px;
}

.rember {
    margin-bottom: 40px;
}

.forget {
    float: right;
    margin-right: 60px;
}

.forget a {
    color: #fff;
    cursor: pointer;
}

.rem {
    float: left;
    margin-left: 50px;
    border: 1px solid #dbdbdb;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    margin-bottom: 10px;
}

.rem input {
    margin-right: 5px;
}

* {
    margin: 0;
    padding: 0;
}

.iconfont {
    position: absolute;
    right: 50px;
    top: 5px;
    color: #888;
    font-size: 18px !important;
}

.remInput {
    display: none;
}

.advice {
    height: 8px;
    width: 8px;
    display: inline-block;
    border-radius: 100%;
    /* border: 1px solid #dbdbdb; */
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}

input[type="checkbox"]:checked+.advice {
    height: 8px;
    width: 8px;
    border-radius: 100%;
    border: 1px solid #dbdbdb;
    background: #dbdbdb;
}

.vercodeImg {
    width: 80%;
    margin-left: 20%;
    height: 32px;
}

.vercode {
    display: flex;
    margin: 0 30px 10px 30px;
}

.vercode input {
    width: 100%;
    border-radius: 3px 0 0 3px;
    border: 1px solid #dbdbdb;
    padding: 8px 10px;
}

.icon-anquan2 {
    position: relative;
    right: 30px;
    top: 2px;
}