* {
	margin:0;
	padding:0;
}
article, aside, figure, figcaption, footer, header, hgroup, nav, section {
	display: block;
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	sfont-size: 1em;
	background-color: #fff;
}
h1 {
	font-size: 28px;
	text-align: center;
	background-color: #f2f2f2;
	padding: 8px;
	margin-bottom: 20px;
	border-radius: 5px;
}
img {
	display: block;
	border: 0;
}
a {
	text-decoration: none;
}
.testo {
	
	color: #333;
	padding: 10px;
	text-align: justify;
}
.testo a {
	text-decoration: underline;
}
.login main, .login header, .login footer {
	max-width: 720px;
	margin: 10px auto;
}
footer, footer .testo{
	text-align: center;
}
footer p {
	margin: 0
}
.tab-content {
	padding: 12px 18px 12px;
	border: 1px solid #DDD;
	border-top: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#spid-idp-button-small-get,#spid-idp-button-medium-get,#spid-idp-button-small-post,#spid-idp-button-medium-post	{
	width: 220px
}
.spid-idp-button .spid-idp-button-menu li>a img {
	width: 50%;
    padding: 5px 0 10px 10px;
    border: 0;
    max-height: 50px;
    margin: 0 auto;
}
@media screen and (max-width: 480px) {
	.col-lg-6, .col-lg-8, .col-lg-10, .col-lg-4, .col-lg-2 {
		float: none;
		width: 100%;
	}
	.spid-idp-button.spid-idp-button-tip, .spid-idp-button {
		position: initial;
	}
}
