.login-box{
    background: url(/image/ally/bg0.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 1080px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-card{
    width: 571px;
    height: 541px;
    box-sizing: border-box;
    background: url(/image/ally/bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 45px 40px;
}

.login-card h1{
    color: #fff;
    font-size: 34px;
    text-align: center;
    margin-bottom: 40px;
}

.login-card .input-group{
    display: flex;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 12px 20px;
    margin-bottom: 30px;
}
.login-card .input-group img{
    width: 22px;
    height: 24px;
    margin-right: 20px;
}

.login-card .input-group input{
    border: none;
    width: 100%;
}

.check-group{
    background: unset!important;
    padding-left: 0!important;
}

.check-group span{
    color: #fff;
}
.check-group input{
    width: 25px!important;

}

#submit{
    background: #A81C27;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 19px;
    padding: 10px 0 ;
    font-weight: 600;
}

