html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.logon-viewsite {
    margin-top: 15px;
}

div.dxbl-text {
    text-decoration: none;
}
/*scattered-forcefields.svg*/
.div.xaf-nav-link {
    background-color: red;
}

.logon-main-container {
    background-image: url(../images/bg.jpg);
    background-size: cover;
}

.div.xaf-action.xaf-navigation-link-click-area {
    background-color: red;
}

.logon-toolbar {
    margin-top: 90px;
}

div.logon-main.card.mx-3.my-3 {
    border-radius: 15px;
    width: 270px;
    height: 400px;
}


.header-logo {
    background-image: url(../images/favicon.png);
    width: 180px;
    height: 50px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

.dxbl-btn-primary {
    /*color: white;
    background-color: darkgreen;
    border-color: darkgreen;*/
    /*margin-top: -30px;*/
}
