.required-field,.error{
	color: #f00;
}

#activeBox{
	background: #fff;
    width: 100%;
    height: 500px;
    position: relative;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.04);
}

#activeBox p{
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#activeBox p span{
	display: block;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}