
.logonbj{
    width: 100vw;
    height: 100vh;
    background-image: url("../images/pic28.png");
    background-size: 100% 100%;
}

.logonbx{
    width: 460px;
    height: 390px;
    background-color: #ffffff;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    padding: 50px;
}

.logon-bxinpt{
    margin-top: 20px;
}

.logon-bxinpt input{
    width: 100%;
    margin-top: 15px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding:10px 15px;
    font-size: 16px;
}

.logon-bxnam{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}
.logon-bxnm-le{
    color: #999999;
    font-size: 14px;
    display: flex;
    align-items: center;
}


.logon-bxnm-ri a {
    font-size: 14px;
    /*color: #009944;*/
    color: #c72b2f;
}

.layui-input-block {
    margin-left: 0px;
    min-height: 36px;
}
.layui-form-item{
    margin-bottom: 0px;
}

.logon-bxbtn{
    width: 100%;
}

    .logon-bxbtn button {
        width: 100%;
        border-radius: 10px;
        /*background-color: #009944;*/
        background-color: #c72b2f;
    }





















