.app.align-items-center .sticky-footer {   
    height: 150px;
}
.app.align-items-center .app-footer {
	justify-content: center !important;
	flex-direction: column !important;
	flex-wrap: nowrap !important;
}
.app.align-items-center .footer-copy span {
	margin: 0 8px;
}
.app.align-items-center .footer-logos {
	display: flex;
	gap: 25px;
	align-items: center;
}
.login .container > .row {
	min-height: calc(100vh - 250px);
}
.login .container {
	justify-content: space-between;
}