<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    height: 100%;
}
body{
    background-image: url("/app/user/image/bg.jpg");

    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
}

.container .login-logo {
    color: #ffffff;
    text-align: center;
    padding-top: 160px;
}
.container .login-logo .login-logo-title {
    font-size: 32px;
    font-weight: bold;
}
.container  .login-logo .login-logo-desc {
    margin-top: 16px;
    font-size: 18px;
}
.formBox{
    width:400px;border-radius: 10px;background-color: #fff;padding: 20px;border-right: 5px;
}</pre></body></html>