.login-page {
	min-height: 100vh;
	display: flex;
	align-items: stretch;
	background: #fff;
	position: fixed;
	inset: 0;
	z-index: 9999;
	isolation: isolate;
	pointer-events: auto !important;
}
.login-illustration { background: #fff; display: flex; align-items: center; justify-content: center; padding: 2rem; position: relative; flex: 1; z-index: 1; pointer-events: none; }
.login-illustration img { position: relative; z-index: 1; max-width: 96%; max-height: 520px; object-fit: contain; }
.login-form-panel { width: 420px; min-width: 360px; display: flex; align-items: center; justify-content: center; padding: 3rem; position: relative; z-index: 2; pointer-events: auto; }
.brand-logo { display: inline-flex; align-items: center; margin-bottom: .4rem; }
.brand-logo img { display: block; width: 210px; height: auto; object-fit: contain; }
.login-form-panel h2 { font-size: 1.5rem; font-weight: 700; color: #1a2b6d; margin-top: .75rem; margin-bottom: .25rem; }
.subtitle { font-size: .85rem; color: #888; margin-bottom: 1.5rem; }
.form-control { border-radius: 8px; border: 1px solid #ccc; padding: .65rem 1rem; font-size: .95rem; color: #555; }
.btn-login { background-color: #1a2b6d; color: #fff; border: none; border-radius: 8px; padding: .75rem; font-size: 1rem; font-weight: 600; width: 100%; margin-top: 1rem; position: relative; z-index: 3; pointer-events: auto; cursor: pointer; }
