/* Login — layout uit docs/login.html + login-mobiel.html, fonts en header van de homepage. */

body.auth-login-body {
	background: #ffffff;
}

body.auth-login-body .header-default {
	height: auto;
	line-height: normal;
	padding: 26px 0;
	background: #ffffff;
}

body.auth-login-body .header-default .container {
	display: flex;
	align-items: center;
	line-height: 0;
}

body.auth-login-body .header-default .header-logo,
body.auth-login-body .header-default .logo {
	float: none;
	margin-top: 0;
}

body.auth-login-body .header-default .clearfix {
	display: none;
}

.auth-login-main {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #ffffff;
	color: #101322;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

.auth-login {
	position: relative;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	padding: 72px 0 96px;
	overflow: hidden;
}

.auth-login-bg {
	position: absolute;
	inset: 0;
	background-image: url("../images/login-bg.webp");
	background-size: cover;
	background-position: center 30%;
	z-index: 0;
}

.auth-login-bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.93) 0%, rgba(255, 255, 255, 0.9) 55%, rgba(255, 255, 255, 0.95) 100%);
}

.auth-login-wrap {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding-left: 34px;
	padding-right: 34px;
	box-sizing: border-box;
}

.auth-login-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 64px 96px;
	align-items: flex-start;
}

.auth-login-col {
	flex: 1 1 380px;
	max-width: 520px;
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.auth-login-card {
	background: #ffffff;
	border-radius: 18px;
	box-shadow: 0 1px 2px rgba(16, 19, 34, 0.06), 0 18px 48px -16px rgba(16, 19, 34, 0.18);
	padding: 44px 44px 40px;
}

.auth-login-card h1 {
	margin: 0 0 28px;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 32px;
	line-height: 1.15;
	font-weight: 600;
	letter-spacing: -0.02em;
	color: #101322;
}

.auth-login-card .consumer-auth-notice,
.auth-login-card .consumer-auth-error {
	margin-top: 0;
	padding: 12px 14px;
	border-radius: 10px;
	background: #eaeffc;
	color: #16205e;
}

.auth-login .consumer-auth-socials {
	margin-bottom: 0;
}

.auth-login .consumer-auth-social {
	min-height: 44px;
	padding: 10px 44px;
	border: 1px solid #c9d2ea;
	border-radius: 8px;
	color: #1c3fd6;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
	font-size: 13px;
}

.auth-login .consumer-auth-social:hover {
	background: #f4f7ff;
	border-color: #1c3fd6;
	color: #1c3fd6;
}

.auth-login .consumer-auth-or {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 28px 0;
	letter-spacing: 0.04em;
	font-size: 13px;
	font-weight: 600;
	color: #6b7183;
	text-transform: none;
}

.auth-login .consumer-auth-or::before,
.auth-login .consumer-auth-or::after {
	content: "";
	flex: 1;
	border-top: 1px solid #e4e7f0;
}

.auth-login .consumer-auth-or::before {
	left: auto;
	right: auto;
	top: auto;
	border-top: 1px solid #e4e7f0;
}

.auth-login .consumer-auth-or span {
	background: transparent;
	padding: 0;
	position: static;
	z-index: auto;
}

.auth-login-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.auth-login-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0;
}

.auth-login-field > span {
	font-size: 14px;
	font-weight: 500;
	color: #3c4256;
}

.auth-login-field input[type="email"],
.auth-login-field input[type="password"],
.auth-login-field input[type="text"] {
	width: 100%;
	box-sizing: border-box;
	height: 52px;
	padding: 0 16px;
	font-family: inherit;
	font-size: 16px;
	color: #101322;
	border: 1px solid #d3d8e6;
	border-radius: 10px;
	background: #fff;
	outline: none;
}

.auth-login-field input::placeholder {
	color: #9aa0ae;
}

.auth-login-field input:focus {
	border-color: #1c3fd6;
	box-shadow: 0 0 0 3px rgba(28, 63, 214, 0.14);
}

.auth-login-password {
	position: relative;
	display: block;
}

.auth-login-password input {
	padding-right: 52px;
}

.auth-login-toggle {
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	min-width: 38px;
	height: 38px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background: transparent;
	color: #6b7183;
	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	border-radius: 8px;
}

.auth-login-toggle:hover {
	background: #f2f4f9;
	color: #101322;
}

.auth-login-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 2px;
}

.auth-login-check {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	color: #3c4256;
	cursor: pointer;
}

.auth-login-check input {
	width: 18px;
	height: 18px;
	accent-color: #16205e;
	cursor: pointer;
}

.auth-login-forgot {
	font-size: 15px;
	font-weight: 500;
	color: #1c3fd6;
	text-decoration: none;
}

.auth-login-forgot:hover {
	color: #16205e;
	text-decoration: underline;
}

.auth-login-submit {
	height: 56px;
	margin-top: 6px;
	border: 0;
	border-radius: 999px;
	background: #16205e;
	color: #ffffff;
	font-family: inherit;
	font-size: 17px;
	font-weight: 600;
	cursor: pointer;
}

.auth-login-submit:hover {
	background: #1c3fd6;
}

.auth-login-privacy {
	margin: 24px 0 0;
	font-size: 13px;
	line-height: 1.6;
	color: #6b7183;
}

.auth-login-privacy a {
	color: #1c3fd6;
	text-decoration: none;
}

.auth-login-privacy a:hover {
	color: #16205e;
	text-decoration: underline;
}

.auth-login-card--signup {
	padding: 28px 44px 32px;
	text-align: center;
	box-shadow: 0 1px 2px rgba(16, 19, 34, 0.06), 0 18px 48px -16px rgba(16, 19, 34, 0.14);
}

.auth-login-signup-title {
	margin: 0 0 16px;
	font-size: 19px;
	font-weight: 600;
	color: #101322;
}

.auth-login-signup {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 52px;
	border: 1px solid #c9d2ea;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 600;
	color: #1c3fd6;
	text-decoration: none;
}

.auth-login-signup:hover {
	background: #f4f7ff;
	border-color: #1c3fd6;
	color: #1c3fd6;
	text-decoration: none;
}

.auth-login-aside {
	flex: 1 1 340px;
	max-width: 560px;
	padding-top: 34px;
}

.auth-login-title {
	margin: 0 0 40px;
	font-family: "Newsreader", Georgia, serif;
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 300;
	line-height: 0.94;
	letter-spacing: -0.04em;
	color: #16181C;
}

.auth-login-title em {
	font-style: italic;
	font-weight: 400;
}

.auth-login-title .home-dot {
	display: inline-block;
	width: 0.16em;
	height: 0.16em;
	margin-left: 0.02em;
	border-radius: 50%;
	background: #1F63F5;
	vertical-align: calc(-0.06em + 1px);
}

.auth-login-benefits {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 26px;
}

.auth-login-benefits li {
	display: grid;
	grid-template-columns: 26px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
	font-size: 17px;
	line-height: 1.55;
	color: #3c4256;
	text-wrap: pretty;
}

.auth-login-mark {
	width: 26px;
	height: 26px;
	border-radius: 999px;
	background: #eaeffc;
	color: #1c3fd6;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	margin-top: 2px;
}

.auth-login-intro {
	margin: -12px 0 24px;
	font-size: 15px;
	line-height: 1.55;
	color: #6b7183;
}

.auth-login-hint {
	margin: 6px 0 0;
	font-size: 13px;
	line-height: 1.45;
	color: #6b7183;
}

.auth-chrome-foot {
	position: relative;
	z-index: 2;
	flex-shrink: 0;
	border-top: 1px solid #e8eaf1;
	background: #ffffff;
}

.auth-chrome-foot-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding-top: 26px;
	padding-bottom: 26px;
	font-size: 14px;
	color: #6b7183;
}

.auth-chrome-foot-inner a {
	display: flex;
	align-items: center;
	gap: 9px;
	font-size: 15px;
	font-weight: 500;
	color: #1c3fd6;
	text-decoration: none;
}

.auth-chrome-foot-inner a:hover {
	color: #16205e;
	text-decoration: underline;
}

.auth-chrome-foot-inner svg {
	display: block;
	flex-shrink: 0;
}

@media (max-width: 720px) {
	.auth-login-wrap {
		padding-left: 22px;
		padding-right: 22px;
	}
}

@media (max-width: 768px) {
	body.auth-login-body .header-default {
		padding: 18px 0;
	}

	.auth-login {
		padding: 24px 0 36px;
	}

	.auth-login-bg {
		background-position: center 25%;
	}

	.auth-login-bg::after {
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.93) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.96) 100%);
	}

	.auth-login-grid {
		gap: 20px;
	}

	.auth-login-col {
		max-width: none;
		gap: 20px;
	}

	.auth-login-card {
		border-radius: 16px;
		padding: 24px 20px 26px;
		box-shadow: 0 1px 2px rgba(16, 19, 34, 0.06), 0 14px 34px -14px rgba(16, 19, 34, 0.18);
	}

	.auth-login-card h1 {
		margin-bottom: 20px;
		font-size: 23px;
	}

	.auth-login .consumer-auth-social {
		min-height: 48px;
		font-size: 13px;
	}

	.auth-login .consumer-auth-or {
		margin: 22px 0;
		gap: 14px;
	}

	.auth-login-form {
		gap: 18px;
	}

	.auth-login-field:nth-of-type(1) {
		order: 1;
	}

	.auth-login-field:nth-of-type(2) {
		order: 2;
	}

	.auth-login-field input[type="email"],
	.auth-login-field input[type="password"],
	.auth-login-field input[type="text"] {
		height: 50px;
		padding: 0 14px;
	}

	.auth-login-password input {
		padding-right: 52px;
	}

	.auth-login-row {
		display: contents;
	}

	.auth-login-check {
		order: 3;
	}

	.auth-login-submit {
		order: 4;
		height: 52px;
		margin-top: 0;
	}

	.auth-login-forgot {
		order: 5;
		text-align: center;
	}

	.auth-login-privacy {
		margin-top: 18px;
		text-align: center;
	}

	.auth-login-card--signup {
		padding: 22px 20px 24px;
	}

	.auth-login-signup-title {
		margin-bottom: 14px;
		font-size: 17px;
	}

	.auth-login-signup {
		height: 50px;
	}

	.auth-login-aside {
		max-width: none;
		padding: 10px 4px 0;
	}

	.auth-login-title {
		margin-bottom: 0;
		font-size: 26px;
	}

	.auth-login-benefits {
		gap: 16px;
		padding: 6px 4px 0;
	}

	.auth-login-benefits li {
		grid-template-columns: 24px minmax(0, 1fr);
		gap: 12px;
		font-size: 15px;
	}

	.auth-login-mark {
		width: 24px;
		height: 24px;
		font-size: 13px;
		margin-top: 1px;
	}

	.auth-login-toggle {
		right: 6px;
		font-size: 14px;
		font-weight: 500;
	}

	.auth-login-password input {
		padding-right: 76px;
	}

	.auth-chrome-foot-inner {
		padding-top: 18px;
		padding-bottom: 18px;
		font-size: 13px;
		gap: 16px;
	}

	.auth-chrome-foot-inner a {
		gap: 8px;
	}

	.auth-chrome-foot-inner svg {
		width: 17px;
		height: 17px;
	}
}
