<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#center {
    width: 608px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-55%);
}

#centers {
    width: 510px;
    height: 350px;
    background-color: #ffffff52;
    box-shadow: 0px 3px 8px 0px rgba(30, 72, 111, 0.35);
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
}

    #centers p input {
        width: 80%;
        height: 45px;
        box-sizing: border-box;
        background-color: #ffffff;
        border: none;
        font-weight: normal;
        font-size: 15px;
        font-stretch: normal;
        color: black;
    }

    #centers p {
        display: flex;
        align-items: Center;
        width: 414px;
        height: 50px;
        background-color: #ffffff;
        box-shadow: 0px 2px 2px 0px rgba(101, 101, 101, 0.35);
        border-radius: 5px;
        margin-bottom: 15px;
    }

#loginBtn {
    width: 414px;
    height: 51px;
    background-color: #359dff;
    box-shadow: 0px 2px 2px 0px rgba(75, 75, 75, 0.2);
    border-radius: 5px;
    opacity: 0.91;
    margin: 20px 0px;
    border: none;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #ffffff;
    cursor:pointer;
}

.loginBtn {
    width: 414px;
    height: 51px;
    background-color: #359dff;
    box-shadow: 0px 2px 2px 0px rgba(75, 75, 75, 0.2);
    border-radius: 5px;
    opacity: 0.91;
    margin: 20px 0px;
    border: none;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #ffffff;
    cursor: pointer;
}

#centers a {
    height: 12px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #0066cc;
}

#foot {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%,0);
    height: 14px;
    font-family: MicrosoftYaHei;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
}

.form-field &gt; label {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 4px
}</pre></body></html>