/**
 * Auth — painel Chosen Tecnologia (registro / área do cliente)
 * @see https://chosentecnologia.com.br/chosen/
 */

.chosen-auth-page .auth-page-content {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}

.chosen-auth-page .auth-page-wrapper > .bg-overlay {
	opacity: 0.35;
}

.chosen-auth-page .card {
	border-radius: 1rem !important;
	overflow: hidden;
	box-shadow: 0 1rem 3rem rgba(12, 31, 63, 0.18), 0 0.35rem 1rem rgba(12, 31, 63, 0.08) !important;
	border: 1px solid rgba(12, 31, 63, 0.06);
}

.chosen-auth-brand {
	display: flex;
	flex-direction: column;
}

.chosen-auth-brand-inner {
	position: relative;
	flex: 1 1 auto;
	min-height: 100%;
	background: linear-gradient(145deg, #0c1f3f 0%, #163a6b 45%, #1e4d82 100%);
	overflow: hidden;
}

.chosen-auth-page .col-lg-6:last-child {
	background: #fff;
}

.chosen-auth-page .row.g-0 {
	min-height: 32rem;
}

.chosen-auth-brand-inner::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 15% 20%, rgba(64, 180, 120, 0.18) 0%, transparent 45%),
		radial-gradient(circle at 85% 80%, rgba(255, 255, 255, 0.06) 0%, transparent 40%);
	pointer-events: none;
}

.chosen-auth-brand-overlay {
	position: absolute;
	inset: 0;
	background: rgba(8, 18, 36, 0.15);
	pointer-events: none;
}

.chosen-auth-logo {
	filter: brightness(0) invert(1);
}

.chosen-auth-kicker {
	font-size: 0.72rem;
	letter-spacing: 0.14em;
	color: rgba(255, 255, 255, 0.72);
}

.chosen-auth-headline {
	font-size: clamp(1.35rem, 2.5vw, 1.85rem);
	line-height: 1.25;
	color: #fff;
}

.chosen-auth-lead {
	font-size: 0.92rem;
	line-height: 1.65;
	max-width: 34rem;
}

.chosen-auth-benefits li {
	display: flex;
	align-items: flex-start;
	gap: 0.35rem;
	padding: 0.45rem 0;
	font-size: 0.88rem;
	color: rgba(255, 255, 255, 0.88);
}

.chosen-auth-benefits li i {
	color: #5fd68a;
	font-size: 1.1rem;
	margin-top: 0.1rem;
	flex-shrink: 0;
}

.chosen-auth-indicators {
	position: relative;
	margin-bottom: 0.75rem;
	justify-content: center;
}

.chosen-auth-page .carousel-inner {
	min-height: 3.5rem;
}

.chosen-auth-indicators [data-bs-target] {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.35);
	border: 0;
}

.chosen-auth-indicators .active {
	background-color: #5fd68a;
}

.chosen-auth-contact a:hover {
	color: #fff !important;
}

.chosen-auth-form-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--vz-primary);
	background: rgba(var(--vz-primary-rgb), 0.08);
	border: 1px solid rgba(var(--vz-primary-rgb), 0.15);
	border-radius: 50rem;
	padding: 0.35rem 0.75rem;
}

.chosen-auth-form-title {
	font-size: 1.35rem;
	font-weight: 600;
}

.chosen-auth-site-footer {
	margin-top: 0;
	padding-top: 0.5rem;
	padding-bottom: 0.25rem;
}

@media (max-width: 991.98px) {
	.chosen-auth-brand-inner {
		min-height: auto;
	}
}
