body {
	background: #f8fafc;
	color: #101828;
	font-family: Inter, Lato, Arial, sans-serif;
	min-height: 100vh;
}

.wpt-login-page {
	align-items: center;
	display: flex;
	min-height: 100vh;
	padding: 32px 16px;
}

.wpt-login-shell {
	margin: 0 auto;
	max-width: 420px;
	width: 100%;
}

.wpt-login-logo {
	display: flex;
	justify-content: center;
	margin-bottom: 22px;
}

.wpt-login-logo img {
	display: block;
	height: auto;
	max-width: 178px;
}

.wpt-login-card {
	background: #fff;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	box-shadow: 0 18px 40px rgba(16, 24, 40, 0.08);
	padding: 28px;
}

.wpt-login-header {
	margin-bottom: 22px;
	text-align: center;
}

.wpt-login-title {
	color: #101828;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0;
}

.wpt-login-subtitle {
	color: #667085;
	font-size: 13px;
	line-height: 1.45;
	margin: 8px 0 0 0;
}

.wpt-login-version {
	align-items: center;
	border: 1px solid #e4e7ec;
	border-radius: 7px;
	color: #667085;
	display: flex;
	font-size: 12px;
	gap: 8px;
	justify-content: center;
	line-height: 1.35;
	margin: 0 0 18px 0;
	padding: 9px 12px;
	text-align: center;
}

.wpt-login-version a {
	color: #344054;
	font-weight: 600;
	text-decoration: none;
}

.wpt-login-version.is-dev {
	background: #fff7ed;
	border-color: #fed7aa;
	color: #9a3412;
}

.wpt-login-version.is-dev a {
	color: #9a3412;
}

.wpt-login-alert {
	align-items: flex-start;
	background: #fef3f2;
	border: 1px solid #fecdca;
	border-radius: 7px;
	color: #b42318;
	display: flex;
	font-size: 13px;
	gap: 8px;
	line-height: 1.35;
	margin: 0 0 18px 0;
	padding: 10px 12px;
}

.wpt-login-alert.is-success {
	background: #ecfdf3;
	border-color: #abefc6;
	color: #067647;
}

.wpt-login-alert i {
	font-size: 13px;
	line-height: 1.35;
	margin-top: 1px;
}

.wpt-login-switch {
	align-items: center;
	border-top: 1px solid #edf1f5;
	color: #667085;
	display: flex;
	flex-direction: column;
	font-size: 13px;
	gap: 8px;
	justify-content: center;
	line-height: 1.4;
	margin-top: 20px;
	padding-top: 18px;
	text-align: center;
}

.wpt-login-switch p {
	margin: 0;
}

.wpt-login-switch a {
	color: #175cd3;
	font-weight: 600;
	text-decoration: none;
}

.wpt-login-switch a:hover,
.wpt-login-switch a:focus {
	color: #1570ef;
	text-decoration: underline;
}

.wpt-login-field {
	margin-bottom: 14px;
}

.wpt-login-label {
	color: #344054;
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 7px 0;
}

.wpt-login-input {
	background: #fff !important;
	border: 1px solid #d0d5dd !important;
	border-radius: 7px !important;
	box-shadow: none !important;
	color: #101828 !important;
	font-size: 15px !important;
	height: 46px !important;
	line-height: 1.2 !important;
	margin: 0 !important;
	padding: 0 13px !important;
	width: 100%;
}

.wpt-login-input:focus {
	border-color: #84caff !important;
	box-shadow: 0 0 0 3px rgba(46, 144, 250, 0.14) !important;
	outline: none !important;
}

.wpt-login-submit {
	height: 44px !important;
	margin-top: 4px !important;
	width: 100% !important;
}

@media (max-width: 640px) {
	.wpt-login-page {
		align-items: flex-start;
		padding-top: 52px;
	}

	.wpt-login-card {
		padding: 24px 20px;
	}
}
