.container { 
    background: white; 
	background-image: url('../../img/email.jpg');
	background-repeat: repeat-x;
}

.sinistra {
    float: left;
}

.destra {
    float: right;
}

.marginBottom-0 {
    margin-bottom:0;
}

.spazio-top {
    padding-top: 7%;
}

.input-group{
    line-height: 2;
}

#search:focus {
     background-color: #cd3333;
}

.home {
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: right;
}

.bordi-text { 
    border-radius: 10px; 
   -moz-border-radius: 10px; /* firefox */
   -webkit-border-radius: 10px; /* safari, chrome */     
}

.url-text {
	font-family:Courier-New;
	font-size: 20px; 
	color: orange;
}

.lang {
    text-align: right;
    margin-left: 10px;
}

.container-top-icon {
    float: left;
    margin-left: 7px;
    margin-right: 7px;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
    width:100%;
}

body { 	
    margin:0;    
}

.container {
    width:auto;
    height: auto;
    padding-left:0px;
    padding-right:0px;
    clear: none;
    float: none;
    margin-left:15px;
    margin-right: 15px;
 }
.header{
    height:150px;
    text-align: center;
}
.headerlogo {
    background-color:#6889af;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(34,36,36,0.64);
    -moz-box-shadow: 3px 3px 3px 0px rgba(34,36,36,0.64);
    box-shadow: 3px 3px 3px 0px rgba(34,36,36,0.64);
    border-radius:10px;
    width:auto;
    border:none;
    font-family:Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
    font-weight:bold;
    font-size:30px;
    color:white;
}

.loginDivVersion{
    margin-top:15px;
    width:30%;
    margin-left:40px;
    font-family:Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
    font-weight:normal;
    font-size:16px;
    color:#ffffff;
    float:left;
}
.alertbutton{
    float:right;
    background-color:#364e6b;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(34,36,36,0.64);
    -moz-box-shadow: 3px 3px 3px 0px rgba(34,36,36,0.64);
    box-shadow: 3px 3px 3px 0px rgba(34,36,36,0.64);
    border-radius:7px;
    width:130px;
    border:none;
    font-family:Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
    font-weight:normal;
    font-size:16px;
    color:#ffffff;
    padding-left:20px;
    margin-top:15px;
    margin-right:30px;
    box-sizing: initial;
} 
.alertbutton button{
    font-family:Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
    font-weight:normal;
    font-size:16px;
    color:#ffffff;
    text-decoration:none;
} 
.content {
    min-height:300px;    
}
.footer {
    height:40px;
    margin-bottom:0px;
    padding:0px;	
}
#divlogin {
    margin:auto;
    margin-top:4%;
    margin-left:4%;
	margin-right:4%;
	margin-bottom:4%;
    width:auto;
    height:150px;    
}

pre {
    margin:auto;
	margin-top:4%;
    margin-left:4%;
	margin-right:4%;
	margin-bottom:4%;
    width:auto;
    height:150px;    
}

input[type="text"], input[type="password"]{
    border:#000000 1px solid;
    border-radius:10px;
    width:300px;
    font-family:Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
    font-weight:bold;
    font-size:30px;
    color:#ffffff;
}
input[type="submit"], input[type="button"]{
    background-color:#6889af;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(34,36,36,0.64);
    -moz-box-shadow: 3px 3px 3px 0px rgba(34,36,36,0.64);
    box-shadow: 3px 3px 3px 0px rgba(34,36,36,0.64);
    border-radius:10px;
    width:100px;
    border:none;
    font-family:Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
    font-weight:bold;
    font-size:30px;
    color:#ffffff;
}

label {
    font-family:Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
    font-weight:bold;
    font-size:28px;
    color:#ffffff;	
}
.formfield {
    padding-top:55px;
    text-align: center;
    width:auto;
}

.form-elementright{
    text-align:right;
}
.img-circle {
    width:8%;
    border-radius:10px;
}
.textfooter {
    font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-weight:normal;
    font-size:12px;
    color:#ffffff;
    text-align:center;
    padding-top:10px;
}
.form-login { 
    border: 0; 
    margin: 0; 
    padding: 0;    
}
