body{
	font-size:16px;
}

.form-group {
	/* border: 1px solid #0f0; */
	margin-bottom: 0px;
}

.lp-acc-nav {
	text-align: center;
	margin: .4em;
}

.lp-acc-cont {

}

.dark-class
{
	background-color: white;
	filter:alpha(opacity=70); /* IE */
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity:0.70; /* FireFox */
	z-index: 20;
	height: 100%;
	width: 100%;
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.glyphicon.spinning {
	animation: spin 1s infinite linear;
	-webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
	from { transform: scale(1) rotate(0deg); }
	to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}