html, body {
    height: 100%;
/*    --DS-color-surface-primary-default-rest: white;*/
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask: url('../images/MTGOV.svg');
    mask: url('../images/MTGOV.svg');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 25px;
    height: 33px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}


.loading-image {
    width: 85px !important;
    height: 125px !important;
    margin-top: 10px;
    margin-left: 8px;
}

.loading-image-wrapper {
    background-color: white !important;
}

.login-b2c-button {
    background-color: #cc5954 !important;
    width: 310px !important;
    height: 50px;
    border-radius: 8px;
    border-color: transparent;
    margin-left: 60px;
    font-size: 15px;
    /* align-self: center; */
    /* justify-self: center; */
    box-shadow: 0 2px 10px rgba(43,110,162,.28);
    --dxbl-btn-hover-bg: #71a4d8;
    --dxbl-btn-border-color: transparent;
    --dxbl-btn-hover-border-color: transparent;
}

.loading-image-wrapper {
    /*    background-color: var(--DS-color-surface-primary-default-rest, var(--bs-primary, #d9d9d9)) !important;*/
    background-color: var(--DS-color-surface-primary-default-rest, transparent) !important;
}

.bg-white {
    background-color: white !important;
}