html,
body,
.wrapper-body,
.page-copy div[class^=xrm-],
.content {
    width: 100%;
    height: 100%;
}

.page-copy {
    min-width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: whitesmoke;
}

.overlay.loading {
    z-index: 999;
}

.overlay.error {
    z-index: 998;
}

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.navbar > *:last-child {
    color: var(--bs-navbar-brand-color);
}

#loading .spinner-border {
    width: 8em;
    height: 8em;
}

#captcha {
    z-index: 100;
}
