<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main.register, main.login {
    padding-top: 120px;
}

.logo {
    max-width: 100px;
}

.or {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.4rem;
    text-align: center;

    span:first-child, span:last-child {
        display: inline-block;
        border-top: 1px solid #525252;
        width: 100%;
    }
}</pre></body></html>