html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.logon-template-header .header-logo {
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 100px;
    height: 45px;
    background-image: url("../images/belttech.png");
}

.logon-template-header .header-logo::before {
    content: none;
}

.header-logo {
    flex-shrink: 0;
    width: 150px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
}

.header-logo::before {
    content: "Belttech";
}

.header .header-right-side .d-flex.ms-auto::after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 45px;
    background-image: url("../images/belttech.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 1rem;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}