body.atl-login-page {
	background:
		radial-gradient(circle at top left, rgba(84, 168, 61, 0.2), transparent 30%),
		radial-gradient(circle at bottom right, rgba(107, 191, 78, 0.16), transparent 34%),
		#030704;
	color: #fff;
}

body.atl-login-page .navbar,
body.atl-login-page footer,
body.atl-login-page .page-card-head {
	display: none !important;
}

body.atl-login-page .page-content-wrapper,
body.atl-login-page main,
body.atl-login-page .page_content,
body.atl-login-page .page_content > div,
body.atl-login-page .for-login,
body.atl-login-page .for-email-login,
body.atl-login-page .for-signup,
body.atl-login-page .for-forgot,
body.atl-login-page .for-login-with-email-link {
	min-height: 100vh;
	padding: 0;
}

body.atl-login-page .page-content-wrapper {
	padding: 0;
}

body.atl-login-page .atl-login-wrapper {
	display: flex;
	min-height: 100vh;
	background:
		linear-gradient(110deg, rgba(7, 20, 8, 0.98) 0%, rgba(1, 7, 2, 0.96) 50%),
		#030704;
	color: #fff;
}

body.atl-login-page .atl-login-left {
	width: 55%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 3rem;
	background:
		radial-gradient(circle at 30% 35%, rgba(107, 191, 78, 0.12), transparent 22%),
		transparent;
}

body.atl-login-page .atl-brand-mark {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	text-align: center;
}

body.atl-login-page .atl-brand-eyebrow {
	padding: 0.4rem 0.85rem;
	border: 1px solid rgba(107, 191, 78, 0.4);
	border-radius: 999px;
	color: #9be07e;
	background: rgba(55, 108, 40, 0.18);
	box-shadow: 0 0 20px rgba(107, 191, 78, 0.1);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

body.atl-login-page .atl-logo {
	width: min(260px, 100%);
	max-height: 220px;
	opacity: 1;
	object-fit: contain;
	filter: brightness(0) saturate(100%) invert(74%) sepia(27%) saturate(809%) hue-rotate(50deg)
		brightness(92%) contrast(91%);
}

body.atl-login-page .atl-brand-lockup {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
}

body.atl-login-page .atl-brand-wordmark {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.08em;
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 0.92;
	font-weight: 500;
	letter-spacing: -0.045em;
	color: #ffffff;
}

body.atl-login-page .atl-brand-wordmark span {
	display: block;
}

body.atl-login-page .atl-brand-underline {
	display: block;
	width: 100%;
	height: 4px;
	margin-top: 0.2em;
	background: linear-gradient(90deg, #8ee06e 0%, #6bbf4e 100%);
	border-radius: 999px;
	box-shadow: 0 0 16px rgba(107, 191, 78, 0.35);
}

body.atl-login-page .atl-brand-icon {
	position: relative;
	width: 88px;
	height: 88px;
	flex: 0 0 auto;
	margin-top: 0.25rem;
}

body.atl-login-page .atl-node {
	position: absolute;
	border-radius: 50%;
	background: #050505;
}

body.atl-login-page .atl-node-large {
	right: 4%;
	top: 28%;
	width: 28%;
	height: 28%;
}

body.atl-login-page .atl-node-top {
	left: 30%;
	top: 0;
	width: 20%;
	height: 20%;
}

body.atl-login-page .atl-node-large,
body.atl-login-page .atl-node-top {
	background: #ffffff;
	box-shadow: 0 0 14px rgba(255, 255, 255, 0.16);
}

body.atl-login-page .atl-node-left {
	left: 8%;
	top: 52%;
	width: 16%;
	height: 16%;
	background: transparent;
	border: 4px solid #ffffff;
	box-shadow: 0 0 14px rgba(255, 255, 255, 0.12);
}

body.atl-login-page .atl-link {
	position: absolute;
	height: 4px;
	background: #ffffff;
	border-radius: 999px;
	transform-origin: left center;
	box-shadow: 0 0 12px rgba(255, 255, 255, 0.12);
}

body.atl-login-page .atl-link-top {
	left: 42%;
	top: 16%;
	width: 30%;
	transform: rotate(48deg);
}

body.atl-login-page .atl-link-left {
	left: 22%;
	top: 58%;
	width: 41%;
	transform: rotate(-20deg);
}

body.atl-login-page .atl-brand-copy {
	max-width: 420px;
	color: rgba(182, 228, 166, 0.88);
	font-size: 1rem;
	line-height: 1.7;
}

body.atl-login-page .atl-login-right {
	width: 45%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

body.atl-login-page .login-content.page-card {
	width: min(360px, 100%);
	background: rgba(8, 24, 8, 0.5);
	border: 1px solid rgba(107, 191, 78, 0.22);
	box-shadow: 0 24px 50px rgba(0, 0, 0, 0.45);
	border-radius: 18px;
	backdrop-filter: blur(10px);
}

body.atl-login-page .atl-login-box {
	width: 330px;
	max-width: 100%;
	padding: 1.25rem 1.1rem;
}

body.atl-login-page .atl-title {
	margin: 0 0 22px;
	color: #ffffff;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1px;
	text-shadow: 0 0 14px rgba(255, 255, 255, 0.08);
}

body.atl-login-page .page-card-body,
body.atl-login-page .page-card-actions {
	padding: 0;
}

body.atl-login-page .form-group label,
body.atl-login-page .login-divider,
body.atl-login-page .text-muted,
body.atl-login-page .sign-up-message,
body.atl-login-page .forgot-password-message,
body.atl-login-page a {
	color: #8ee06e !important;
}

body.atl-login-page .toggle-password {
	color: #8ee06e !important;
}

body.atl-login-page .form-control {
	height: 44px;
	background: rgba(12, 30, 13, 0.72);
	border: 1px solid rgba(107, 191, 78, 0.26);
	border-radius: 10px;
	color: #fff;
	box-shadow: inset 0 0 0 1px rgba(38, 79, 32, 0.2);
}

body.atl-login-page .form-control::placeholder {
	color: rgba(168, 215, 152, 0.52);
}

body.atl-login-page .field-icon {
	color: rgba(142, 224, 110, 0.66);
}

body.atl-login-page .field-icon use,
body.atl-login-page .field-icon path {
	color: rgba(142, 224, 110, 0.66);
	stroke: rgba(142, 224, 110, 0.66);
}

body.atl-login-page input:focus,
body.atl-login-page .form-control:focus {
	border-color: #6bbf4e !important;
	box-shadow: 0 0 10px rgba(107, 191, 78, 0.33) !important;
}

body.atl-login-page button.btn,
body.atl-login-page input[type="submit"].btn,
body.atl-login-page .btn.btn-primary,
body.atl-login-page .btn-login.btn-primary {
	background: linear-gradient(180deg, #87db67 0%, #69bc4d 100%) !important;
	border-color: #7fd65f !important;
	color: #000 !important;
	font-weight: 700;
	box-shadow: 0 10px 24px rgba(107, 191, 78, 0.28);
}

body.atl-login-page .btn.btn-default,
body.atl-login-page .btn-login-option {
	border-color: rgba(107, 191, 78, 0.28);
	background: rgba(15, 33, 14, 0.58);
	color: #b8eaa8;
}

body.atl-login-page .forgot-password-message,
body.atl-login-page .sign-up-message {
	margin-top: 10px;
	text-align: right;
}

body.atl-login-page .forgot-password-message a,
body.atl-login-page .sign-up-message a {
	color: #8ee06e !important;
	font-size: 14px;
}

@media (max-width: 768px) {
	body.atl-login-page .atl-login-wrapper {
		flex-direction: column;
	}

	body.atl-login-page .atl-login-left,
	body.atl-login-page .atl-login-right {
		width: 100%;
		min-height: 50vh;
	}

	body.atl-login-page .atl-login-left {
		padding: 2rem 1.5rem 1rem;
	}

	body.atl-login-page .atl-logo {
		width: 180px;
	}
}
