.qlt-login-page main.py-6 {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.qlt-login-page main > .container,
.qlt-login-page main .row,
.qlt-login-page .content-entry {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.qlt-login-page .content-entry > h1,
.qlt-login-page .site-footer {
	display: none;
}

.qlt-login-landing {
	background: #fff;
	display: grid;
	font-family: inherit;
	grid-template-columns: minmax(420px, 1fr) minmax(460px, 1fr);
	min-height: calc(100vh - 82px);
	overflow: hidden;
}

.qlt-login-panel {
	display: flex;
	flex-direction: column;
	padding: clamp(28px, 5vw, 72px);
}

.qlt-login-brand {
	align-items: center;
	color: #111;
	display: inline-flex;
	font-size: 1.55rem;
	font-weight: 900;
	gap: 10px;
	text-decoration: none;
}

.qlt-login-brand__mark {
	background: #d9ff65;
	border: 3px solid #111;
	border-radius: 10px;
	display: block;
	height: 38px;
	position: relative;
	width: 38px;
}

.qlt-login-brand__mark span {
	background: #111;
	border-radius: 50%;
	height: 10px;
	left: 7px;
	position: absolute;
	top: 7px;
	width: 10px;
}

.qlt-login-brand__mark i,
.qlt-login-brand__mark b {
	background: #111;
	bottom: 6px;
	position: absolute;
}

.qlt-login-brand__mark i {
	border-radius: 8px 8px 3px 3px;
	height: 10px;
	left: 6px;
	width: 13px;
}

.qlt-login-brand__mark b {
	box-shadow: 7px -7px 0 #111;
	height: 6px;
	right: 6px;
	width: 6px;
}

.qlt-login-panel__content {
	margin: auto;
	max-width: 520px;
	padding: 52px 0;
	width: 100%;
}

.qlt-login-eyebrow {
	color: #536500;
	font-size: .78rem;
	font-weight: 900;
	letter-spacing: .12em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.qlt-login-panel h1 {
	font-size: clamp(2.25rem, 4vw, 4.25rem);
	font-weight: 900;
	letter-spacing: -.055em;
	line-height: .98;
	margin: 0 0 18px;
}

.qlt-login-intro {
	color: #555;
	font-size: 1.08rem;
	margin: 0 0 30px;
}

.qlt-login-form p {
	margin: 0 0 18px;
}

.qlt-login-form label {
	display: block;
	font-size: .92rem;
	font-weight: 700;
	margin-bottom: 8px;
}

.qlt-login-form input[type="text"],
.qlt-login-form input[type="password"] {
	background: #fff;
	border: 1px solid #c9c9c9;
	border-radius: 14px;
	box-sizing: border-box;
	font-size: 1rem;
	min-height: 58px;
	padding: 14px 16px;
	width: 100%;
}

.qlt-login-form input:focus {
	border-color: #111;
	box-shadow: 0 0 0 4px rgba(217, 255, 101, .55);
	outline: 0;
}

.qlt-login-options {
	align-items: center;
	display: flex;
	font-size: .9rem;
	justify-content: space-between;
	margin: 0 0 22px;
}

.qlt-login-options label {
	align-items: center;
	display: flex;
	font-weight: 500;
	gap: 7px;
	margin: 0;
}

.qlt-login-options a,
.qlt-login-register a {
	color: #405300;
	font-weight: 800;
}

.qlt-login-button {
	background: #111;
	border: 2px solid #111;
	border-radius: 999px;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 900;
	min-height: 58px;
	padding: 15px 28px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.qlt-login-button:hover,
.qlt-login-button:focus {
	background: #d9ff65;
	color: #111;
}

.qlt-login-register {
	margin: 24px 0 0;
	text-align: center;
}

.qlt-login-notice {
	background: #fff0ed;
	border-left: 4px solid #b42318;
	border-radius: 8px;
	color: #7a271a;
	margin-bottom: 20px;
	padding: 13px 15px;
}

.qlt-login-honeypot {
	left: -10000px;
	position: absolute;
}

.qlt-login-visual {
	background: #224fc0;
	isolation: isolate;
	min-height: 650px;
	position: relative;
}

.qlt-login-visual::before,
.qlt-login-visual::after {
	content: "";
	position: absolute;
}

.qlt-login-visual::before {
	background: #d9ff65;
	border-radius: 52% 48% 44% 56%;
	height: 72%;
	right: -5%;
	top: 10%;
	transform: rotate(-8deg);
	width: 82%;
	z-index: -1;
}

.qlt-login-visual::after {
	background: #ff7657;
	border-radius: 50%;
	bottom: -18%;
	height: 48%;
	left: -10%;
	width: 48%;
	z-index: -1;
}

.qlt-login-visual__copy {
	color: #fff;
	left: clamp(30px, 6vw, 90px);
	position: absolute;
	top: clamp(35px, 8vh, 100px);
	width: min(460px, 72%);
}

.qlt-login-visual__copy span {
	display: block;
	font-size: .78rem;
	font-weight: 900;
	letter-spacing: .15em;
	margin-bottom: 12px;
}

.qlt-login-visual__copy strong {
	display: block;
	font-size: clamp(2rem, 4vw, 4.2rem);
	letter-spacing: -.05em;
	line-height: .95;
}

.qlt-login-phone {
	background: #f8f8f4;
	border: 14px solid #111;
	border-radius: 42px;
	bottom: -65px;
	box-shadow: 0 28px 70px rgba(0, 0, 0, .28);
	height: 470px;
	left: 50%;
	padding: 55px 30px 30px;
	position: absolute;
	transform: translateX(-42%) rotate(5deg);
	width: 280px;
}

.qlt-login-avatar {
	background: #d9ff65;
	border: 7px solid #111;
	border-radius: 50%;
	height: 82px;
	margin: 0 auto 35px;
	width: 82px;
}

.qlt-login-phone > span {
	background: #111;
	border-radius: 999px;
	display: block;
	height: 42px;
	margin: 13px 0;
}

.qlt-login-phone > span:nth-of-type(2) {
	background: #ff7657;
}

.qlt-login-phone > span:nth-of-type(3) {
	background: #224fc0;
}

.qlt-login-qr {
	background: #d9ff65;
	border: 5px solid #111;
	bottom: 22px;
	display: grid;
	gap: 5px;
	grid-template-columns: 1fr 1fr;
	height: 68px;
	padding: 8px;
	position: absolute;
	right: -38px;
	transform: rotate(-10deg);
	width: 68px;
}

.qlt-login-qr i {
	background: #111;
}

.qlt-login-state {
	margin: 80px auto;
	max-width: 520px;
	text-align: center;
}

@media (max-width: 900px) {
	.qlt-login-landing {
		grid-template-columns: 1fr;
	}

	.qlt-login-visual {
		display: none;
	}

	.qlt-login-panel {
		min-height: calc(100vh - 75px);
	}
}

@media (max-width: 520px) {
	.qlt-login-panel {
		padding: 24px;
	}

	.qlt-login-options {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}
}
