/* Magic-link login form styles. Used on the shortcode logged-out state, on
   the WooCommerce my-account login form, and on the standalone [bcg_gs1tfv_login_form]. */
.bcg-gs1tfv-login {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	max-width: 480px;
	margin: 0 auto;
	color: #1c1c22;
}
.bcg-gs1tfv-login__card {
	background: #fff;
	border: 1px solid #e2e2e8;
	border-radius: 10px;
	padding: 28px;
	box-shadow: 0 1px 2px rgba(19, 2, 49, 0.05);
}
.bcg-gs1tfv-login__title {
	color: #130231;
	font-size: 20px;
	margin: 0 0 8px;
	font-weight: 700;
}
.bcg-gs1tfv-login__lede {
	color: #4a4a55;
	font-size: 14px;
	line-height: 1.55;
	margin: 0 0 18px;
}
.bcg-gs1tfv-login__label {
	display: block;
	font-size: 12px;
	font-weight: 500;
	color: #4a4a55;
	margin-bottom: 6px;
}
.bcg-gs1tfv-login__input {
	width: 100%;
	font: inherit;
	font-size: 14px;
	padding: 10px 12px;
	border: 1px solid #c9c9d0;
	border-radius: 6px;
	background: #fff;
	color: #1c1c22;
	margin-bottom: 16px;
}
.bcg-gs1tfv-login__input:focus {
	outline: none;
	border-color: #130231;
	box-shadow: 0 0 0 3px rgba(19, 2, 49, 0.12);
}
.bcg-gs1tfv-login__captcha {
	margin-bottom: 16px;
	min-height: 65px;
}
.bcg-gs1tfv-login__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 12px 18px;
	background: #130231;
	color: #fff;
	border: 0;
	border-radius: 6px;
	font: inherit;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	transition: background 120ms;
}
.bcg-gs1tfv-login__btn:hover { background: rgba(19, 2, 49, 0.9); }
.bcg-gs1tfv-login__btn:disabled { background: #c9c9d0; color: #757582; cursor: not-allowed; }
.bcg-gs1tfv-login__msg {
	margin-top: 14px;
	font-size: 13px;
	min-height: 1.5em;
}
.bcg-gs1tfv-login__msg.is-success { color: #2f8a3a; }
.bcg-gs1tfv-login__msg.is-error   { color: #b32a2a; }
.bcg-gs1tfv-login__fine {
	margin-top: 18px;
	font-size: 11px;
	color: #757582;
	line-height: 1.55;
}

/* When injected into the WooCommerce My Account login form */
.woocommerce-account .bcg-gs1tfv-login,
.woocommerce .bcg-gs1tfv-login {
	margin: 24px 0 0;
}
.bcg-gs1tfv-login__divider {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 18px 0;
	color: #757582;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}
.bcg-gs1tfv-login__divider::before,
.bcg-gs1tfv-login__divider::after {
	content: "";
	flex: 1;
	height: 1px;
	background: #e2e2e8;
}
