/* error class*/
.error{
	color:rgba(255,0,4,1.00);
	font-size: 14px;
}
.text-white{
	color: white;

}
.text-bold{		
	font-weight: bold;
}

