﻿

body, html {
    height: 100%;
}

.login-poster {
    height: 100%;
    background-position: right;
    background-position-y: 75%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
}

.top-header {
    margin-top: 56px;
    padding-bottom: 28px;
    width: 100%;
    position: fixed;
    display: flex;
    flex-direction: row-reverse;
    pointer-events:none;
}

    .top-header img {
        width: auto;
        height: 144px;
    }

.logo-header {
    padding-left: 10%;
    padding-top: 24px;
    padding-right: 10%;
    padding-bottom: 24px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
}

    .logo-header img {
        width: auto;
        height: 64px;
    }

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.h-100 {
    height: 100%;
}

.scroll-content {
    overflow-y: auto;
}

.flex-direction-column {
    flex-direction: column;
}

.body-content {
    height: calc( 100% - 100px);
}

.bottom-footer {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
}

.valign-wrapper {
    align-items: safe center;
}

.main-content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}

@media only screen and (min-width:992px) {
    .flex-direction-column {
        flex-direction: initial;
    }

    .bottom-footer {
        width: 50%;
    }
}

@media only screen and (max-width:992px) {
    .top-header {
        position: relative;
    }
}
