
body {
	background: #f7f7f7;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #353535;
	text-align: center;
}
.frame {
	margin: 40px auto 0;
	max-width: 460px;
}
.innerFrame {
	background: #eaeaea;
	border-bottom: 3px solid #095eaf;
	padding: 30px;
	margin: 1px 0 20px;
	/* margin: 40px 0 20px;  VECCHIO LOGO*/
}
.innerFrameEcoCerved {
	background: #0265CB;
	border-bottom: 3px solid #095eaf;
	padding: 30px;
	margin: 1px 0 20px;
	/* margin: 40px 0 20px;  VECCHIO LOGO*/
}
.logo {
	margin:0 auto;
	display: inline-block;
	width: 420px;
	height: 180px;
	/*height: 57px; VECCHIO LOGO*/
}
.logo {
	/*background-image: url("../img/logo.jpg"); VECCHIO LOGO*/
	background-image: url("../img/logo.png");
	background-repeat: no-repeat;
	background-position: center center;
}
h1 {
	font-size: 20px;
	color: #095eaf;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0 40px;
}
h2,
.list_users label {
	font-size: 18px;
	color: #095eaf;
	text-align: left;
	font-weight: bold;
	margin: 20px 0;
}
h2.custom,
.list_users label {
	color: #353535;
	font-weight: normal;
}
h2.custom span {
	color: #095eaf;
	font-weight: bold;
}
p {
	text-align: left;
	margin: 0;
}
dl {
	font-size: 16px;
	line-height: 20px;
	text-align: left;
}
a,
a:visited {
	font-size: 16px;
	line-height: 20px;
	color: #353535;
	text-decoration: underline;
}
.link,
.link:visited,
.eacoForm input[type=submit],
.eacoForm button[type=submit] {
	background: #095eaf;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	padding: 20px 0;
	margin-bottom: 40px;
	display: block;
	cursor: pointer;
}


form {
	text-align: left;
}
label {
	font-size: 16px;
	color: #353535;
	margin-bottom: 10px;
	display: block;
}
input {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	color: #353535;
	text-align: left;
	border: 2px solid transparent;
	padding: 19px 15px;
	margin-bottom: 25px;
	width: 93%;
	outline: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
    border-radius: 0;
	-webkit-border-radius: 0;
}
input.suid {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	color: #353535;
	text-align: left;
	border: 2px solid transparent;
	padding: 19px 15px;
	margin-bottom: 25px;
	width: 60%;
	outline: 0;
	-moz-appearance: radio;
	-webkit-appearance: radio;
    border-radius: 0;
	-webkit-border-radius: 0;
}
	
.link {
padding: 21px 0 22px;
    margin: 0 auto 20px;
    width: 80%;}	
	
.eacoForm input[type=submit],
.eacoForm button[type=submit] {
	padding: 21px 0 22px;
	margin: 0 auto 20px;
	width: 80%;
}
.eacoForm input:focus,
.eacoForm button:focus {
	outline: 0;
}
.placeholder {
	color: #999;
}
.eacoForm input[type=submit]:focus,
.eacoForm button[type=submit]:focus {
	color: #fff;
}
.message p {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 30px;
}
.message p.note {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0;
}
.message p.custom {
	text-align: right;
	margin-bottom: 0;
}
.hr {
	background: #fff;
	width: 100%;
	height: 1px;
	padding-right: 60px;
	margin: 20px 0 30px -30px;
	display: inline-block;
}
.error {
	border: 2px solid #f70000;
}
.list_users li {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
.list_users input,
.list_users button[type=submit] {
	background: #095eaf;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin: 0 15px 0 0;
	float: left;
	width: 180px;
}
.list_users label {
	font-size: 16px;
	line-height: 18px;
	margin: 12px 0 0;
	display: block;
}
.hidden_label {
	display: none;
}

.otherLogin {
	margin-top: 20px;
}

.message p strong {
	color: #095eaf;
	font-weight: bold;
}
ul{
  list-style-type:disc;
  text-align: left;
  color:white;
  padding-left: 20px;
}
p.ecoCerved {
    font-weight: bold;
}

#idpLoginButtonDiv {
	margin-bottom: 20px;
	display: inline-block;
}

#agid-logo {
	max-width:180px;
	max-height:25px;
	margin: 0px 0px 10px 5px;
}
.login_paragrafo_secondario {

    text-align: left;
}
/* #agid-logo-link { */
/* 	display: inline-block; */
/* } */

#agid-logo-container {
    display: inline-block;
    height: 25px;
    width: 180px;
}

@media only screen
and (max-width : 500px) {
	.frame {
		margin-top: 20px;
		max-width: 100%;
	}
	.innerFrame {
		padding: 20px 10px;
		margin: 20px 10px;
	}
	h2 {
		margin: 10px 0;
	}
	.message p{
		margin-bottom: 10px;
	}
	.link {
		padding: 14px 0;
		margin-bottom: 20px;
	}
	input {
		padding: 10px;
	}
	.eacoForm input[type=submit],
	.eacoForm button[type=submit] {
		padding: 14px 0 15px;
		margin-bottom: 10px;
	}

	#idpLoginButtonDiv {
		margin-bottom: 10px;
	}

	.hr {
		padding-right: 20px;
		margin: 20px 0 20px -10px;
	}
	.list_users input {
		margin: 0;
		width: 100%;
	}
	.list_users label {
		margin: 5px 0 0;
		display: inline-block;
		width: 100%;
	}
	.logo {
		width: 300px;
		height: 140px;
		/*height: 42px; VECCHIO LOGO */
	}
	.logo {
		/*background-image: url("../img/logo_mobile.jpg"); VECCHIO LOGO*/
		background-image: url("../img/logo_mobile.png");
		background-repeat: no-repeat;
		background-position: center center;
	}
}


@media
only screen and (		   min-resolution : 192dpi),
only screen and (			min-resolution : 2dppx){
 .logo {
		background-image: url("../img/logox2.png");
		background-size: 420px 175px;
		-webkit-background-size: 420px 175px;
		-moz-background-size: 420px 175px;
	}
	/*	.logo {   VECCHIO LOGO
		background-image: url("../img/logox2.jpg");
		background-size: 420px 57px;
		-webkit-background-size: 420px 57px;
		-moz-background-size: 420px 57px;
	} */
}
@media
only screen and (		   min-resolution : 192dpi)			and (max-width : 500px),
only screen and (			min-resolution : 2dppx)			and (max-width : 500px) {
	.logo {
		background-image: url("../img/logo_mobilex2.png");
		background-size: 300px 128px;
		-webkit-background-size: 300px 128px;
		-moz-background-size: 300px 128px;
	}
	/*.logo {
		background-image: url("../img/logo_mobilex2.jpg");
		background-size: 300px 42px;
		-webkit-background-size: 300px 42px;
		-moz-background-size: 300px 42px;
	}*/
}
.panel-title a {
    display: block;
    padding: 10px 15px;
    margin: -10px -15px;
}


