/* --------------------------------------- */
/*				Homepage				   */
/* --------------------------------------- */
.img-welcome {
	width: 100%;
	margin-left: 0%;
	filter: blur(5px); /* Compatibility */
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	border-radius: 5px;
}

@media only screen and (max-width: 768px) {
	.img-welcome {
		width: 90%;
	}
}

.img-oracom {
	position: relative;
	/*z-index: 2;
	left: 23%;
	top: 23%;
	width: 55%;*/
	margin-top: -46%;
}

.btn-calcola {
	width: 100%;
	margin-top: 32px;
}

/* --------------------------------------- */
/*			Password Dimenticata		   */
/* --------------------------------------- */
.password-dimenticata {
	width: 100%;
}

/* --------------------------------------- */
/*				Iscrizione				   */
/* --------------------------------------- */
.anagrafica-title {
	color: #0000ff;
}