<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
}

* {
    user-select: none;
}

a {
    text-decoration: none;
}

[v-cloak] {
    display: none;
}

.login-container {
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: var(--el-bg-color);
    display: none;
}

.login-card {
    width: 400px;
    padding: 20px;
}

.login-title {
    text-align: center;
    margin-bottom: 20px;
}

.register-container {
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: var(--el-bg-color);
    display: none;
}

.register-card {
    width: 400px;
    padding: 20px;
}

.register-title {
    text-align: center;
    margin-bottom: 20px;
}

.register-form .el-form-item {
    margin-bottom: 20px;
}


[data-v-app] {
    display: flex;
}</pre></body></html>