.elementor-widget-academia_fenix_login,
.elementor-widget-academia_fenix_login > .elementor-widget-container {
	min-width: 0;
}

.afl-login,
.afl-login *,
.afl-login *::before,
.afl-login *::after {
	box-sizing: border-box;
}

.afl-login {
	--afl-navy: #061126;
	--afl-blue: #012a5a;
	--afl-gold: #c58b26;
	--afl-muted: #5e687b;
	position: relative;
	width: 100%;
	max-width: none;
	margin: 0;
	overflow: hidden;
	background: #f8fafd;
	color: var(--afl-navy);
	font-family: inherit;
	line-height: 1.45;
	isolation: isolate;
}

.afl-login--full {
	left: 50%;
	width: 100vw;
	margin-left: -50vw;
}

body.admin-bar .afl-login--full {
	width: 100vw;
}

.afl-login__inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.afl-login__main {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
	min-width: 0;
}

.afl-login__form-column,
.afl-login__promo-column {
	position: relative;
	min-width: 0;
}

.afl-login__form-column {
	display: flex;
	flex: 0 1 48%;
	align-items: center;
}

.afl-login__promo-column {
	display: flex;
	flex: 1 1 52%;
	flex-direction: column;
	justify-content: space-between;
	padding: 18px 0 0;
}

.afl-login__form-card {
	width: 100%;
	padding: 48px 46px 38px;
	border: 1px solid rgba(8, 29, 60, 0.08);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 14px 42px rgba(11, 32, 64, 0.10);
}

.afl-login__login-title,
.afl-login__promo-title,
.afl-login__registration-title,
.afl-login__benefit-title,
.afl-login__logged-in p {
	margin: 0;
	color: var(--afl-navy);
	font-family: inherit;
	font-weight: 700;
}

.afl-login__login-title {
	font-size: clamp(1.75rem, 2.1vw, 2.25rem);
	line-height: 1.15;
}

.afl-login__intro {
	margin: 10px 0 30px;
	color: var(--afl-muted);
	font-size: 0.94rem;
}

.afl-login__intro strong {
	color: var(--afl-gold);
	font-weight: 500;
}

.afl-native-login,
.afl-native-login .tutor-login-form-wrapper,
.afl-native-login .tutor-login-wrap,
.afl-native-login .tutor-page-wrap,
.afl-native-login .tutor-template-segment {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.afl-native-login .tutor-login-form-wrapper > .tutor-h3,
.afl-native-login .tutor-login-form-wrapper > .tutor-fs-4,
.afl-native-login #tutor-login-form > .tutor-flex.tutor-items-center.tutor-justify-center.tutor-gap-2,
.afl-native-login .tutor-input-field[x-data] > span {
	display: none !important;
}

.afl-native-login form {
	width: 100%;
	margin: 0;
}

.afl-native-login .tutor-input-field {
	position: relative;
	width: 100%;
	margin: 0 0 20px !important;
}

.afl-native-login .afl-field-label {
	display: block;
	margin: 0 0 8px;
	color: #14213d;
	font-size: 0.82rem;
	font-weight: 650;
	line-height: 1.35;
}

.afl-native-login input[type="text"],
.afl-native-login input[type="email"],
.afl-native-login input[type="password"] {
	display: block;
	width: 100% !important;
	min-height: 48px;
	margin: 0 !important;
	padding: 11px 44px 11px 42px !important;
	border: 1px solid #d9dfe8 !important;
	border-radius: 7px;
	outline: 0;
	background: #fff;
	box-shadow: none !important;
	color: #1e2a44;
	font: inherit;
	font-size: 0.9rem;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.afl-native-login input[type="text"]:focus,
.afl-native-login input[type="email"]:focus,
.afl-native-login input[type="password"]:focus {
	border-color: #426eaa !important;
	box-shadow: 0 0 0 3px rgba(37, 91, 155, 0.12) !important;
}

.afl-native-login input::placeholder {
	color: #9aa4b4;
	opacity: 1;
}

.afl-native-login .afl-field-icon {
	position: absolute;
	left: 14px;
	bottom: 14px;
	z-index: 2;
	display: grid;
	width: 18px;
	height: 18px;
	place-items: center;
	color: #718096;
	pointer-events: none;
}

.afl-native-login .afl-field-icon svg {
	display: block;
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.afl-native-login .afl-password-toggle {
	position: absolute;
	right: 12px;
	bottom: 10px;
	z-index: 4;
	display: grid;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #718096;
	cursor: pointer;
	place-items: center;
}

.afl-native-login .afl-password-toggle:hover,
.afl-native-login .afl-password-toggle:focus-visible {
	background: #eef3f9;
	color: var(--afl-blue);
}

.afl-native-login .afl-password-toggle svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.afl-native-login .tutor-flex.tutor-justify-between,
.afl-editor-login-preview .tutor-flex {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 16px;
	width: 100%;
	margin: 2px 0 0 !important;
}

.afl-native-login .tutor-input-wrapper,
.afl-native-login .tutor-input-field.tutor-w-auto {
	display: flex;
	align-items: center;
	width: auto !important;
	margin: 0 !important;
}

.afl-native-login input[type="checkbox"] {
	width: 16px !important;
	height: 16px !important;
	margin: 0 7px 0 0 !important;
	accent-color: var(--afl-blue);
}

.afl-native-login .tutor-label,
.afl-editor-login-preview .tutor-label {
	display: inline-flex;
	align-items: center;
	margin: 0;
	color: #4e5b70;
	font-size: 0.79rem;
}

.afl-native-login a {
	color: #0a4b91;
	font-size: 0.79rem;
	font-weight: 600;
	text-decoration: none;
}

.afl-native-login a:hover,
.afl-native-login a:focus-visible {
	text-decoration: underline;
}

.afl-native-login button[type="submit"],
.afl-login__dashboard-button {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	min-height: 50px;
	margin: 28px 0 0 !important;
	padding: 12px 22px !important;
	border: 1px solid var(--afl-blue) !important;
	border-radius: 7px;
	background: var(--afl-blue) !important;
	box-shadow: none;
	color: #fff !important;
	font: inherit;
	font-size: 0.93rem;
	font-weight: 650;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	transition: background-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.afl-native-login button[type="submit"]::after,
.afl-login__dashboard-button::after {
	margin-left: 10px;
	content: "›";
	font-size: 1.35em;
	font-weight: 400;
	line-height: 0;
}

.afl-native-login button[type="submit"]:hover,
.afl-native-login button[type="submit"]:focus-visible,
.afl-login__dashboard-button:hover,
.afl-login__dashboard-button:focus-visible {
	background: #064078 !important;
	box-shadow: 0 8px 18px rgba(1, 42, 90, 0.18);
	transform: translateY(-1px);
}

.afl-native-login button[disabled] {
	opacity: 0.85;
	cursor: default;
	transform: none !important;
}

.afl-native-login .tutor-alert,
.afl-native-login .tutor-login-error:not(:empty),
.afl-login__notice {
	margin: 0 0 18px;
	padding: 12px 14px;
	border: 1px solid #f0b7b7;
	border-radius: 7px;
	background: #fff3f3;
	color: #972f2f;
	font-size: 0.84rem;
}

.afl-native-login .tutor-alert ul,
.afl-native-login .tutor-alert p {
	margin: 0;
	padding: 0;
}

.afl-login__editor-preview-note,
.afl-login__editor-note {
	margin-top: 12px;
	padding: 9px 11px;
	border-radius: 6px;
	background: #fff8e9;
	color: #6b5428;
	font-size: 0.72rem;
	line-height: 1.4;
}

.afl-login__social {
	margin-top: 28px;
}

.afl-login__social-separator {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #8a94a4;
	font-size: 0.77rem;
	white-space: nowrap;
}

.afl-login__social-separator::before,
.afl-login__social-separator::after {
	flex: 1;
	height: 1px;
	background: #e3e7ed;
	content: "";
}

.afl-login__social-links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 20px;
}

.afl-login__social-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 0;
	min-height: 43px;
	padding: 9px 10px;
	border: 1px solid #dce2ea;
	border-radius: 6px;
	background: #fff;
	color: #273550;
	font-size: 0.77rem;
	font-weight: 600;
	text-decoration: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.afl-login__social-button:hover,
.afl-login__social-button:focus-visible {
	border-color: #aebaca;
	box-shadow: 0 6px 15px rgba(11, 32, 64, 0.08);
	transform: translateY(-1px);
}

.afl-login__social-button svg {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
}

.afl-login__help {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	margin-top: 32px;
	padding: 20px 18px;
	border-radius: 7px;
	background: #f7f9fc;
	text-align: left;
}

.afl-login__help-icon {
	display: grid;
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
	border: 2px solid #123e7b;
	border-radius: 50%;
	color: #123e7b;
	font-size: 1.15rem;
	font-weight: 700;
	place-items: center;
}

.afl-login__help strong,
.afl-login__help span,
.afl-login__help a {
	display: block;
}

.afl-login__help strong {
	margin-bottom: 2px;
	color: #1c2a45;
	font-size: 0.78rem;
}

.afl-login__help a,
.afl-login__help div > span {
	color: #0a4b91;
	font-size: 0.73rem;
	text-decoration: none;
}

.afl-login__logged-in {
	padding: 18px 0 0;
	text-align: center;
}

.afl-login__logged-icon {
	display: grid;
	width: 54px;
	height: 54px;
	margin: 0 auto 14px;
	border-radius: 50%;
	background: #eaf7ef;
	color: #26824a;
	font-size: 1.55rem;
	place-items: center;
}

.afl-login__logged-in p {
	font-size: 1.05rem;
}

.afl-login__promo-copy-wrap {
	position: relative;
	z-index: 3;
	padding: 0 28px 20px;
}

.afl-login__promo-title {
	position: relative;
	max-width: 470px;
	font-size: clamp(2rem, 3.15vw, 3.25rem);
	line-height: 1.03;
	letter-spacing: -0.035em;
}

.afl-login__promo-title > span:not(.afl-login__spark) {
	display: block;
}

.afl-login__accent {
	color: var(--afl-gold);
}

.afl-login__spark {
	position: absolute;
	top: 25%;
	right: -36px;
	color: var(--afl-gold);
	font-size: 1.45rem;
	line-height: 1;
}

.afl-login__promo-copy {
	max-width: 570px;
	margin: 18px 0 24px;
	color: var(--afl-muted);
	font-size: 0.91rem;
	line-height: 1.6;
}

.afl-login__benefits {
	display: grid;
	gap: 15px;
	max-width: 520px;
}

.afl-login__benefit {
	display: flex;
	align-items: flex-start;
	gap: 13px;
}

.afl-login__benefit-icon {
	display: grid;
	flex: 0 0 auto;
	width: 39px;
	height: 39px;
	border-radius: 50%;
	background: #eef5ff;
	color: #174e91;
	place-items: center;
}

.afl-login__benefit-icon i,
.afl-login__benefit-icon svg {
	width: 17px;
	height: 17px;
	font-size: 17px;
	fill: currentColor;
}

.afl-login__benefit-title,
.afl-login__benefit-text {
	display: block;
}

.afl-login__benefit-title {
	margin-top: 1px;
	font-size: 0.84rem;
}

.afl-login__benefit-text {
	max-width: 340px;
	margin-top: 2px;
	color: var(--afl-muted);
	font-size: 0.74rem;
	line-height: 1.48;
}

.afl-login__visual {
	position: relative;
	z-index: 1;
	width: calc(100% + 24px);
	min-height: 360px;
	margin: auto -24px -48px 0;
	overflow: hidden;
	border-radius: 46% 0 0 0 / 28% 0 0 0;
}

.afl-login__visual::before {
	position: absolute;
	top: -14%;
	left: -14%;
	z-index: 2;
	width: 64%;
	height: 68%;
	border-radius: 45% 55% 58% 42% / 58% 42% 58% 42%;
	background: #f8fafd;
	content: "";
	pointer-events: none;
}

.afl-login__hero {
	display: block;
	width: 100%;
	height: 100%;
	min-height: inherit;
	object-fit: cover;
	object-position: 66% center;
}

.afl-login__logo {
	position: absolute;
	bottom: 26px;
	left: 26px;
	z-index: 4;
	display: block;
	width: clamp(76px, 9vw, 116px);
	height: auto;
	filter: drop-shadow(0 7px 10px rgba(0, 17, 43, 0.22));
}

.afl-login__registration {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	width: 100%;
	margin-top: 32px;
	padding: 24px 32px;
	border: 1px solid #e0e5ec;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 8px 26px rgba(11, 32, 64, 0.04);
}

.afl-login__registration-title,
.afl-login__registration-text {
	display: block;
}

.afl-login__registration-title {
	font-size: 1rem;
}

.afl-login__registration-text {
	margin-top: 4px;
	color: var(--afl-muted);
	font-size: 0.78rem;
}

.afl-login__registration-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	flex: 0 0 auto;
	min-width: 190px;
	min-height: 48px;
	padding: 11px 22px;
	border-radius: 7px;
	background: linear-gradient(135deg, #b97915, #d09a38);
	box-shadow: 0 8px 18px rgba(197, 139, 38, 0.18);
	color: #fff;
	font-size: 0.82rem;
	font-weight: 650;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.afl-login__registration-button:hover,
.afl-login__registration-button:focus-visible {
	box-shadow: 0 10px 24px rgba(197, 139, 38, 0.28);
	color: #fff;
	transform: translateY(-1px);
}

.afl-login__registration-button span {
	font-size: 1.45em;
	font-weight: 400;
	line-height: 0;
}

@media (max-width: 1024px) {
	.afl-login__main {
		gap: 30px;
	}

	.afl-login__form-card {
		padding: 38px 34px 32px;
	}

	.afl-login__promo-copy-wrap {
		padding-right: 10px;
		padding-left: 10px;
	}

	.afl-login__visual {
		margin-bottom: -32px;
	}
}

@media (max-width: 900px) {
	.afl-login__main {
		flex-direction: column;
	}

	.afl-login__form-column,
	.afl-login__promo-column {
		flex: 0 0 auto !important;
		width: 100%;
	}

	.afl-login--promo-first .afl-login__promo-column {
		order: 1;
	}

	.afl-login--promo-first .afl-login__form-column {
		order: 2;
	}

	.afl-login--form-first .afl-login__form-column {
		order: 1;
	}

	.afl-login--form-first .afl-login__promo-column {
		order: 2;
	}

	.afl-login__form-card {
		max-width: 640px;
		margin: 0 auto;
	}

	.afl-login__promo-column {
		padding-top: 16px;
	}

	.afl-login__promo-copy-wrap {
		padding: 0 20px 28px;
	}

	.afl-login__promo-title,
	.afl-login__promo-copy,
	.afl-login__benefits {
		max-width: 640px;
	}

	.afl-login__visual {
		width: 100%;
		margin: 0;
		border-radius: 32px;
	}

	.afl-login__visual::before {
		display: none;
	}

	.afl-login__hero {
		object-position: center 42%;
	}

	.afl-login__registration {
		max-width: 640px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media (max-width: 600px) {
	.afl-login__form-card {
		padding: 30px 22px 28px;
	}

	.afl-login__intro {
		margin-bottom: 24px;
	}

	.afl-native-login .tutor-flex.tutor-justify-between,
	.afl-editor-login-preview .tutor-flex {
		align-items: flex-start !important;
		gap: 10px;
	}

	.afl-native-login .tutor-label,
	.afl-editor-login-preview .tutor-label,
	.afl-native-login a {
		font-size: 0.75rem;
	}

	.afl-login__social-links {
		grid-template-columns: 1fr;
	}

	.afl-login__help {
		justify-content: flex-start;
	}

	.afl-login__promo-copy-wrap {
		padding: 0 6px 24px;
	}

	.afl-login__promo-title {
		padding-right: 20px;
		font-size: clamp(2rem, 11vw, 2.75rem);
	}

	.afl-login__spark {
		right: 0;
	}

	.afl-login__registration {
		align-items: stretch;
		flex-direction: column;
		padding: 22px;
		text-align: left;
	}

	.afl-login__registration-button {
		width: 100%;
		min-width: 0;
	}

	.afl-login__logo {
		bottom: 18px;
		left: 18px;
		width: 78px;
	}
}

@media (max-width: 380px) {
	.afl-native-login .tutor-flex.tutor-justify-between,
	.afl-editor-login-preview .tutor-flex {
		align-items: flex-start !important;
		flex-direction: column;
	}

	.afl-native-login input[type="text"],
	.afl-native-login input[type="email"],
	.afl-native-login input[type="password"] {
		font-size: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.afl-login *,
	.afl-login *::before,
	.afl-login *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

@media (forced-colors: active) {
	.afl-login__form-card,
	.afl-login__registration,
	.afl-login__social-button,
	.afl-native-login input {
		border: 1px solid CanvasText !important;
	}
}
