/* _content/WA_XShip_EFL/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-ktcy54412l] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-ktcy54412l] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/WA_XShip_EFL/Components/Pages/InsertLdv.razor.rz.scp.css */
body[b-8e54err2ko] {
    .move-right {
        position: relative;
        animation: moveRight-b-8e54err2ko 0.5s forwards;
    }

    .reset-position[b-8e54err2ko] {
        position: relative;
        left: 0;
    }

    @keyframes moveRight-b-8e54err2ko {
        from {
            left: 0;
        }

        to {
            left: 100px;
        }
    }
}
/* _content/WA_XShip_EFL/Components/Pages/PageLogin.razor.rz.scp.css */
.loginform[b-8kptoug39o] {
    height: 100%;
    max-width: 500px;
    width: 75%;
    margin: 0 auto;
}

.immagine[b-8kptoug39o] {
    position: relative;
    max-height: 480px;
    margin: 0 auto;
}

/* Stile dell'immagine (occupa tutto lo spazio disponibile) */
.immagine img[b-8kptoug39o] {
    width: 100%;
    height: auto;
}

/* Testo centrato sull'immagine */
/*.logo {
    position: absolute;
    top: 50%;
    left: 95%;
    transform: translate(-100%, -50%);
    font-size: 100px;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: 600;
    font-style: italic;
}*/
