.required-label{
	color: #F90404;
	font-size: 1.2em;
	width: 100%;
	clear: both;
	position: absolute;
	top: -38px;
}
.required-active{
	box-shadow: 0 0 15px 2px rgba(243,25,25,.2) inset;
}
