.neo-elementor-card,
.elementor-widget-neo_client_login form {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	color: #0f172a;
	display: grid;
	gap: 12px;
	padding: 18px;
}

.neo-elementor-card h3,
.neo-elementor-card p {
	margin: 0;
}

.neo-elementor-button,
.neo-elementor-card a,
.elementor-widget-neo_client_login input[type="submit"] {
	background: #0f766e;
	border: 0;
	border-radius: 8px;
	color: #fff;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	padding: 12px 14px;
	text-decoration: none;
}

.neo-elementor-row {
	align-items: center;
	border-top: 1px solid #e2e8f0;
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
}

.elementor-widget-neo_client_login label {
	font-weight: 700;
}

.elementor-widget-neo_client_login input[type="text"],
.elementor-widget-neo_client_login input[type="password"] {
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 10px 12px;
	width: 100%;
}
