html,
body {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
}
.flex-root {
    flex: 1;
}
.flex-column-fluid {
    flex: 1 0 auto;
}

.link-nu:hover,
.link-u {
    text-decoration: underline;
}
.link-u:hover,
.link-nu {
    text-decoration: none;
}
.auth-page-content .logo {
    width: 160px;
} 



@media (min-width: 992px) {
    .w-lg-50 {
        width: 50%!important;
    }
    .order-lg-1 {
        order: 1!important;
    }
    .order-lg-2 {
        order: 2!important;
    }
    .flex-lg-row-fluid {
        flex: 1 auto;
        min-width: 0;
    }
	footer {
		position: absolute;
		bottom: 2rem;
		left: 0;
		right: 0;
	}
}