.cm-registro-form p {
	margin-bottom: 1.1em;
}

.cm-registro-form label {
	display: inline-block;
}

.cm-registro-form input[type="text"],
.cm-registro-form input[type="email"],
.cm-registro-form input[type="tel"],
.cm-registro-form input[type="number"],
.cm-registro-form select {
	width: 100%;
	max-width: 420px;
	padding: 8px;
	margin-top: 4px;
}

.cm-registro-form button {
	background: #c0392b;
	color: #fff;
	border: 0;
	padding: 12px 24px;
	border-radius: 24px;
	cursor: pointer;
	font-weight: 600;
}

.cm-registro-ok {
	padding: 16px;
	background: #eafaf1;
	border: 1px solid #2ecc71;
	border-radius: 6px;
}

.cm-registro-error {
	padding: 16px;
	background: #fdecea;
	border: 1px solid #e74c3c;
	border-radius: 6px;
}
