.login-box{
     width: 100%;
     height: 100vh;
     background: url('../img/login/loginbg.png');
     background-repeat: no-repeat;
     background-size: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
}
.login-content{
    width: 820px;
     height: 444px;
    background: #FFFFFF;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.left-img{
    width: 396px;
    height: 380px;
}
.right-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: -60px;

}
.line{
    width: 1px;
    height: 341px;
    background: linear-gradient(360deg, #FFFFFF 0%, #B5B5B5 50%, #FFFFFF 100%);
    opacity: 1;
    border-radius: 0px;
    margin-left: 42px;
    margin-right: 42px;
}
.user-count{
    display: flex;
    align-items: center;
    width: 324px;
    height: 58px;
    border-bottom: 1px solid #CCCCCC;
}
.span{
    width: 1px;
    height: 18px;
    background: #1B9FFC;
    opacity: 1;
    border-radius: 0px;
    margin-left: 8px;
    margin-right: 18px;
}
.password{
    display: flex;
    align-items: center;
    width: 324px;
    height: 58px;
    border-bottom: 1px solid #CCCCCC;
}
.btn{
    width: 324px;
    height: 44px;
    background: #DDDDDD;
    color: #FFFFFF;
    opacity: 1;
    margin-top: 30px;
    border: none;
    outline: none;
    cursor: pointer;
}
.forget{
    width: 324px;
    text-align: right;
    margin-top: 4px;
    display: flex;
    justify-content: space-between;
}
.forget span:nth-child(2){
    cursor: pointer;
}
.error{
    display: flex;
    align-items: center;
    width: 146px;
    height: 28px;
    width: 146px;
    background: #FFE6E5;
    border: 1px solid #D46F16;
    opacity: 1;
    border-radius: 2px;
    justify-content: center;
    position: absolute;
    bottom: 50px;
    left: 0px;
}
.error img{
    width: 12px;
    font-size: 9px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0px;
    color: #333333;
    margin-right: 10px;
}