/* /Components/Layout/MainLayout.razor.rz.scp.css */
/*.top-bar {
    max-width: 800px;
    min-width: 600px;
    height: 100px;
    margin: 0 auto 8px auto;
    background-color: #f2f2f2;
    background-image: url("/images/mv.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 70px;
    border-radius: 12px;
    overflow: hidden;
}
.menu-bar {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.site-title {
    font-size: 25px;
    text-align: center;
}
*/

.topbar[b-g3phuj1xc5] {
    display: flex;
    align-items: center;
    width: 100%;
    height: 160px; /* exact height of your images */
    flex-shrink: 0;
    overflow: hidden;
}


@media (max-width: 768px) {
    .topbar[b-g3phuj1xc5] {
        height: 50px;
        justify-content: center;
    }
        .topbar .ext[b-g3phuj1xc5] {
            display: none;
        }

      /*  .topbar img.center {
            transform: translateX(-80px);
            clip-path: inset(0 0 0 80px);
        }*/
}

    /* Center image */
    .topbar .center[b-g3phuj1xc5] {
        height: 100%;
        flex-shrink: 0;
        display: block;
    }
    /* Extending areas */
    .topbar .ext[b-g3phuj1xc5] {
        height: 100%;
        flex-grow: 1;
        background-image: url("/images/mv_ext.png");
        background-repeat: repeat-x;
        background-size: auto 100%;
    }

    /* Control repeat direction */
    .topbar .left[b-g3phuj1xc5] {
        background-position: right center;
    }

    .topbar .right[b-g3phuj1xc5] {
        background-position: left center;
    }
/* /Components/Pages/Login.razor.rz.scp.css */

.login-container[b-lx9uctrqqc] {
    display: flex;
    flex-direction: column;
    align-items: center; /* horizontal */
    min-height: 100vh;
}
