body.bc-wlg-body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #f5f5f5;
	color: #111111;
}

.bc-wlg-wrap {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	box-sizing: border-box;
}

.bc-wlg-card {
	width: 100%;
	max-width: 440px;
	background: #ffffff;
	border: 1px solid #dcdcdc;
	border-radius: 10px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	padding: 32px;
	box-sizing: border-box;
}

.bc-wlg-logo-wrap {
	text-align: center;
	margin-bottom: 20px;
}

.bc-wlg-logo {
	max-width: 220px;
	height: auto;
	display: inline-block;
}

.bc-wlg-title {
	margin: 0 0 12px;
	font-size: 28px;
	line-height: 1.2;
	text-align: center;
}

.bc-wlg-text {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}


.bc-wlg-password-help {
	margin: 0 0 16px;
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
}

.bc-wlg-password-help a {
	font-weight: 600;
	text-decoration: underline;
}

.bc-wlg-label {
	display: block;
	font-weight: 600;
	margin-bottom: 8px;
}

.bc-wlg-input {
	width: 100%;
	padding: 12px;
	font-size: 16px;
	line-height: 1.4;
	border: 1px solid #7a7a7a;
	border-radius: 4px;
	box-sizing: border-box;
	margin-bottom: 16px;
	background: #ffffff;
	color: #111111;
}

.bc-wlg-remember {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 16px;
	font-size: 14px;
}

.bc-wlg-button {
	display: inline-block;
	width: 100%;
	padding: 12px 16px;
	font-size: 16px;
	line-height: 1.4;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
	background: #1d4ed8;
	color: #ffffff;
}

.bc-wlg-button:hover,
.bc-wlg-button:focus {
	filter: brightness(0.92);
}

.bc-wlg-button:focus,
.bc-wlg-input:focus {
	outline: 3px solid #111111;
	outline-offset: 2px;
}

.bc-wlg-error,
.bc-wlg-success {
	margin: 0 0 16px;
	padding: 12px;
	border-left: 4px solid #b91c1c;
	background: #fef2f2;
	color: #7f1d1d;
	border-radius: 4px;
}

.bc-wlg-success {
	border-left-color: #15803d;
	background: #f0fdf4;
	color: #14532d;
}

.bc-wlg-links {
	margin: 16px 0 0;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

.bc-wlg-links a {
	text-decoration: underline;
}

@media (max-width: 480px) {
	.bc-wlg-card {
		padding: 24px;
	}

	.bc-wlg-title {
		font-size: 24px;
	}
}

.bc-wlg-reset-row {
	display: block !important;
	margin: 0 0 18px !important;
	text-align: center !important;
	clear: both !important;
}

.bc-wlg-reset-link {
	display: block !important;
	width: 100% !important;
	box-sizing: border-box !important;
	padding: 10px 12px !important;
	border: 1px solid #1d4ed8 !important;
	border-radius: 4px !important;
	background: #ffffff !important;
	color: #1d4ed8 !important;
	font-size: 15px !important;
	line-height: 1.4 !important;
	text-decoration: none !important;
	font-weight: 700 !important;
}
