/* Login page: make the app logo larger, centered, and sized to match
   the width of the email/password form, scaling for responsive modes. */

#page-login .page-card-head img.app-logo {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 120px;
	height: auto;
	margin: 0 auto;
	object-fit: contain;
}
