/* _content/ImageViewer2027/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-f2ov9rq8zg] {
    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-f2ov9rq8zg] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

header[b-f2ov9rq8zg] {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    border: solid 2px;
    border-color: black;
    box-sizing: border-box;
    z-index: 100;
}

    header .logo-row[b-f2ov9rq8zg] {
        height: 80px;
        width: 100%;
        background-color: #ddd;
    }

        header .logo-row img[b-f2ov9rq8zg] {
            height: 70%;
            padding: 12px;
            vertical-align: middle;
            background-color: transparent;
        }

        header .logo-row #sbdab[b-f2ov9rq8zg] {
            height: 100%;
            font-family: Rockwell;
            font-size: 3em;
            vertical-align: middle;
            padding-left: 15px;
            color: #665;
        }

        header .logo-row .overview-text[b-f2ov9rq8zg] {
            position: fixed;
            right: 30px;
            font-family: Rockwell;
            font-size: 3em;
            vertical-align: middle;
            padding: 10px;
            text-decoration: none;
            color: #665;
        }

        header .logo-row a:hover[b-f2ov9rq8zg] {
            color: black;
        }

footer[b-f2ov9rq8zg] {
    position: fixed;
    height: 40px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    border: solid 2px black;
    background-color: #999;
    box-sizing: border-box;
    z-index: 50;
}

    footer .footer-text[b-f2ov9rq8zg] {
        text-align: center;
        font-size: 18px;
        vertical-align:bottom;
        padding: 7px;
        background-color: #ddd;
    }
/* _content/ImageViewer2027/Components/Pages/Login.razor.rz.scp.css */

/* only the login section */

@media (min-height: 1201px) {
    section[b-io1svf09a3] {
        width: 1000px;
        height: 625px;
    }
}

@media (min-width: 1201px) {
    section[b-io1svf09a3] {
        width: 1000px;
        height: 625px;
    }
}

@media (max-height: 1200px) {
    section[b-io1svf09a3] {
        width: 800px;
        height: 500px;
    }
}

@media (max-width: 1200px) {
    section[b-io1svf09a3] {
        width: 800px;
        height: 500px;
    }
}

/* site.css or MyComponent.razor.css */
.button-primary[b-io1svf09a3] {
    background-color: #007bff;
    color: white;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}


/* wwwroot/css/site.css or inside a <style> block */
.section-container[b-io1svf09a3] {
    position: relative; /* Establishes a positioning context */
    background-color: #f0f0f0;
    width: 1000px;
    height: 625px;
    border: 5px solid white;
    overflow: hidden;
}

.fixed-input[b-io1svf09a3] {
    position: absolute; /* Fixed within the section */
    top: 5%;
    left: 5%;
    z-index: 10; /* Ensures it's above background */
}
.fixed-input2[b-io1svf09a3] {
    position: absolute; /* Fixed within the section */
    top: 10%;
    left: 5%;
    z-index: 10; /* Ensures it's above background */
}

.section-content[b-io1svf09a3] {
    position: absolute; /* Fixed within the section */
    top: 15%;
    left: 5%;
    z-index: 10; /* Ensures it's above background */
}


section[b-io1svf09a3] {
    width: 1000px;
    height: 625px;
    min-width:1000px;
    min-height:625px;
    background-image: url("../img/JumbotronBackground.png");
    background-size: contain;
/*    background-position-y: center;
*/    border: solid 7px white;
    z-index: 50;
}

/* site.css or inside a <style> block */
.center-wrapper[b-io1svf09a3] {
    display: flex;
    justify-content: center; /* Horizontal centering */
    align-items: center; /* Vertical centering */
    height: 99vh;  /*Full viewport height */
}
