.auth-page {
	padding: 0.5rem 0 2rem;
}

.auth-card,
.auth-aside {
	padding: 1.75rem;
}

.auth-card__subtitle {
	color: var(--text-secondary, #6c757d);
	font-size: 14px;
	margin-bottom: 1.25rem;
}

.auth-aside {
	background: linear-gradient(145deg, var(--brand-primary, #1a1a1a) 0%, var(--brand-primary-dark, #000) 100%);
	color: #fff;
	border: none;
}

.auth-aside__title {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 0.75rem;
	color: #fff;
}

.auth-aside__text {
	font-size: 14px;
	line-height: 1.6;
	opacity: 0.92;
	margin-bottom: 1.25rem;
}

.auth-aside__list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.auth-aside__list li {
	position: relative;
	padding-left: 1.35rem;
	margin-bottom: 0.65rem;
	font-size: 14px;
	line-height: 1.5;
}

.auth-aside__list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.45rem;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.85);
}

.auth-notice {
	font-size: 14px;
	border-radius: var(--radius-sm, 8px);
}

.auth-password-wrap {
	position: relative;
}

.auth-password-wrap .form-control {
	padding-right: 2.75rem;
}

.auth-password-toggle {
	position: absolute;
	right: 0.75rem;
	top: 50%;
	transform: translateY(-50%);
	border: 0;
	background: transparent;
	color: var(--text-secondary, #6c757d);
	padding: 0.25rem;
	line-height: 0;
	cursor: pointer;
}

.auth-password-toggle:hover {
	color: var(--brand-primary, #1a1a1a);
}

.auth-submit {
	padding-top: 0.7rem;
	padding-bottom: 0.7rem;
}

.auth-switch {
	font-size: 14px;
	color: var(--text-secondary, #6c757d);
}

.auth-switch a {
	font-weight: 600;
	text-decoration: none;
	color: var(--brand-primary, #1a1a1a);
}

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

@media (max-width: 991.98px) {
	.auth-card {
		padding: 1.35rem;
	}
}
