/* CSS Document */
* { }
.list-unstyled { padding-left: 0; list-style: none; }
.list-inline { padding-left: 0; list-style: none; }
.list-inline-item { display: inline-block; }
.list-inline-item:not(:last-child) { margin-right: 5px; }
body, html { position: relative; width: 100%; height: 100%; margin: 0; padding: 0px; text-align: center; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 16px; color: #fff; background-image: url(../img/bg_full.jpg); background-size: cover; background-position: center center; background-attachment:fixed; background-repeat: no-repeat; }
.wrapper { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0,0,0,.2); z-index: 1; }
.inner { position: absolute; width: 100%; height: 100%; padding: 20px; z-index: 2; }
.inner .content { display: flex; height: 100%; align-items: center;}
.inner .content .box-content{width: 50%; display: inline-block; background-color: rgba(92, 157, 199, .8); padding: 30px 40px; border-radius: 3px; box-shadow: 0 0 20px rgba(50,50,50,.5);}

.btn-primary { background-color: rgba(165,42,42,.99); border-color: rgba(165,42,42,.99); border-radius: 3px; transition: all .4s;}
.btn-primary:hover { background-color: rgba(165,52,52,.99); border-color: rgba(165,52,52,.99); transition: all .4s;}

.footer { position: absolute;  bottom: 0; left: 0; width: 100%; padding: 20px; z-index: 3; }
a { color: #fff; text-decoration: none; }
a:hover { color: rgba(165,42,42,1); text-decoration: none;}
.text-muted { color: #fff !important; opacity: 0.6 !important; }
.recapiti { text-align: right; font-size:14px; }
.recapiti a { margin-right: 10px; }
.recapiti a i { margin-right: 5px; }
.logo {  filter: brightness(0) invert(1); max-width: 100%; }
 
@media screen and (max-width: 768px) {
.text-xs-center { text-align: center!important;}
.wrapper { position: fixed; }
.inner {  }
    .inner .content {   height: 80%;}
.inner .content .box-content{width: 90%; padding: 30px 40px;  }
.logo { text-align:center; margin-bottom:30px; font-size:30px !important;}
.logo small{font-size:14px !important;}
.recapiti {   }
 .footer {  bottom: 30px;   }
}
