html.noauth {
    height: 100%; 
}
html.noauth body {
    height: 100%;
    padding-bottom: 0;
}
html.noauth body .ident {
    height: 100%;
    width: 100%;
}
html.noauth body .ident .ident-sidebar {
    background-color: #453122;
    color: white;
    height: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
}
html.noauth body .ident .ident-sidebar::before {
    background-image: url('/assets/images/bg-wood.jpg');
    --background-overlay: '';
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.06;
}
html.noauth body .ident .ident-sidebar .back-link {
    padding: 1rem;
    font-size: large;
    color: white;
    z-index: 999;
}
html.noauth body .ident .ident-sidebar__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1rem;
    z-index: 999;
}
html.noauth body .ident .ident-sidebar__content .logo_tm {
    max-width: 100%;
}
html.noauth body .ident .ident-sidebar h1 {
    margin-top: 0;
    font-size: xx-large;
    font-weight: bold;
}
html.noauth body .ident .ident-sidebar .ident-sidebar__body {
    flex: 1;
    display: flex;
    align-items: center;
    width: 100%;
}
html.noauth body .ident .ident-sidebar .copyright {
    text-align: left;
}
@media screen and (max-width: 991px) {
    html.noauth {
         height: auto;
    }
    html.noauth body .ident .ident-sidebar {
        height: auto;
    }
    html.noauth body .ident .ident-sidebar h1 {
        font-size: large;
    }
    html.noauth footer {
        position: inherit; 
    }
    html.noauth footer a {
         color: #de5919;
    }
}
html.noauth body .ident .page_wood .btn-block {
        border-radius: 1rem;
}
html.noauth body .ident .page_wood hr {
    margin: 2rem 0;
}