.login-page-wrap{
	min-height: calc(100vh - var(--nav-h, 0px) - var(--footer-h, 0px));
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 12px;
}
.login-card{
	width: 100%;
	max-width: 420px;
}
/* Keep the modal look, but remove modal behavior */
.login-card .modal-content{ border-radius: 12px; overflow: hidden; }