html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}
.header-logo {
    flex-shrink: 0;
    /* Makni background-color: currentColor; */
    background-image: url('../images/scn_spie_comcross.png');
    background-position: left;
    background-repeat: no-repeat;
    /* background-size: contain osigurava da logo stane u zadane dimenzije bez rezanja */
    background-size: contain;
    width: 200px;
    height: 70px;
    /* Obavezno obriši ili zakomentiraj mask svojstva */
    -webkit-mask: none;
    mask: none;
}

.logon-main-container {
    background: url('../images/spie_comcross_background.jpg') no-repeat center center fixed !important;
    background-size: cover !important;
}


#applicationLoadingPanel {
    background: url('../images/spie_comcross_background.jpg') no-repeat center center fixed !important;
    background-size: cover !important;
}


#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}