.lhj_login_boxBg {
    background: url(../images/banner1.jpg) no-repeat center bottom;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 600px;
}
.lhj_content_box_login {
    width: 1140px;
    min-width:1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;

}
.lhj_login_content {
    background: #fff;
    padding: 30px 0;
    border-radius: 5px;
    width: 400px;
   
}
.lhj_input {
position:relative;
margin-bottom:15px
}
.lhj_input .user-icon {
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 1;
    font-size: 30px;
    color: #ccc !important;
}

    .lhj_input .layui-input {
        padding-left: 50px;
        font-size: 16px;
        height: 58px !important;
        width: 100%;
        margin-top: 10px;
        border-color: #e6e6e6;
    }
.lhj_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.lhj_btn .login_btn {
    margin-top: 10px;
    height: 50px;
    line-height: 50px;
    background-image: linear-gradient(to right, #106045 0%, #7866B8 100%);
    font-size: 20px;
}
