.error{
	position: absolute;
	font-family: 'overpass', arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
    line-height: 15px;
    color: #c52e2e;
	display:none;
}

.error:after, .error:before{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.error:after{
	/*
	border-color: rgba(46, 61, 71, 0);
	border-top-color: #2e3d47;
	border-width: 5px;*/
	left: 4px;
}
.error:before{
	/*border-color: rgba(194, 225, 245, 0);
	border-top-color: #c2e1f5;
	border-width: 8px;*/
	left: 1px;
}

/* ======== */

input[type="checkbox"]{
	float: left;
    height: 24px;
}

p.input-label{
	float: left;
	font-family: 'lato-regular', arial, sans-serif;
	font-size: 15px;
    line-height: 21px;
	cursor: pointer;
	margin: 0 0 0 10px;
}