.wrs-stat-grid {
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.wrs-login-shell {
	max-width: 980px;
}

.wrs-login-card {
	display: grid;
	grid-template-columns: minmax(300px, .9fr) minmax(360px, 1.1fr);
	overflow: hidden;
	border: 1px solid #27202f;
	border-radius: 24px;
	background: #060507;
	box-shadow: 0 28px 75px rgba(26, 7, 43, .3);
}

.wrs-login-brand {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 570px;
	padding: 24px;
	background: radial-gradient(circle at 50% 34%, #28113e, #050505 68%);
}

.wrs-login-brand img {
	display: block;
	width: 100%;
	max-width: 330px;
	height: auto;
	max-height: 530px;
	object-fit: contain;
}

.wrs-login-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 52px;
	background: #fff;
}

.wrs-login-content h2 {
	margin: 0 0 8px;
	font-size: clamp(32px, 5vw, 48px);
	line-height: 1;
	letter-spacing: -.04em;
}

.wrs-login-form .wrs-field {
	margin: 18px 0;
}

.wrs-login-form .wrs-button {
	width: 100%;
	margin-top: 4px;
}

.wrs-login-link {
	display: block;
	margin-top: 18px;
	color: #5b21b6;
	font-weight: 750;
	text-align: center;
}

.wrs-login-customer {
	margin: 26px 0 0;
	padding-top: 20px;
	border-top: 1px solid #e5e5ea;
	color: #676775;
	font-size: 13px;
	text-align: center;
}

@media (max-width: 760px) {
	.wrs-login-card {
		grid-template-columns: 1fr;
	}

	.wrs-login-brand {
		min-height: 250px;
		padding: 18px;
	}

	.wrs-login-brand img {
		max-height: 230px;
	}

	.wrs-login-content {
		padding: 32px 22px;
	}
}
