.supauser2wp-form {
	padding: 1rem;
	border: 1px solid #e2e8f0;
	border-radius: 4px;
	background: #f8fafc;
	max-width: 420px;
}

.supauser2wp-form label {
	display: block;
	margin-bottom: 0.75rem;
	font-weight: 600;
}

.supauser2wp-form input[type="email"],
.supauser2wp-form input[type="password"],
.supauser2wp-form input[type="text"] {
	width: 100%;
	padding: 0.5rem;
	margin-top: 0.25rem;
	border: 1px solid #cbd5f5;
	border-radius: 3px;
	box-sizing: border-box;
}

.supauser2wp-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.6rem 1.2rem;
	border: none;
	background: #3b82f6;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	font-size: 1rem;
}

.supauser2wp-button:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.supauser2wp-message {
	min-height: 1.5rem;
	font-size: 0.9rem;
	margin-top: 0.5rem;
}

.supauser2wp-message.error {
	color: #b91c1c;
}

.supauser2wp-message.success {
	color: #15803d;
}

.supauser2wp-remember {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	font-weight: 400;
}
