html:has(body.maintenance10-auth-body) {
	min-height: 100%;
	background: #edf3f6;
}

body.maintenance10-auth-body {
	min-height: 100vh;
	margin: 0;
	color: #17324a;
	background: #edf3f6 !important;
	font-size: 16px;
}

body.maintenance10-auth-body > .users-area {
	width: 100% !important;
	max-width: none !important;
	min-height: 100vh;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	font-size: 16px !important;
}

body.maintenance10-auth-body .main-content {
	float: none !important;
	width: 100% !important;
	min-height: 100vh;
	margin: 0 !important;
	padding: 0 !important;
}

.maintenance10-login-page {
	min-height: calc(100vh - 70px);
	display: grid;
	place-items: center;
	padding: 32px 16px 48px;
}

.maintenance10-login-card {
	width: min(100%, 520px);
	padding: 32px;
	background: #fff;
	border: 1px solid #d8e2e8;
	border-radius: 16px;
	box-shadow: 0 20px 50px rgba(23, 50, 74, .14);
}

.maintenance10-login-brand {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 22px;
}

.maintenance10-login-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	flex: 0 0 52px;
	color: #fff;
	background: linear-gradient(145deg, #17324a, #1d718d);
	border-radius: 12px;
	box-shadow: 0 6px 15px rgba(23, 50, 74, .2);
	font-size: 17px;
	font-weight: 800;
	letter-spacing: .04em;
}

.maintenance10-login-brand h1 {
	margin: 0;
	color: #17324a;
	font-size: 22px;
	font-weight: 700;
}

.maintenance10-login-brand p {
	margin: 3px 0 0;
	color: #647789;
	font-size: 14px;
}

.maintenance10-login-tabs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5px;
	margin-bottom: 24px;
	padding: 5px;
	background: #edf3f6;
	border-radius: 10px;
}

.maintenance10-login-tab {
	height: 44px;
	color: #52687a;
	background: transparent;
	border: 0;
	border-radius: 7px;
	font-size: 15px;
	font-weight: 700;
}

.maintenance10-login-tab[aria-selected="true"] {
	color: #17324a;
	background: #fff;
	box-shadow: 0 1px 3px rgba(23, 50, 74, .14);
}

.maintenance10-login-title {
	margin: 0 0 8px;
	color: #17324a;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
}

.maintenance10-login-intro {
	margin: 0 0 20px;
	color: #52687a;
	font-size: 15px;
	line-height: 1.55;
}

.maintenance10-login-panel[hidden] { display: none !important; }
.maintenance10-login-group { margin-bottom: 16px; }

.maintenance10-login-label {
	display: block;
	margin-bottom: 7px;
	color: #344f64;
	font-size: 15px;
	font-weight: 600;
}

.maintenance10-login-field {
	width: 100%;
	height: 48px;
	padding: 0 14px;
	color: #17324a;
	background: #fff;
	border: 1px solid #bdcbd5;
	border-radius: 8px;
	box-shadow: none;
	font-size: 16px;
	transition: border-color .15s ease, box-shadow .15s ease;
}

.maintenance10-login-field:focus {
	border-color: #1d718d;
	box-shadow: 0 0 0 3px rgba(29, 113, 141, .18);
	outline: none;
}

.maintenance10-login-help {
	margin-top: 7px;
	color: #647789;
	font-size: 14px;
	line-height: 1.45;
}

.maintenance10-login-help a,
.maintenance10-login-cancel a { color: #175f78; font-weight: 600; }

.maintenance10-login-options {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 16px 0 20px;
	color: #52687a;
	font-size: 15px;
}

.maintenance10-login-options label { margin: 0; font-weight: 400; }
.maintenance10-login-options input { width: 18px; height: 18px; margin-right: 6px; vertical-align: -4px; accent-color: #1d718d; }

.maintenance10-login-submit {
	width: 100%;
	height: 48px;
	color: #fff;
	background: #1d718d;
	border: 0;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 700;
	transition: background .15s ease, transform .15s ease;
}

.maintenance10-login-submit:hover { color: #fff; background: #155c75; }
.maintenance10-login-submit:active { transform: translateY(1px); }

.maintenance10-login-notice {
	margin-bottom: 18px;
	padding: 13px 14px;
	border-radius: 8px;
	font-size: 15px;
	line-height: 1.45;
}

.maintenance10-login-error { color: #991b1b; background: #fef2f2; border: 1px solid #fecaca; }
.maintenance10-login-success { color: #166534; background: #f0fdf4; border: 1px solid #bbf7d0; }

.maintenance10-login-policy {
	margin: 5px 0 18px;
	padding: 14px 16px;
	color: #52687a;
	background: #f7fafb;
	border: 1px solid #d8e2e8;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.6;
}

.maintenance10-login-policy strong { color: #344f64; }

.maintenance10-login-guest,
.maintenance10-login-cancel {
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid #d8e2e8;
	text-align: center;
	font-size: 15px;
}

.maintenance10-login-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

/* Preserve the native reset logic while giving that page the same auth shell. */
body.maintenance10-auth-body .page-header {
	width: min(calc(100% - 32px), 520px);
	margin: 36px auto 0;
	padding: 0;
	border: 0;
}

body.maintenance10-auth-body .page-header + .row {
	width: min(calc(100% - 32px), 552px);
	margin: 20px auto 0;
	padding: 16px;
}

body.maintenance10-auth-body .page-header + .row > [class*="col-"] { float: none; width: 100%; margin: 0; }
body.maintenance10-auth-body .form-group label,
body.maintenance10-auth-body form,
body.maintenance10-auth-body .alert { font-size: 16px; line-height: 1.5; }
body.maintenance10-auth-body .form-control { height: 48px; padding: 10px 14px; font-size: 16px; border-radius: 8px; }
body.maintenance10-auth-body .btn-lg { min-height: 48px; font-size: 16px; border-radius: 8px; }

@media (max-width: 480px) {
	.maintenance10-login-page { min-height: calc(100vh - 70px); padding: 16px 12px 32px; place-items: start center; }
	.maintenance10-login-card { padding: 22px 18px; border-radius: 12px; }
	.maintenance10-login-title { font-size: 24px; }
}
