body.login {
	background: var(--cllm-bg, #f6f8f9);
	color: var(--cllm-text, #1d2327);
}

body.login #login {
	width: 360px;
	max-width: calc(100% - 32px);
	padding-top: 7vh;
}

body.login h1 a {
	height: 92px;
	margin-bottom: 18px;
	background-position: center;
	background-repeat: no-repeat;
}

body.login .cllm-login-intro {
	margin: 0 0 18px;
	padding: 16px 18px;
	border-left: 4px solid var(--cllm-button, #007da3);
	border-radius: 6px;
	background: #ffffff;
	box-shadow: 0 8px 24px rgba(0, 103, 131, 0.06);
}

body.login .cllm-login-intro h2 {
	margin: 0 0 8px;
	color: var(--cllm-text, #1d2327);
	font-size: 20px;
	line-height: 1.25;
}

body.login .cllm-login-intro p {
	margin: 0;
	color: var(--cllm-text, #1d2327);
	font-size: 15px;
	line-height: 1.55;
}

body.login form {
	border: 1px solid #d9e2e6;
	border-radius: 8px;
	background: var(--cllm-panel, #ffffff);
	box-shadow: 0 10px 30px rgba(0, 103, 131, 0.08);
}

body.login label {
	color: var(--cllm-text, #1d2327);
	font-weight: 600;
}

body.login form .input,
body.login input[type="text"] {
	border-color: #c8d6dc;
	border-radius: 6px;
}

body.login form .input:focus,
body.login input[type="text"]:focus {
	border-color: var(--cllm-button, #007da3);
	box-shadow: 0 0 0 1px var(--cllm-button, #007da3);
}

body.login .button.button-primary {
	border-color: var(--cllm-button, #007da3);
	background: var(--cllm-button, #007da3);
}

body.login .button.button-primary:hover,
body.login .button.button-primary:focus {
	border-color: var(--cllm-button-hover, #006783);
	background: var(--cllm-button-hover, #006783);
}

body.login .message,
body.login .notice,
body.login .success {
	border-left-color: var(--cllm-accent, #e21270);
}

body.login .cllm-status-message {
	border-radius: 6px;
	line-height: 1.5;
}

body.login .cllm-status-heading {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	font-weight: 700;
}

body.login .cllm-status-indicator {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--cllm-button, #007da3);
	box-shadow: 0 0 0 3px rgba(0, 125, 163, 0.12);
}

body.login .cllm-status-operational {
	border-left-color: #008a20;
}

body.login .cllm-status-operational .cllm-status-indicator {
	background: #008a20;
	box-shadow: 0 0 0 3px rgba(0, 138, 32, 0.12);
}

body.login .cllm-status-degraded {
	border-left-color: #b26a00;
}

body.login .cllm-status-degraded .cllm-status-indicator {
	background: #b26a00;
	box-shadow: 0 0 0 3px rgba(178, 106, 0, 0.14);
}

body.login .cllm-status-maintenance {
	border-left-color: #b32d2e;
}

body.login .cllm-status-maintenance .cllm-status-indicator {
	background: #b32d2e;
	box-shadow: 0 0 0 3px rgba(179, 45, 46, 0.12);
}

body.login .cllm-restore-time {
	display: inline-block;
	margin-top: 6px;
	font-weight: 600;
}

body.login #nav a:hover,
body.login #backtoblog a:hover,
body.login #nav a:focus,
body.login #backtoblog a:focus {
	color: var(--cllm-button-hover, #006783);
}

body.login #nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: center;
	margin-top: 22px;
	font-size: 0;
}

body.login #nav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 12px;
	border: 1px solid #c8d6dc;
	border-radius: 6px;
	background: #ffffff;
	color: var(--cllm-button-hover, #006783);
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

body.login #nav a:hover,
body.login #nav a:focus {
	border-color: var(--cllm-button, #007da3);
	color: var(--cllm-button, #007da3);
	box-shadow: 0 0 0 1px var(--cllm-button, #007da3);
}

body.login.cllm-back-link-centered #backtoblog {
	text-align: center;
}

body.login.cllm-back-link-centered #backtoblog a {
	color: var(--cllm-button-hover, #006783);
	font-weight: 600;
	text-decoration: none;
}

body.login.cllm-back-link-footer #backtoblog,
body.login.cllm-back-link-hidden #backtoblog {
	display: none;
}

body.login .cllm-login-support {
	width: 360px;
	max-width: calc(100% - 32px);
	margin: 16px auto 0;
	text-align: center;
}

body.login .cllm-problem-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 14px;
	border: 1px solid #c8d6dc;
	border-radius: 6px;
	background: #ffffff;
	color: var(--cllm-button-hover, #006783);
	font-weight: 600;
	text-decoration: none;
}

body.login .cllm-problem-button:hover,
body.login .cllm-problem-button:focus {
	border-color: var(--cllm-button, #007da3);
	color: var(--cllm-button, #007da3);
	box-shadow: 0 0 0 1px var(--cllm-button, #007da3);
}

body.login .cllm-support-message {
	max-width: 360px;
	margin: 10px auto 0;
	color: #3c434a;
	font-size: 13px;
	line-height: 1.45;
}

body.login .cllm-custom-links {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	justify-content: center;
	margin-top: 14px;
	color: #646970;
	font-size: 13px;
}

body.login .cllm-custom-links a {
	color: var(--cllm-button-hover, #006783);
}

body.login .cllm-custom-links a:hover,
body.login .cllm-custom-links a:focus {
	color: var(--cllm-button, #007da3);
}

body.login .cllm-footer-back-to-site {
	margin: 14px 0 0;
	text-align: center;
}

body.login .cllm-footer-back-to-site a {
	color: var(--cllm-button-hover, #006783);
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

body.login .cllm-footer-back-to-site a:hover,
body.login .cllm-footer-back-to-site a:focus {
	color: var(--cllm-button, #007da3);
	text-decoration: underline;
}

body.login.cllm-layout-balanced #login {
	width: 430px;
}

body.login.cllm-layout-balanced .cllm-login-support {
	width: 430px;
}

body.login.cllm-layout-balanced .cllm-login-intro,
body.login.cllm-layout-balanced .cllm-status-message {
	text-align: center;
}

body.login.cllm-layout-balanced .cllm-login-intro {
	border-top: 4px solid var(--cllm-button, #007da3);
	border-left: 0;
}

body.login.cllm-layout-balanced #nav,
body.login.cllm-layout-wide #nav {
	justify-content: center;
}

body.login.cllm-layout-balanced #nav a,
body.login.cllm-layout-wide #nav a {
	flex: 0 1 auto;
	white-space: nowrap;
}

body.login.cllm-layout-wide #login {
	width: 500px;
}

body.login.cllm-layout-wide .cllm-login-support {
	width: 500px;
}

body.login.cllm-layout-wide h1 a {
	margin-bottom: 14px;
}

body.login.cllm-layout-wide .cllm-login-intro,
body.login.cllm-layout-wide .cllm-status-message {
	text-align: center;
}

body.login.cllm-layout-wide .cllm-login-intro {
	padding-right: 28px;
	padding-left: 28px;
	border-top: 4px solid var(--cllm-button, #007da3);
	border-left: 0;
}

body.login.cllm-layout-wide form {
	padding: 28px;
}

body.login.cllm-layout-wide .button.button-primary {
	min-width: 116px;
}

body.login.cllm-layout-compact #login {
	width: 390px;
	padding-top: 4vh;
}

body.login.cllm-layout-compact .cllm-login-support {
	width: 390px;
}

body.login.cllm-layout-compact h1 a {
	height: 78px;
	margin-bottom: 12px;
}

body.login.cllm-layout-compact .cllm-login-intro,
body.login.cllm-layout-compact .cllm-status-message {
	margin-bottom: 12px;
	padding: 12px 14px;
}

body.login.cllm-layout-compact .cllm-login-intro h2 {
	font-size: 18px;
}

body.login.cllm-layout-compact .cllm-login-intro p {
	font-size: 14px;
	line-height: 1.45;
}

body.login.cllm-layout-compact #nav {
	justify-content: center;
	margin-top: 16px;
}

body.login.cllm-layout-learner-ui {
	background: var(--cl-ui-page, var(--cllm-bg, #f3f8fa));
	color: var(--cl-ui-shell-ink, var(--cllm-text, #17232f));
	font-family: var(--global-body-font-family, Poppins, "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
}

body.login.cllm-layout-learner-ui #login {
	box-sizing: border-box;
	width: 520px;
	max-width: calc(100% - 32px);
	padding-top: 44px;
}

body.login.cllm-layout-learner-ui h1 a {
	height: 58px;
	margin-bottom: 24px;
}

body.login.cllm-layout-learner-ui .cllm-login-intro {
	padding: 20px 22px;
	border: 1px solid var(--cl-ui-line, #d4e7ec);
	border-radius: var(--cl-ui-radius-card, 8px);
	background: var(--cl-ui-panel, #eef9fb);
	box-shadow: var(--cl-ui-shadow, 0 8px 18px rgba(0, 125, 163, 0.07));
	text-align: center;
}

body.login.cllm-layout-learner-ui .cllm-login-intro h2 {
	color: var(--cl-ui-shell-ink, #17232f);
	font-size: 24px;
}

body.login.cllm-layout-learner-ui .cllm-login-intro p {
	color: var(--cl-ui-shell-muted, #526273);
}

body.login.cllm-layout-learner-ui form {
	padding: 28px;
	border-color: var(--cl-ui-line, #d4e7ec);
	box-shadow: var(--cl-ui-auth-shadow, 0 10px 28px rgba(8, 59, 73, 0.1));
}

body.login.cllm-layout-learner-ui form .input,
body.login.cllm-layout-learner-ui input[type="text"] {
	border-color: var(--cl-ui-control-line, #b9cdd4);
	border-radius: var(--cl-ui-radius-control, 5px);
	min-height: 44px;
}

body.login.cllm-layout-learner-ui .button.button-primary {
	border-radius: var(--cl-ui-radius-control, 5px);
	font-weight: 700;
	min-height: 44px;
}

body.login.cllm-layout-learner-ui .cllm-status-message {
	border-color: var(--cl-ui-line, #d4e7ec);
	background: var(--cl-ui-surface-soft, #f7fbfc);
}

body.login.cllm-layout-learner-ui #nav a,
body.login.cllm-layout-learner-ui .cllm-problem-button {
	border-color: var(--cl-ui-control-line, #b9cdd4);
	border-radius: var(--cl-ui-radius-control, 5px);
}

body.login.cllm-layout-learner-ui .cllm-login-support {
	width: 520px;
}

body.login.cllm-layout-learner-ui :where(a, button, input):focus-visible {
	outline: 3px solid var(--cl-ui-focus, var(--cllm-accent, #e21270));
	outline-offset: 2px;
	box-shadow: none;
}

body.login.cllm-layout-gpt-mockup {
	min-height: 100vh;
	background:
		linear-gradient(130deg, rgba(0, 125, 163, 0.11) 0, rgba(0, 125, 163, 0) 24%),
		linear-gradient(42deg, rgba(0, 103, 131, 0.08) 0, rgba(0, 103, 131, 0) 28%),
		#f7fbfc;
	color: #152238;
}

body.login.cllm-layout-gpt-mockup #login {
	box-sizing: border-box;
	width: 760px;
	max-width: calc(100% - 48px);
	margin: 7vh auto 0;
	padding: 36px 76px 30px;
	border: 1px solid #c9dde5;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 22px 54px rgba(0, 103, 131, 0.12);
}

body.login.cllm-layout-gpt-mockup h1 a {
	width: 116px;
	height: 116px;
	margin: 0 auto 16px;
	background-size: contain;
}

body.login.cllm-layout-gpt-mockup .cllm-login-intro {
	max-width: 560px;
	margin: 0 auto 26px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	text-align: center;
}

body.login.cllm-layout-gpt-mockup .cllm-login-intro h2 {
	margin-bottom: 14px;
	color: #132238;
	font-size: 36px;
	font-weight: 800;
	line-height: 1.14;
}

body.login.cllm-layout-gpt-mockup .cllm-login-intro p {
	max-width: 510px;
	margin: 0 auto;
	color: #2f3a4d;
	font-size: 19px;
	line-height: 1.55;
}

body.login.cllm-layout-gpt-mockup .message,
body.login.cllm-layout-gpt-mockup .notice,
body.login.cllm-layout-gpt-mockup .success {
	box-sizing: border-box;
	max-width: 620px;
	margin: 0 auto 22px;
	border: 1px solid #a8dbe2;
	border-left: 1px solid #a8dbe2;
	border-radius: 12px;
	background: #f7ffff;
	box-shadow: none;
	color: #243044;
}

body.login.cllm-layout-gpt-mockup .cllm-status-message {
	position: relative;
	min-height: 112px;
	padding: 25px 30px 22px 116px;
	text-align: left;
}

body.login.cllm-layout-gpt-mockup .cllm-status-heading {
	display: block;
	margin-bottom: 8px;
	color: #064d5b;
	font-size: 20px;
	line-height: 1.25;
}

body.login.cllm-layout-gpt-mockup .cllm-status-indicator {
	position: absolute;
	top: 32px;
	left: 34px;
	width: 48px;
	height: 48px;
	border: 10px solid #e3f7f6;
	background: #15985b;
	box-shadow: 0 0 0 1px #b8e3e3;
}

body.login.cllm-layout-gpt-mockup .cllm-status-indicator::after {
	position: absolute;
	top: 6px;
	left: 11px;
	width: 18px;
	height: 10px;
	border-bottom: 4px solid #ffffff;
	border-left: 4px solid #ffffff;
	content: "";
	transform: rotate(-45deg);
}

body.login.cllm-layout-gpt-mockup .cllm-status-degraded .cllm-status-indicator {
	background: #b26a00;
}

body.login.cllm-layout-gpt-mockup .cllm-status-maintenance .cllm-status-indicator {
	background: #b32d2e;
}

body.login.cllm-layout-gpt-mockup form {
	box-sizing: border-box;
	max-width: 620px;
	margin: 0 auto;
	padding: 30px 36px 32px;
	border: 1px solid #d6e4ea;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(0, 103, 131, 0.06);
}

body.login.cllm-layout-gpt-mockup label {
	color: #142238;
	font-size: 17px;
	font-weight: 800;
}

body.login.cllm-layout-gpt-mockup form .input,
body.login.cllm-layout-gpt-mockup input[type="text"] {
	min-height: 52px;
	border: 1px solid #b8cbd4;
	border-radius: 7px;
	color: #111827;
	font-size: 24px;
}

body.login.cllm-layout-gpt-mockup form .input:focus,
body.login.cllm-layout-gpt-mockup input[type="text"]:focus {
	border-color: #007da3;
	box-shadow: 0 0 0 1px #007da3;
}

body.login.cllm-layout-gpt-mockup .forgetmenot {
	float: none;
	margin: 18px 0 0;
}

body.login.cllm-layout-gpt-mockup .forgetmenot label {
	display: inline-flex;
	gap: 11px;
	align-items: center;
	font-size: 18px;
	font-weight: 600;
}

body.login.cllm-layout-gpt-mockup .forgetmenot input[type="checkbox"] {
	width: 24px;
	height: 24px;
	margin: 0;
	border-color: #8395a4;
	border-radius: 5px;
}

body.login.cllm-layout-gpt-mockup .submit {
	float: none;
	margin: 22px 0 0;
	padding: 0;
}

body.login.cllm-layout-gpt-mockup .button.button-primary {
	width: 100%;
	min-height: 56px;
	border: 0;
	border-radius: 7px;
	background: #007da3;
	box-shadow: 0 8px 14px rgba(0, 103, 131, 0.18);
	font-size: 22px;
	font-weight: 800;
	text-shadow: none;
}

body.login.cllm-layout-gpt-mockup .button.button-primary:hover,
body.login.cllm-layout-gpt-mockup .button.button-primary:focus {
	background: #006783;
}

body.login.cllm-layout-gpt-mockup #nav {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	max-width: 620px;
	margin: 24px auto 0;
	font-size: 0;
}

body.login.cllm-layout-gpt-mockup #nav::before {
	grid-column: 1 / -1;
	background:
		linear-gradient(#c8d6dc, #c8d6dc) left center / calc(50% - 18px) 1px no-repeat,
		linear-gradient(#c8d6dc, #c8d6dc) right center / calc(50% - 18px) 1px no-repeat;
	color: #667085;
	content: "or";
	font-size: 18px;
	text-align: center;
}

body.login.cllm-layout-gpt-mockup #nav a {
	min-height: 52px;
	padding: 0 18px;
	border: 1px solid #007da3;
	border-radius: 7px;
	background: #ffffff;
	color: #007091;
	font-size: 17px;
	font-weight: 800;
	white-space: nowrap;
}

body.login.cllm-layout-gpt-mockup #nav a::before {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 23px;
	height: 23px;
	margin-right: 12px;
	border: 2px solid currentColor;
	border-radius: 50%;
	content: "";
}

body.login.cllm-layout-gpt-mockup #nav a:last-child::before {
	width: 18px;
	height: 16px;
	border-radius: 3px;
	box-shadow: 0 -8px 0 -5px currentColor;
}

body.login.cllm-layout-gpt-mockup #backtoblog {
	max-width: 620px;
	margin: 24px auto 0;
	padding: 0;
	text-align: center;
}

body.login.cllm-layout-gpt-mockup #backtoblog a {
	color: #007091;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}

body.login.cllm-layout-gpt-mockup #backtoblog a::before {
	margin-right: 10px;
	content: "<";
}

body.login.cllm-layout-gpt-mockup .cllm-login-support {
	width: 760px;
	max-width: calc(100% - 48px);
	margin-top: 30px;
	color: #007091;
	text-align: center;
}

body.login.cllm-layout-gpt-mockup .cllm-mockup-footer-primary,
body.login.cllm-layout-gpt-mockup .cllm-custom-links {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 26px;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	font-weight: 800;
}

body.login.cllm-layout-gpt-mockup .cllm-custom-links {
	margin-top: 28px;
}

body.login.cllm-layout-gpt-mockup .cllm-support-message {
	max-width: 620px;
	margin-top: 18px;
	color: #344054;
	font-size: 15px;
	line-height: 1.5;
}

body.login.cllm-layout-gpt-mockup .cllm-mockup-footer-primary a,
body.login.cllm-layout-gpt-mockup .cllm-custom-links a,
body.login.cllm-layout-gpt-mockup .cllm-problem-button {
	min-height: auto;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: #007091;
	font-weight: 800;
	text-decoration: none;
}

body.login.cllm-layout-gpt-mockup .cllm-mockup-footer-primary a:hover,
body.login.cllm-layout-gpt-mockup .cllm-mockup-footer-primary a:focus,
body.login.cllm-layout-gpt-mockup .cllm-custom-links a:hover,
body.login.cllm-layout-gpt-mockup .cllm-custom-links a:focus {
	color: #005f7c;
	text-decoration: underline;
}

body.login.cllm-layout-gpt-mockup .cllm-mockup-footer-primary span,
body.login.cllm-layout-gpt-mockup .cllm-custom-links span {
	color: #98a6af;
	font-weight: 400;
}

@media (max-width: 480px) {
	body.login #login {
		width: auto;
		padding-top: 28px;
	}

	body.login .cllm-login-support {
		width: auto;
	}

	body.login form {
		margin-top: 12px;
	}

	body.login.cllm-layout-wide form {
		padding: 24px;
	}

	body.login #nav,
	body.login.cllm-layout-balanced #nav,
	body.login.cllm-layout-wide #nav,
	body.login.cllm-layout-compact #nav {
		justify-content: center;
	}

	body.login.cllm-layout-gpt-mockup #login {
		max-width: calc(100% - 24px);
		margin-top: 18px;
		padding: 24px 16px 22px;
		border-radius: 14px;
	}

	body.login.cllm-layout-gpt-mockup h1 a {
		width: 88px;
		height: 88px;
		margin-bottom: 12px;
	}

	body.login.cllm-layout-gpt-mockup .cllm-login-intro {
		margin-bottom: 18px;
	}

	body.login.cllm-layout-gpt-mockup .cllm-login-intro h2 {
		font-size: 28px;
	}

	body.login.cllm-layout-gpt-mockup .cllm-login-intro p {
		font-size: 16px;
		line-height: 1.45;
	}

	body.login.cllm-layout-gpt-mockup .message,
	body.login.cllm-layout-gpt-mockup .notice,
	body.login.cllm-layout-gpt-mockup .success,
	body.login.cllm-layout-gpt-mockup form,
	body.login.cllm-layout-gpt-mockup #nav,
	body.login.cllm-layout-gpt-mockup #backtoblog {
		max-width: 100%;
	}

	body.login.cllm-layout-gpt-mockup .cllm-status-message {
		min-height: 0;
		padding: 18px 18px 18px 76px;
	}

	body.login.cllm-layout-gpt-mockup .cllm-status-indicator {
		top: 20px;
		left: 20px;
		width: 34px;
		height: 34px;
		border-width: 7px;
	}

	body.login.cllm-layout-gpt-mockup .cllm-status-indicator::after {
		top: 4px;
		left: 7px;
		width: 13px;
		height: 7px;
		border-bottom-width: 3px;
		border-left-width: 3px;
	}

	body.login.cllm-layout-gpt-mockup .cllm-status-heading {
		font-size: 17px;
	}

	body.login.cllm-layout-gpt-mockup form {
		padding: 22px 18px 24px;
	}

	body.login.cllm-layout-gpt-mockup label {
		font-size: 15px;
	}

	body.login.cllm-layout-gpt-mockup form .input,
	body.login.cllm-layout-gpt-mockup input[type="text"] {
		min-height: 48px;
		font-size: 20px;
	}

	body.login.cllm-layout-gpt-mockup .button.button-primary {
		min-height: 52px;
		font-size: 19px;
	}

	body.login.cllm-layout-gpt-mockup #nav {
		grid-template-columns: 1fr;
	}

	body.login.cllm-layout-gpt-mockup #nav a {
		white-space: normal;
	}

	body.login.cllm-layout-gpt-mockup .cllm-login-support {
		width: auto;
		max-width: calc(100% - 24px);
		margin-top: 24px;
	}

	body.login.cllm-layout-gpt-mockup .cllm-mockup-footer-primary,
	body.login.cllm-layout-gpt-mockup .cllm-custom-links {
		gap: 12px 18px;
		font-size: 15px;
	}
}

/* Dark mode: "always" applies the rules immediately; "auto" applies them only
   when the visitor's device is set to a dark colour scheme. */
body.login.cllm-dark-always,
body.login.cllm-dark-auto {
	--cllm-dark-bg: #11161a;
	--cllm-dark-panel: #1b2228;
	--cllm-dark-border: #2c363d;
	--cllm-dark-text: #f3f6f7;
	--cllm-dark-muted: #aab4bb;
}

body.login.cllm-dark-always,
body.login.cllm-dark-always.cllm-layout-gpt-mockup {
	background: var(--cllm-dark-bg);
	color: var(--cllm-dark-text);
}

body.login.cllm-dark-always .cllm-login-intro,
body.login.cllm-dark-always form,
body.login.cllm-dark-always .message,
body.login.cllm-dark-always .notice,
body.login.cllm-dark-always .success,
body.login.cllm-dark-always .cllm-status-message,
body.login.cllm-dark-always #login_error {
	border-color: var(--cllm-dark-border);
	background: var(--cllm-dark-panel);
	color: var(--cllm-dark-text);
	box-shadow: none;
}

body.login.cllm-dark-always .cllm-login-intro h2,
body.login.cllm-dark-always .cllm-login-intro p,
body.login.cllm-dark-always label {
	color: var(--cllm-dark-text);
}

body.login.cllm-dark-always form .input,
body.login.cllm-dark-always input[type="text"],
body.login.cllm-dark-always input[type="password"] {
	border-color: var(--cllm-dark-border);
	background: #0d1216;
	color: var(--cllm-dark-text);
}

body.login.cllm-dark-always #nav a,
body.login.cllm-dark-always .cllm-problem-button {
	border-color: var(--cllm-dark-border);
	background: var(--cllm-dark-panel);
	color: var(--cllm-dark-text);
}

body.login.cllm-dark-always .cllm-support-message,
body.login.cllm-dark-always .cllm-custom-links {
	color: var(--cllm-dark-muted);
}

body.login.cllm-dark-always #backtoblog a,
body.login.cllm-dark-always .cllm-footer-back-to-site a {
	color: var(--cllm-dark-text);
}

@media (prefers-color-scheme: dark) {
	body.login.cllm-dark-auto {
		background: var(--cllm-dark-bg);
		color: var(--cllm-dark-text);
	}

	body.login.cllm-dark-auto .cllm-login-intro,
	body.login.cllm-dark-auto form,
	body.login.cllm-dark-auto .message,
	body.login.cllm-dark-auto .notice,
	body.login.cllm-dark-auto .success,
	body.login.cllm-dark-auto .cllm-status-message,
	body.login.cllm-dark-auto #login_error {
		border-color: var(--cllm-dark-border);
		background: var(--cllm-dark-panel);
		color: var(--cllm-dark-text);
		box-shadow: none;
	}

	body.login.cllm-dark-auto .cllm-login-intro h2,
	body.login.cllm-dark-auto .cllm-login-intro p,
	body.login.cllm-dark-auto label {
		color: var(--cllm-dark-text);
	}

	body.login.cllm-dark-auto form .input,
	body.login.cllm-dark-auto input[type="text"],
	body.login.cllm-dark-auto input[type="password"] {
		border-color: var(--cllm-dark-border);
		background: #0d1216;
		color: var(--cllm-dark-text);
	}

	body.login.cllm-dark-auto #nav a,
	body.login.cllm-dark-auto .cllm-problem-button {
		border-color: var(--cllm-dark-border);
		background: var(--cllm-dark-panel);
		color: var(--cllm-dark-text);
	}

	body.login.cllm-dark-auto .cllm-support-message,
	body.login.cllm-dark-auto .cllm-custom-links {
		color: var(--cllm-dark-muted);
	}

	body.login.cllm-dark-auto #backtoblog a,
	body.login.cllm-dark-auto .cllm-footer-back-to-site a {
		color: var(--cllm-dark-text);
	}
}

/* Two-factor and confirm-sign-in screens reuse the standard form, just with a
   larger, centred code field for fast entry from an authenticator app. */
body.login #cllm_2fa_code {
	width: 100%;
	letter-spacing: 0.3em;
	font-size: 22px;
	text-align: center;
}
