:root {
	--auth-blue: #2359f5;
	--auth-purple: #6a45ef;
	--auth-text: #172033;
	--auth-muted: #7b879b;
	--auth-line: #e7ebf3
}

.auth-page {
	min-height: 100vh;
	background: radial-gradient(circle at 8% 15%, rgba(87, 108, 255, .08), transparent 28%), #f7f9fd;
	color: var(--auth-text);
	font-size: 15px
}

.auth-nav {
	height: 76px;
	background: rgba(255, 255, 255, .88);
	border-bottom: 1px solid rgba(226, 232, 242, .9);
	backdrop-filter: blur(18px);
	display: flex;
	align-items: center;
	position: relative;
	z-index: 10
}

.auth-logo img {
	width: auto;
	height: 30px;
	display: block
}

.auth-nav-actions {
	display: flex;
	align-items: center;
	gap: 16px;
	font-size: 14px
}

.auth-nav-actions span {
	color: var(--auth-muted)
}

.auth-nav-actions a {
	color: var(--auth-blue);
	font-weight: 700;
	text-decoration: none
}

.auth-nav-actions .back-home {
	border-left: 1px solid var(--auth-line);
	padding-left: 18px;
	color: #4f5c70;
	font-weight: 500
}

.auth-shell {
	min-height: calc(100vh - 76px);
	padding-top: 42px;
	padding-bottom: 42px;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(440px, .92fr);
	align-items: stretch;
	max-width: 1180px;
	gap: 0
}

.auth-visual {
	min-height: 680px;
	border-radius: 28px 0 0 28px;
	padding: 70px 60px;
	position: relative;
	overflow: hidden;
	color: #fff;
	background: linear-gradient(145deg, #225ee8 0%, #5447e8 48%, #8755ef 100%);
	box-shadow: 0 26px 70px rgba(39, 66, 145, .18)
}

.auth-visual:after {
	content: "";
	position: absolute;
	width: 420px;
	height: 420px;
	right: -160px;
	bottom: -170px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .11)
}

.register-visual {
	background: linear-gradient(145deg, #096fc9 0%, #315de6 43%, #6549e9 100%)
}

.visual-content {
	position: relative;
	z-index: 3;
	max-width: 510px
}

.visual-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 13px;
	border-radius: 20px;
	background: rgba(255, 255, 255, .14);
	border: 1px solid rgba(255, 255, 255, .19);
	font-size: 14px;
	font-weight: 700
}

.visual-content h1 {
	font-size: 43px;
	line-height: 1.3;
	font-weight: 900;
	margin: 28px 0 16px;
	letter-spacing: -1px
}

.visual-content>p {
	max-width: 450px;
	font-size: 17px;
	line-height: 1.8;
	color: rgba(255, 255, 255, .77);
	margin: 0
}

.visual-stats {
	display: flex;
	gap: 40px;
	margin-top: 56px
}

.visual-stats div {
	display: flex;
	flex-direction: column;
	gap: 3px
}

.visual-stats b {
	font-size: 23px
}

.visual-stats span {
	font-size: 13px;
	color: rgba(255, 255, 255, .67)
}

.visual-orbit {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 50%;
	animation: orbit-float 7s ease-in-out infinite
}

.orbit-one {
	width: 360px;
	height: 360px;
	right: -60px;
	top: 60px
}

.orbit-two {
	width: 220px;
	height: 220px;
	right: 80px;
	top: 130px;
	animation-delay: -3s
}

.visual-orbit:before {
	content: "";
	width: 12px;
	height: 12px;
	background: #b8ddff;
	border-radius: 50%;
	position: absolute;
	left: 36px;
	top: 50px;
	box-shadow: 0 0 24px rgba(210, 232, 255, .9)
}

.visual-card {
	position: absolute;
	z-index: 4;
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 14px 18px;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 14px;
	background: rgba(255, 255, 255, .15);
	backdrop-filter: blur(14px);
	box-shadow: 0 14px 35px rgba(24, 26, 100, .15);
	font-size: 13px;
	font-weight: 700;
	animation: card-float 4.5s ease-in-out infinite
}

.visual-card i {
	font-size: 20px;
	color: #dff3ff
}

.card-one {
	left: 58px;
	bottom: 108px
}

.card-two {
	right: 42px;
	bottom: 48px;
	animation-delay: -2s
}

.register-benefits {
	padding: 0;
	margin: 38px 0 0;
	list-style: none;
	display: grid;
	gap: 16px
}

.register-benefits li {
	font-size: 15px;
	color: rgba(255, 255, 255, .86);
	display: flex;
	align-items: center;
	gap: 10px
}

.register-benefits i {
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	background: rgba(255, 255, 255, .17);
	border-radius: 50%
}

.auth-panel {
	min-height: 680px;
	border-radius: 0 28px 28px 0;
	background: #fff;
	box-shadow: 0 26px 70px rgba(39, 66, 145, .12);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 46px 54px
}

.auth-form-wrap {
	width: 100%;
	max-width: 430px
}

.register-wrap {
	max-width: 440px
}

.auth-heading>span {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: 800;
	color: var(--auth-blue)
}

.auth-heading h2 {
	font-size: 30px;
	font-weight: 900;
	margin: 7px 0 8px
}

.auth-heading p {
	color: var(--auth-muted);
	font-size: 14px;
	margin: 0
}

.auth-tabs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-bottom: 1px solid var(--auth-line);
	margin: 28px 0 24px
}

.auth-tabs button {
	position: relative;
	border: 0;
	background: transparent;
	padding: 0 0 13px;
	font-size: 15px;
	color: #7a8597;
	font-weight: 700
}

.auth-tabs button.active {
	color: var(--auth-blue)
}

.auth-tabs button.active:after {
	content: "";
	height: 3px;
	border-radius: 3px;
	background: var(--auth-blue);
	position: absolute;
	left: 17%;
	right: 17%;
	bottom: -1px
}

.auth-pane {
	display: none
}

.auth-pane.active {
	display: block;
	animation: pane-in .25s ease
}

.field-label {
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 8px;
	color: #344054
}

.label-row {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.muted-link {
	font-size: 13px;
	color: #64748b;
	text-decoration: none
}

.auth-field {
	height: 50px;
	border: 1px solid #dce2eb;
	border-radius: 12px;
	display: flex;
	align-items: center;
	padding: 0 14px;
	transition: .2s;
	background: #fff
}

.auth-field:focus-within {
	border-color: #4d70f5;
	box-shadow: 0 0 0 4px rgba(53, 91, 239, .09)
}

.auth-field.has-error {
	border-color: #ef5b64;
	box-shadow: 0 0 0 3px rgba(239, 91, 100, .08)
}

.auth-field>i {
	font-size: 18px;
	color: #9aa5b5;
	margin-right: 10px
}

.auth-field input {
	min-width: 0;
	flex: 1;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 15px;
	color: #182033
}

.auth-field input::placeholder {
	color: #a8b1bf
}

.auth-field button {
	border: 0;
	background: transparent
}

.send-code {
	padding-left: 14px !important;
	border-left: 1px solid var(--auth-line) !important;
	color: var(--auth-blue);
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap
}

.send-code:disabled {
	color: #9ca6b5
}

.toggle-password {
	font-size: 18px;
	color: #8995a7;
	padding: 4px
}

.field-error {
	min-height: 21px;
	padding: 4px 2px 0;
	color: #e44852;
	font-size: 12px
}

.field-error.show:before {
	content: "\F33A";
	font-family: "bootstrap-icons";
	margin-right: 4px
}

.check-row {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	margin: 9px 0 18px;
	font-size: 13px;
	line-height: 1.6;
	color: #697589;
	cursor: pointer
}

.check-row input {
	width: 16px;
	height: 16px;
	margin-top: 2px;
	accent-color: var(--auth-blue);
	flex: 0 0 auto
}

.check-row a,
.auth-switch a {
	color: var(--auth-blue);
	text-decoration: none;
	font-weight: 700
}

.auth-message {
	display: none;
	border-radius: 9px;
	padding: 9px 12px;
	margin: -6px 0 12px;
	font-size: 13px
}

.auth-message.error {
	display: block;
	background: #fff0f1;
	color: #d83d48
}

.auth-message.success {
	display: block;
	background: #ecfbf5;
	color: #07825f
}

.auth-submit {
	width: 100%;
	height: 50px;
	border: 0;
	border-radius: 13px;
	background: linear-gradient(135deg, var(--auth-blue), var(--auth-purple));
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	box-shadow: 0 10px 24px rgba(49, 81, 225, .25);
	transition: .25s
}

.auth-submit:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(49, 81, 225, .3)
}

.auth-submit i {
	transition: .2s
}

.auth-submit:hover i {
	transform: translateX(4px)
}

.auth-divider {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #9ba5b3;
	font-size: 12px;
	margin: 25px 0 16px
}

.auth-divider:before,
.auth-divider:after {
	content: "";
	height: 1px;
	flex: 1;
	background: var(--auth-line)
}

.social-login {
	display: flex;
	justify-content: center;
	gap: 14px
}

.social-login button {
	width: 44px;
	height: 44px;
	border: 1px solid var(--auth-line);
	border-radius: 50%;
	background: #fff;
	color: #637084;
	font-size: 19px;
	transition: .2s
}

.social-login button:hover {
	color: var(--auth-blue);
	border-color: #b9c8ff;
	background: #f5f7ff;
	transform: translateY(-2px)
}

.auth-switch {
	text-align: center;
	color: #758094;
	font-size: 14px;
	margin: 22px 0 0
}

.register-type {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin: 24px 0 20px
}

.register-type button {
	height: 44px;
	border: 1px solid var(--auth-line);
	border-radius: 11px;
	background: #f8f9fc;
	color: #768195;
	font-size: 14px;
	font-weight: 700
}

.register-type button i {
	margin-right: 5px
}

.register-type button.active {
	color: var(--auth-blue);
	border-color: #b9c8ff;
	background: #f1f5ff
}

.register-page .auth-shell {
	padding-top: 28px;
	padding-bottom: 28px
}

.register-page .auth-visual,
.register-page .auth-panel {
	min-height: 720px
}

.register-page .field-error {
	min-height: 18px;
	padding-top: 2px
}

.register-page .auth-field {
	height: 47px
}

.password-strength {
	height: 18px;
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: -12px;
	margin-bottom: 1px
}

.password-strength i {
	height: 3px;
	width: 44px;
	border-radius: 2px;
	background: #e4e8ef
}

.password-strength span {
	font-size: 11px;
	color: #9aa5b5;
	margin-left: 3px
}

.password-strength.level-1 i:nth-child(1) {
	background: #ed5963
}

.password-strength.level-2 i:nth-child(-n+2) {
	background: #f2a33a
}

.password-strength.level-3 i {
	background: #16b982
}

.auth-toast {
	position: fixed;
	z-index: 30;
	left: 50%;
	top: 92px;
	transform: translate(-50%, -20px);
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px 18px;
	border-radius: 10px;
	background: #172033;
	color: #fff;
	font-size: 14px;
	box-shadow: 0 12px 35px rgba(16, 28, 48, .22);
	opacity: 0;
	pointer-events: none;
	transition: .25s
}

.auth-toast.show {
	opacity: 1;
	transform: translate(-50%, 0)
}

.auth-toast i {
	color: #5ed7ad
}

@keyframes orbit-float {
	50% {
		transform: translateY(18px) rotate(8deg)
	}
}

@keyframes card-float {
	50% {
		transform: translateY(-9px)
	}
}

@keyframes pane-in {
	from {
		opacity: 0;
		transform: translateY(5px)
	}

	to {
		opacity: 1;
		transform: none
	}
}

@media(max-width:991px) {
	.auth-shell {
		grid-template-columns: 1fr;
		max-width: 650px
	}

	.auth-visual {
		display: none
	}

	.auth-panel {
		border-radius: 24px;
		min-height: auto;
		padding: 52px 70px
	}

	.register-page .auth-panel {
		min-height: auto
	}
}

@media(max-width:576px) {
	.auth-page {
		background: #fff
	}

	.auth-nav {
		height: 66px
	}

	.auth-logo img {
		height: 26px
	}

	.auth-nav-actions>span,
	.back-home {
		display: none
	}

	.auth-shell {
		padding: 0;
		display: block
	}

	.auth-panel {
		border-radius: 0;
		box-shadow: none;
		padding: 38px 22px;
		align-items: flex-start
	}

	.auth-heading h2 {
		font-size: 27px
	}

	.auth-form-wrap {
		max-width: none
	}

	.auth-field {
		height: 52px
	}

	.auth-nav-actions {
		font-size: 14px
	}

	.auth-toast {
		top: 78px;
		width: calc(100% - 32px);
		justify-content: center
	}

	.register-page .auth-shell {
		padding: 0
	}

	.register-page .auth-panel {
		padding-top: 28px
	}

	.register-page .auth-field {
		height: 49px
	}
}

@media(prefers-reduced-motion:reduce) {

	.visual-orbit,
	.visual-card {
		animation: none
	}

	.auth-submit,
	.auth-toast {
		transition: none
	}
}