
.login-wrap {
    max-width: 800px;
    margin: 20px auto;
    padding: 50px 100px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.login-wrap h1{
    text-align: center;
    font-size: 20px;
    line-height: 80px;
}

.login-btn{
    width: 100%;
    margin: 20px auto;
}

.reset-btn{
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.agree-term{
    margin: 100px auto;
    text-align: center;
}

.agree-term a{
    color: #409eff;
}
.el-checkbox__input.is-checked+.el-checkbox__label{
    color: #666 !important;
}

.el-checkbox__label{
    width: 100%;
    text-wrap: auto;
    text-align: left;
}


@media (max-width: 768px) {
    .login-wrap {
        width: 100%;
        margin: 20px auto;
        padding: 20px;
        border-radius: 10px;
        background: #F9FAFC;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
}

