:root {
	--wm-primary: #4f46e5;
	--wm-primary-dark: #4338ca;
}

.wm-auth {
	min-height: 100vh;
	background: linear-gradient(135deg, #eef2ff 0%, #e0e7ff 50%, #f8fafc 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
}

.wm-auth-wrapper {
	width: 100%;
	max-width: 420px;
}

.wm-auth-card {
	border-radius: 1rem;
}

.wm-auth-logo {
	width: 56px;
	height: 56px;
	margin: 0 auto;
	border-radius: 14px;
	background: var(--wm-primary);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
}

.wm-auth .btn-primary {
	background-color: var(--wm-primary);
	border-color: var(--wm-primary);
}

.wm-auth .btn-primary:hover {
	background-color: var(--wm-primary-dark);
	border-color: var(--wm-primary-dark);
}
