.space-xs {
	height: 10px;
}
.space-sm {
	height: 20px;
}
.space-md {
	height: 30px;
}
.space-lg {
	height: 40px;
}
.pointer {
	cursor: pointer;
}
@media (max-width: 576px){
	.middle-vertical-xs {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
}
.error-input {
	border-color: rgba(179, 27, 27, 0.6) !important;
	background-color: rgba(179, 27, 27, 0.2) !important;
/* 	color: rgba(179, 27, 27, 0.6) !important; */
}