html,body{
    height: 100%;
    width: 100%;
    background-image: url("../../layuiadmin/style/res/aiotagro_bg.jpg");
}
.bg-images{
    width: 1098px;
    height: 552px;
    #background-image: url("../../layuiadmin/style/res/niu_bg.png");
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 100px;

}

.box1,.box2{
    width: 500px;
    margin: 0 auto;
    padding: 14px;
    background-color: rgba(255,255,255,0.14);
    border-radius: 10px;
}
.box1{
    width: 528px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 170px;
}
.login{
    width: 500px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0 auto;
}
.logo{
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 10px 0px;
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    color: #009688;
}
.title{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 10px 0px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #393D49;
}
.layui-fluid{
    padding: 15px 60px;
}
.layui-btn{
    width: 100%;
    margin-top: 10px;
}