/* Auth pages (login/signup/reset) */
body.appgain-login-page .page-content,
body.appgain-signup-page .page-content,
body.appgain-reset-page .page-content {
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

body.appgain-login-page #content.site-main,
body.appgain-signup-page #content.site-main,
body.appgain-reset-page #content.site-main {
	width: 100vw;
	max-width: 100vw;
	min-height: 100vh;
	margin: 0;
	padding: 0;
}

.appgain-login-shell {
	display: grid;
	grid-template-columns: 2fr 1fr;
	width: 100vw;
	max-width: 100vw;
	height: 100vh;
	min-height: 100vh;
	border-radius: 0;
	overflow: hidden;
	border: 0;
	background: #fff;
	box-shadow: none;
}

.appgain-login-panel {
	min-height: 520px;
}

.appgain-login-panel--visual {
	position: relative;
	background:
		linear-gradient(180deg, rgba(15, 23, 42, 0.22), rgba(15, 23, 42, 0.72)),
		url("/wp-content/uploads/2026/04/Login-page-scaled.jpeg") center/cover no-repeat;
}

body.appgain-signup-page .appgain-login-panel--visual {
	background:
		linear-gradient(180deg, rgba(15, 23, 42, 0.18), rgba(15, 23, 42, 0.62)),
		url("/wp-content/uploads/2026/04/Singup-Lady.webp") center/cover no-repeat;
}

body.appgain-reset-page .appgain-login-panel--visual {
	background:
		linear-gradient(180deg, rgba(15, 23, 42, 0.2), rgba(15, 23, 42, 0.68)),
		url("/wp-content/uploads/2026/04/Reset-Password.webp") center/cover no-repeat;
}

.appgain-login-panel--visual-reset {
	background:
		linear-gradient(180deg, rgba(15, 23, 42, 0.2), rgba(15, 23, 42, 0.68)),
		url("/wp-content/uploads/2026/04/Reset-Password.webp") center/cover no-repeat;
}
