html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background: url("/public/images/login.jpg") no-repeat;
    background-size: 100% 100%;
}
#Login{   
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content {
    display: flex;
    align-items: center;
    justify-content: center;
}
#Login .login-tag{
    width:100%;
    height:100%;
    max-width: 20rem;
    max-height: 25rem;
    background:rgba(255,255,255,1);
    border-radius:10px;
    padding: 3rem 1rem;
}
#Login h3{
    font-size: 1.5rem;
    font-family:PingFang SC;
    font-weight:bold;
    line-height:28px;
    color:rgba(20,141,233,1);
    opacity:1;
    text-align: center;
    /* margin-top: 53px; */
}

.logo {
    position: absolute;
    top: 2rem;
    left: 4rem;
}

.input-username,
.input-password,
.input-account-number,
.input-email,
.input-name,
.input-id-number,
.input-id-img,
.input-phone,
.input-password-qr {
    max-width: 310px;
    height: 60px;
    border-bottom: 1px solid rgba(232,232,232,1);
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 28px;
    color: rgba(20,141,233,1);
    opacity: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}
.input-username{
    margin-top: 40px;
}
.input-password {
    margin-top: 6px;
    background: white;
}
.input-id-img{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.input-id-img .id-img{
    height:55px;
}
.input-id-img .id-img span{
    line-height: 55px;
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    color: #000;
}
.input-id-img .img-sl{
    width:74px;
    height:39px;
    background:rgba(209,209,209,1);
    opacity:1;
    line-height: 39px;
    text-align: center;
    font-size:12px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(255,0,0,1);
    margin-left: -80px;
}
.input-id-img .upfile{
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    line-height:20px;
    color:rgba(105,187,230,1);
    opacity:1;
}
.txt,
.number,
.email{
    border: none;
    width: 100%;
    height: 55px;
    font-size:14px;
}
.pass{
    border: none;
    width: 100%;
    height: 55px;
    color:gray;
    font-size:14px;
}
.input-password div{
    height: 20px;
    background: url("../images/eye.jpg") no-repeat;
}
.forget{
    width: 100%;
    margin: 10px auto;
    text-align: right;
    opacity:1;
}
.forget a{
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(105,187,230,1);
}
.register{
    text-align: center;
    opacity:1;
    margin-top: 17px;
    color:rgba(57,161,241,1) !important;
}
.register div{
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    line-height:20px;
    color:rgba(57,161,241,1) !important;
}
.layui-btn-fluid{
    height:50px;
    background:rgba(57,161,241,1);
    opacity:1;
    border-radius:6px;
    line-height: 50px;
    font-size:18px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.register-tag{
    width: 400px;
    height: 750px;
    background: white;
    margin-right: 20%;
    border-radius:10px;
}
.login-a,.register-a{
    width:140px;
    height:50px;
    background:rgba(57,161,241,1);
    font-size:18px;
    font-family:PingFang SC;
    font-weight:400;
    line-height:50px;
    color:rgba(255,255,255,1);
    opacity:1;
    border-radius:6px;
}
.login-a{
    opacity: 0.5;
}