:root {
	--pw-main-color: #188cb0 !important;
}

body .pw-logo-link {
	max-width: 165px;
}

body.ProcessLogin.pw-guest .pw-logo-link {
	aspect-ratio: auto !important;
	display: block;
	height: auto !important;
	margin: 0 auto 34px;
	max-width: min(300px, 82vw) !important;
	pointer-events: none;
	text-align: center;
	width: min(300px, 82vw) !important;
}

body.ProcessLogin.pw-guest .pw-logo {
	display: block;
	height: auto !important;
	max-height: none;
	max-width: 100%;
	width: 100%;
}

img.pw-logo {
	max-height: none;
}

.ProcessLogin:not(:has(#tools-toggle)) .pw-logo-link > * {
	margin-left: auto;
	margin-right: auto;
	scale: 1 !important;
	transform: none !important;
}

body.ProcessLogin.pw-guest #ProcessLoginForm .InputfieldHeader {
	font-weight: 700;
}

body.ProcessLogin.pw-guest #ProcessLoginForm .ui-button {
	background: #225565;
	border-radius: 999px;
	font-weight: 700;
}

body.ProcessLogin.pw-guest .pw-login-links {
	display: none;
}
