/* HVR — public website / login page tweaks (loaded via web_include_css) */

/* Center the brand block (logo + heading) over the login card */
.for-login .page-card-head {
	text-align: center;
}
.for-login .page-card-head .app-logo {
	display: block;
	margin: 0 auto 0.85rem;
	max-height: 40px;
	width: auto;
}

/* Rename the server-rendered "Login to HVR" heading to just "Login"
   without forking Frappe's login template. */
.for-login .page-card-head h4 {
	font-size: 0 !important;
	line-height: 0 !important;
	margin-bottom: 0 !important;
}
.for-login .page-card-head h4::after {
	content: "Login";
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: 600;
}
