.container{     
	border-left: 1px solid #dfe0e4;
	border-right: 1px solid #dfe0e4;
}
.page{ 
	max-width: 1000px;
	display:block;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 20px;
    padding-right: 20px;
}

.uppercase{text-transform: uppercase;}
.lowercase{text-transform: lowercase;}
.no-margin{margin:0 !important}
.no-padding{padding: 0;}
.centra{display: block; margin:0 auto;}

.margin10-top{margin-top:10px;}
.margin20-top{margin-top:20px;}
.margin30-top{margin-top:30px;}
.margin40-top{margin-top:40px;}
.margin50-top{margin-top:50px;}
.margin60-top{margin-top:60px;}
.margin70-top{margin-top:70px;}
.margin80-top{margin-top:80px;}
.margin90-top{margin-top:90px;}
.margin100-top{margin-top:100px;}
.margin10-bottom{margin-bottom: 10px;}
.margin20-bottom{margin-bottom: 20px;}
.margin30-bottom{margin-bottom: 30px;}
.margin40-bottom{margin-bottom: 40px;}
.margin50-bottom{margin-bottom: 50px;}
.margin60-bottom{margin-bottom: 60px;}
.margin70-bottom{margin-bottom: 70px;}
.margin80-bottom{margin-bottom: 80px;}
.margin100-bottom{margin-bottom: 100px;}

*{
	font-family: 'Roboto';
	font-weight: 400;
}
header{
	position: relative;
    background-image: url(../images/testata.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 35px;
}
#logoVerzenios{
	width: 145px;
    display: block;
    margin: 0 auto;
    padding-top: 47px;
}

.titolo{
	font-size: 23px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0px;
	color: #231536;
	margin-top: 10px;
    margin-bottom: 10px;
}
.hr-top{
	border: 3px solid #2391b3;
    border-radius: 50px;
    display: block;
    margin: 0 auto;
    padding-bottom: 0;
    width: 40%;
}
.hr-bottom{
	border: 3px solid #231536;
    border-radius: 50px;
    display: block;
    margin: 0 auto;
    padding-bottom: 0;
    width: 40%;
}
.testo{
	font-size: 20px;
    line-height: 27px;
	color: #707070;
}

.desc{
	color: #707070;
	font-size: 17px;
	line-height: 22px;
}
.avviso{
	color: #707070;
	font-size: 14px;
	line-height: 22px;
}

footer{
	background-color: #EE1B2D;
	min-height: 95px;
}

#logoLilly{
    float: right;
}

.btn-scarica{
	border: 1px solid #2391c3;
    border-radius: 2px;
	background-color: #ffffff;
    color: #2391c3;
    font-size: 18px;
    text-transform: uppercase;
    padding: 8px 35px;
    font-weight: 900;
}

.btn-scarica:hover{
	background-color: #2391c3;
    color: #ffffff;
	text-decoration: none;
}


.login-form {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
}

.borderblu {
    border: 2px solid #195490;
    background-color: rgba(156,213,222,0.55);
    margin-bottom: 10px;
    padding: 20px 30px;
	margin: 0 auto;
}

.btn-bianco,.btn-bianco:focus{
	display: block;
	width: 100%;
	font-weight: bold;
	min-height: 34px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #fff;
	background-color: #195490;
	background-image: none;
	border: solid 1px #195490;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.btn-bianco:hover, .btn-bianco:active, .btn-bianco:visited{
    color: #195490;
    background-color: #fff;
    border: solid 1px #195490;
}

.btn-giallo, .btn-giallo:focus{
	display: block;
	width: 100%;
	font-weight: bold;
	min-height: 34px;
	padding: 12px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #195490;
	background-color: #fff;
	background-image: none;
	border: solid 1px #195490;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.btn-giallo:hover,.btn-giallo:active, .btn-giallo:visited{
    color: #ffff;
    background-color: #195490;
	border: solid 1px #195490;
}

.btn-gialloisc, .btn-gialloisc:focus{
	display: block;
	width: 100%;
	font-weight: bold;
	min-height: 34px;
	padding: 3px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #006996;
	background-color: #103e68;
	background-image: none;
	border: solid 2px #103e68;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.btn-gialloisc:hover,.btn-gialloisc:active, .btn-gialloisc:visited{
    color: #103e68;
    background-color: #195490;
	border: solid 2px #195490;
}

.azzurro {
    color: #195490;
}
.accesso-mk {
    font-size: 24px;
    line-height: 42px;
}
.titilliumBold {
    font-family: 'Titillium Web', sans-serif !important;
    font-weight: 700;
}

.txt-blu{
	color: #2391B3;
}

@media (min-width: 576px) {
	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.titolo{
	font-size: 30px;
	}
	header {
    height: 275px;
    padding-top: 55px;
}
#logoVerzenios {
    width: 160px;
    padding-top: 45px;
}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.titolo{
	font-size: 40px;
	}
	header {
   height: 400px;
    padding-top: 122px;
}
#logoVerzenios {
    width: 197px;
    padding-top: 55px;
}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.page{
	    padding-left: 0px;
		padding-right: 0px;
	}
}




