﻿html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 0;
    width: 160px;
    height: 74px;
    background: url('../site/assets/images/icolog-209x96.png') center / contain no-repeat;
}

.header-logo.logaris-login-brand {
    background: none;
}

.logaris-login-brand {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 74px;
    color: transparent !important;
}

.logaris-login-logo {
    display: block;
    width: min(160px, 70vw);
    height: auto;
    object-fit: contain;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}