.c-header {
    background: unset;
}

.c-main {
    width: 100vw;
    height: 100vh;
    background-image: url(../image/login/bg.png);
    background-size: 100%;
    padding: 1.7rem 0 0 0;

}

.wrapper {
    padding: 0.58rem 0.48rem;
}

.logo {
    display: block;
    margin: 0 auto;
    width: 0.96rem;
    height: 0.96rem;
}


.title {
    text-align: center;
    margin-top: 0.44rem;
    font-weight: 400;
    font-size: 0.48rem;
    color: #FFFFFF;
    line-height: 0.72rem;
}

.info {
    text-align: center;
    margin-top: 0.2rem;
    margin-bottom: 0.54rem;
    font-weight: 400;
    font-size: 0.32rem;
    color: #D8EBFF;
    line-height: 0.48rem;
}

.input-box {
    position: relative;
    margin-bottom: 0.3rem;
    display: flex;
    flex-flow: column;
}

.input-box .icon {
    position: absolute;
    top: 50%;
    left: 0.4rem;
    transform: translateY(-50%);
    width: 0.28rem;
}

.ez-input {
    height: 1.12rem;
    line-height: 1.12rem;
    padding: 0 1rem;
}

.other-box {
    margin-top: 0.32rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.24rem;
    color: #D8EBFF;
    line-height: 0.28rem;
}

.signed {
    display: flex;
    align-items: center;
    gap: 0.12rem;
}

.signed-chek {
    width: 0.32rem;
    height: 0.32rem;
    border: 0.02rem solid #D8EBFF;
    border-radius: 0.04rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

}

.signed-chek:checked {
    border: none;
    position: relative;
}

.signed-chek:checked::after {
    content: "";
    position: absolute;
    background-image: url('../image/login/checked.png');
    background-size: 100%;
    width: 0.32rem;
    height: 0.32rem;
    left: 0;
    top: 0;
}



.forgot {
    text-align: right;

}

.btn {
    margin-top: 0.6rem;
    height: 1.12rem;
    width: 100%;
}


.create-2 {
    margin-top: 0.52rem !important;
}




.create {
    text-align: center;
    margin-top: 0.64rem;
    font-weight: 400;
    font-size: 0.32rem;
    color: #404247;
    line-height: 0.36rem;
}

.register{
    margin-top: 0.46rem !important;
}


.member {
    margin-top: 3rem;
    font-size: 0.32rem;
    color: #D8EBFF;
    line-height: 0.48rem;
}

.special {
    margin-left: 0.06rem;
    color: #FFDC7C;
}

.login-btn {
    width: 6.54rem;
    height: 1.12rem;
    background: #F4A426;
    border-radius: 0.16rem;

    font-size: 0.32rem;
    color: #FFFFFF;
    line-height: 0.48rem;
}