.tad-accounts-login-shortcode {
	width: 100%;
	margin: 2rem auto;
}

.tad-accounts-login-shortcode .tad-login-shell {
	display: grid;
	grid-template-columns: minmax(300px, 1fr) minmax(340px, 480px);
	width: min(1120px, 100%);
	min-height: 620px;
	margin: 0 auto;
	border-radius: 28px;
	overflow: hidden;
	box-shadow: 0 24px 80px rgba(0, 0, 0, .16);
	background: #fff;
}

.tad-accounts-login-shortcode .tad-login-splash {
	display: flex;
	align-items: center;
	padding: clamp(32px, 5vw, 72px);
	background:
		radial-gradient(circle at 20% 20%, rgba(255, 255, 255, .18), transparent 32%),
		linear-gradient(135deg, #17120f 0%, #362015 48%, #6f3f22 100%);
	color: #fff;
}

.tad-accounts-login-shortcode .tad-login-splash-inner {
	max-width: 560px;
}

.tad-accounts-login-shortcode .tad-login-brand {
	margin: 0 0 1.2rem;
	font-size: .88rem;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
	opacity: .86;
}

.tad-accounts-login-shortcode .tad-login-headline {
	margin: 0;
	color: #fff;
	font-size: clamp(2.25rem, 5vw, 4.75rem);
	line-height: .96;
	letter-spacing: -.055em;
}

.tad-accounts-login-shortcode .tad-login-subhead {
	margin: 1.5rem 0 0;
	max-width: 46rem;
	color: rgba(255, 255, 255, .86);
	font-size: clamp(1rem, 1.7vw, 1.22rem);
	line-height: 1.65;
}

.tad-accounts-login-shortcode .tad-login-panel {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(28px, 4vw, 56px);
	background: #fff;
}

.tad-accounts-login-shortcode .tad-login-panel-inner {
	width: min(100%, 380px);
}

.tad-accounts-login-shortcode .tad-login-panel h2 {
	margin: 0 0 1.35rem;
	font-size: clamp(1.6rem, 3vw, 2.25rem);
	line-height: 1.1;
}

.tad-accounts-login-shortcode .login-username,
.tad-accounts-login-shortcode .login-password,
.tad-accounts-login-shortcode .login-remember,
.tad-accounts-login-shortcode .login-submit {
	margin: 0 0 1rem;
}

.tad-accounts-login-shortcode label {
	display: block;
	margin-bottom: .35rem;
	font-weight: 700;
}

.tad-accounts-login-shortcode input[type="text"],
.tad-accounts-login-shortcode input[type="password"] {
	width: 100%;
	min-height: 48px;
	border: 1px solid #c9c3bc;
	border-radius: 12px;
	padding: .6rem .85rem;
	font-size: 1rem;
	box-sizing: border-box;
}

.tad-accounts-login-shortcode input[type="submit"],
.tad-accounts-login-shortcode .tad-login-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	border-radius: 999px;
	padding: .7rem 1.25rem;
	font-weight: 800;
	text-decoration: none;
	border: 1px solid transparent;
	cursor: pointer;
	box-sizing: border-box;
}

.tad-accounts-login-shortcode input[type="submit"],
.tad-accounts-login-shortcode .tad-login-button-primary {
	width: 100%;
	background: #5f321c;
	color: #fff;
	border-color: #5f321c;
}

.tad-accounts-login-shortcode .tad-login-button-secondary {
	width: 100%;
	background: #fff;
	color: #5f321c;
	border-color: #c9c3bc;
}

.tad-accounts-login-shortcode .tad-login-actions {
	display: grid;
	gap: .8rem;
	margin-top: 1rem;
	text-align: center;
}

.tad-accounts-login-shortcode .tad-login-lost-password {
	color: #5f321c;
	font-weight: 700;
	text-decoration: none;
}

.tad-accounts-login-shortcode .tad-login-registration-closed {
	margin: 0;
	color: #6b625a;
	font-size: .95rem;
}

@media (max-width: 820px) {
	.tad-accounts-login-shortcode .tad-login-shell {
		grid-template-columns: 1fr;
		min-height: 0;
		border-radius: 22px;
	}

	.tad-accounts-login-shortcode .tad-login-splash {
		min-height: 260px;
		padding: 32px;
	}

	.tad-accounts-login-shortcode .tad-login-panel {
		padding: 32px 24px 40px;
	}
}


.tad-accounts-login-shortcode .tad-register-form p {
	margin: 0 0 1rem;
}

.tad-accounts-login-shortcode input[type="email"] {
	width: 100%;
	min-height: 48px;
	border: 1px solid #c9c3bc;
	border-radius: 12px;
	padding: .6rem .85rem;
	font-size: 1rem;
	box-sizing: border-box;
}

.tad-accounts-login-shortcode .tad-login-submit {
	width: 100%;
	min-height: 44px;
	border-radius: 999px;
	padding: .7rem 1.25rem;
	font-weight: 800;
	text-decoration: none;
	border: 1px solid #5f321c;
	cursor: pointer;
	box-sizing: border-box;
	background: #5f321c;
	color: #fff;
}

.tad-accounts-login-shortcode .tad-login-help-text {
	margin: 0 0 1rem;
	color: #6b625a;
	font-size: .95rem;
	line-height: 1.5;
}

.tad-accounts-login-shortcode .tad-login-notice {
	margin: 0 0 1rem;
	padding: .85rem 1rem;
	border-radius: 12px;
	font-size: .95rem;
	line-height: 1.45;
}

.tad-accounts-login-shortcode .tad-login-notice-success {
	background: #edf7ed;
	color: #1f5d2b;
	border: 1px solid #b7dfbb;
}

.tad-accounts-login-shortcode .tad-login-notice-error {
	background: #fff1f1;
	color: #8a2424;
	border: 1px solid #efb5b5;
}
