.error {
	background: rgba(255, 90, 0, 0.25) !important;
}

.textoError {
	color:#FF5A00 !important;
	font-size:14px;
	margin-left: 1em;
}

.textoError:after {
	content:"" !important;
}

select {
	-webkit-appearance: none;
}