:root {
	--bc-deep: #18194D;
	--bc-blue: #3157ff;
	--bc-ash: #CAE6FF;
	--bc-mint: #6FE9D2;
	--bc-yellow: #FFF212;
	--bc-red: #EA4E3B;
	--bc-cream: #EBE3D6;
	--bc-text: #4f5870;
	--bc-border: #dbe7f5;
	--bc-shadow: 0 24px 70px rgba(24, 25, 77, .10);
}

.auth-page {
	/* min-height: calc(100vh - 88px); */
	background: radial-gradient(circle at top right, rgba(111, 233, 210, .28), transparent 34%), linear-gradient(180deg, #f7fbff 0%, #fff 100%);
	padding: 72px 24px;
	color: var(--bc-deep)
}

.auth-shell {
	max-width: 1180px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 520px) 1fr;
	gap: 48px;
	align-items: center
}

.auth-card {
	background: #fff;
	border: 1px solid var(--bc-border);
	border-radius: 28px;
	padding: 42px;
	box-shadow: var(--bc-shadow)
}

.auth-logo {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 30px;
	color: var(--bc-deep);
	font-weight: 900;
	font-size: 22px;
	text-decoration: none
}

.auth-logo:hover {
	text-decoration: none;
	color: var(--bc-deep)
}

.logo-mark {
	width: 46px;
	height: 46px;
	border-radius: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, var(--bc-deep), #3157ff);
	color: #fff;
	font-weight: 900;
	box-shadow: 0 14px 28px rgba(49, 87, 255, .24)
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	padding: 9px 14px;
	border-radius: 999px;
	background: #edf5ff;
	border: 1px solid #cfe2ff;
	color: #3157ff;
	font-weight: 800;
	font-size: 14px;
	margin-bottom: 14px
}

.auth-card h1 {
	color: var(--bc-deep);
	font-size: clamp(34px, 5vw, 56px);
	line-height: 1;
	margin: 0 0 18px;
	letter-spacing: -.04em
}

.auth-card h2 {
	font-size: 26px;
	margin: 24px 0 14px
}

.auth-muted,
.auth-card p {
	color: var(--bc-text);
	font-size: 17px;
	line-height: 1.7
}

.auth-muted {
	margin-bottom: 28px
}

.auth-card a {
	color: #3157ff;
	font-weight: 800
}

.auth-card form {
	display: grid;
	gap: 18px;
	margin-top: 20px
}

.auth-card label {
	font-weight: 800;
	color: var(--bc-deep);
	margin-bottom: 6px
}

.auth-card input,
.auth-card select,
.auth-card textarea {
	width: 100%;
	border: 1px solid #cfdff5;
	border-radius: 14px;
	padding: 15px 16px;
	font-size: 16px;
	color: var(--bc-deep);
	background: #fff;
	outline: none
}

.auth-card input:focus,
.auth-card select:focus,
.auth-card textarea:focus {
	border-color: #3157ff;
	box-shadow: 0 0 0 4px rgba(49, 87, 255, .12)
}

.auth-card button,
.auth-card .btn,
.primaryAction,
.secondaryAction {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 14px;
	padding: 15px 20px;
	font-weight: 900;
	background: var(--bc-deep);
	color: #fff !important;
	cursor: pointer;
	text-decoration: none
}

.secondaryAction {
	background: #CAE6FF;
	color: #18194D !important
}

.buttonHolder {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 16px
}

.auth-panel {
	background: linear-gradient(135deg, var(--bc-deep), #2736a6);
	border-radius: 32px;
	padding: 42px;
	color: #fff;
	min-height: 520px;
	display: flex;
	align-items: flex-end;
	position: relative;
	overflow: hidden;
	box-shadow: var(--bc-shadow)
}

.auth-panel:after {
	content: "";
	position: absolute;
	width: 280px;
	height: 280px;
	border-radius: 999px;
	background: var(--bc-mint);
	opacity: .25;
	top: -80px;
	right: -70px
}

.auth-panel:before {
	content: "";
	position: absolute;
	width: 160px;
	height: 160px;
	border-radius: 42px;
	background: var(--bc-yellow);
	opacity: .16;
	bottom: 40px;
	left: -60px;
	transform: rotate(18deg)
}

.auth-panel-card {
	position: relative;
	z-index: 1
}

.auth-panel h2 {
	font-size: 42px;
	line-height: 1.05;
	margin: 0 0 16px;
	letter-spacing: -.035em
}

.auth-panel p {
	color: #dbe8ff;
	font-size: 18px;
	line-height: 1.7
}

.auth-feature-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 24px
}

.auth-feature {
	border: 1px solid rgba(255, 255, 255, .16);
	background: rgba(255, 255, 255, .08);
	padding: 14px;
	border-radius: 16px;
	font-weight: 800;
	color: #fff
}

.auth-status {
	padding: 16px 18px;
	border-radius: 16px;
	margin: 20px 0;
	font-weight: 700
}

.auth-status.info {
	background: #edf5ff;
	border: 1px solid #cfe2ff;
	color: #18194D
}

.auth-status.warning {
	background: #fff9b8;
	border: 1px solid #f6df37;
	color: #18194D
}

.auth-status.success {
	background: #dcfff8;
	border: 1px solid #9ff2e3;
	color: #18194D
}

.auth-email-list {
	display: grid;
	gap: 12px;
	margin: 18px 0
}

.auth-email-item {
	border: 1px solid #dbe7f5;
	border-radius: 16px;
	padding: 14px;
	background: #f9fcff
}

.auth-badge {
	display: inline-flex;
	border-radius: 999px;
	padding: 4px 9px;
	font-size: 12px;
	font-weight: 900;
	margin-left: 8px
}

.auth-badge.success {
	background: #6FE9D2;
	color: #18194D
}

.auth-badge.warning {
	background: #FFF212;
	color: #18194D
}

.auth-badge.primary {
	background: #18194D;
	color: #fff
}

.form-note {
	margin-top: 22px;
	color: var(--bc-text)
}

.errorlist {
	background: #fff1f0;
	border: 1px solid #ffd3ce;
	color: #9f2417;
	border-radius: 14px;
	padding: 12px 16px;
	list-style: none;
	margin: 0
}

.blockLabels {
	border: 0;
	padding: 0;
	margin: 0
}

.ctrlHolder {
	margin-bottom: 12px
}

.auth-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 24px
}

@media(max-width:900px) {
	.auth-page {
		padding: 42px 16px
	}

	.auth-shell {
		grid-template-columns: 1fr
	}

	.auth-panel {
		min-height: auto
	}

	.auth-panel h2 {
		font-size: 34px
	}

	.auth-card {
		padding: 28px
	}

	.auth-feature-grid {
		grid-template-columns: 1fr
	}
}

@media(max-width:520px) {
	.auth-card h1 {
		font-size: 34px
	}

	.auth-logo {
		font-size: 19px
	}

	.buttonHolder,
	.auth-actions {
		flex-direction: column
	}

	.auth-card button,
	.auth-card .btn,
	.primaryAction,
	.secondaryAction {
		width: 100%
	}
}


.auth-links {
	margin-top: 12px;
}

.auth-links a {
	font-size: 14px;
	color: #18194D;
	font-weight: 600;
	text-decoration: none;
}

.auth-links a:hover {
	text-decoration: underline;
}

.auth-features {
	margin-top: 18px;
	padding-left: 0;
	list-style: none;
	color: #dbe8ff;
}

.auth-features li {
	margin-bottom: 10px;
	font-size: 16px;
}


.form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.form-check-input {
  width: 18px;
  height: 18px;
  margin: 0;
  cursor: pointer;
}

.form-check-label {
  margin: 0;
  font-weight: 700;
  color: var(--bc-deep);
  cursor: pointer;
}
