body:not(.login-page)::before {
    content: "";
    position: fixed;
    inset: 0;
    background: url('/assets/images/fundopadaria.png') center / cover no-repeat;
    opacity: .2;
    pointer-events: none;
}

body:not(.login-page) .shell {
    position: relative;
    z-index: 1;
}

.login-page {
    background: linear-gradient(#2b1609a8, #2b1609a8),
                url('/assets/images/fundopadaria.png') center / cover fixed no-repeat;
}

.login-page .login {
    background: #fffffff2;
    border: 1px solid #ffffff80;
    backdrop-filter: blur(8px);
    box-shadow: 0 20px 60px #0007;
}
