
body {
	background: #EECDA3;
	background: -webkit-linear-gradient(to top, #EF629F, #EECDA3);
	background: linear-gradient(to top, #EF629F, #EECDA3);
}

.container {
	max-width: 1280px;
}


.has-error label,
.has-error input,
.has-error textarea {
	color: red;
	border-color: red;
}

.list-unstyled li {
	font-size: 13px;
	padding: 4px 0 0;
	color: red;
}

.loading {
	animation: spin 2s linear infinite;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('//upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Phi_fenomeni.gif/50px-Phi_fenomeni.gif') 
			  50% 50% no-repeat rgb(249,249,249);
	opacity: 0.8;
}

.divBottom{
	position: absolute;
	bottom: 2.5em;
}


