/* Trendcorp Group login branding.
 * The login page uses the full logo (mark + wordmark), so the redundant
 * "Login to Trendcorp Group" heading is hidden and the logo is sized up.
 * Scoped to the login-family cards — no other portal page has .app-logo. */

.for-login .page-card-head h4 {
	display: none;
}

.page-card-head img.app-logo {
	width: auto;
	height: auto;
	max-width: 280px;
	max-height: 76px;
	margin-bottom: 1rem;
}
