* {
margin: 0;
}
html, body {
height: 100%;
background: url('sfondi.png') no-repeat center top fixed;
-moz-background-size: contain;
-webkit-background-size: contain;
-o-background-size: contain;
background-size: contain;
position: relative;
background-position: center top;
} 

.butoni-r {
    padding: 10px;
    background: #4479BA;
    color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-family: arial, sans-serif;
	font-weight: bold;
}

.butoni-rr {
    padding: 10px;
    background: #4479BA;
    color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-family: arial, sans-serif;
	font-weight: bold;
}

.butoni-r:hover, .butoni-rr:hover {
	opacity: 0.8;
}

.logoDiv {
	width: 400px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.logoImg {
	max-width: 100%;
    max-height: 100%;
}

.emailDivPat {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -6em;
}

.emailDivFrm {
	width:400px;
	height: 65px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	text-align: center;
}

.push {
height: 5em;
}



.divForma{
height: 30px;
width: 100%;
padding-top: 22px;
}


p {
	font-family: Arial;
	font-weight: bold;
	color: #006699;
	font-size: 16px;
	border: 0;
    float: left;
	margin-top:5px;
	margin-left: 25px;
}

input {
	width:200px;
	height: 24px;
	border: 0;
    float: left;
	margin-left: 15px;
	border: 1px solid #CCCCFF;
}

#signUp
{
  display: block;
  width: 88px;
  height: 28px;
  background: url("sign_up_buton_c.png") no-repeat 0 0;
  border: 0;
  float: left;
  margin-left: 15px;
}

#signUp:hover
{ 
  background-position: 0 -28px;
}

