.featured-bottom {
    background-image: url('../images/bg-contatti.jpg');
    background-position: top left;
    background-size: 45% !important;
    background-repeat: no-repeat;
    background-color: rgb(25 59 126);
    padding-bottom:4em;
    padding-top:4em;
}
.featured-bottom section {
  padding-bottom:4em;
 
}
.featured-bottom h2 {
  text-align:center;
  font-weight: 400;
  color:rgb(255 255 255 / 60%);
  font-size: 4rem;
}
.featured-bottom a, 
.featured-bottom a {
    color: rgb(255 255 255 / 60%);
}
.featured-bottom label, 
.featured-bottom .text-muted {
  color: rgb(255 255 255 / 60%)!important;
}
.featured-bottom .captcha__title,
.featured-bottom .captcha__description {
  display:none;
}
.featured-bottom a:hover, 
.featured-bottom a:focus {
    color: rgb(255 255 255);
}
.featured-bottom .form-control {
  background: #020e3e;
  border: 0px solid transparent;
  border-radius:0;
  color: #fff;
}
.featured-bottom .form-check-input[type=checkbox] {
  background-color: #020e3e;
  border: 0px solid transparent;
  border-radius:0;
}
.featured-bottom .form-control:focus,
.featured-bottom .form-check-input:focus{
  box-shadow: 0 0 0 .25rem rgba(0,0,0,.5); 
}
.featured-bottom .btn.btn-primary {
  background: #020e3e;
  border: none;
  border-radius:0;
  color: #fff;
  box-shadow: none;
}
.featured-bottom .btn-check:checked+.btn, .btn.active, .btn.show, 
.featured-bottom .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #eee;
    background-color: #0c2658;
    border-color: transparent;
}
.featured-bottom .btn-check:checked+.btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, 
.featured-bottom .btn:first-child:active:focus-visible, :not(.btn-check)+.btn:active:focus-visible {
   box-shadow: 0 0 0 .25rem rgba(0,0,0,.5); 
}

.site-footer {
  font-family: inherit!important;
  padding: 35px 0 30px;
  background: #343434;
}
.site-footer .block {
  margin: 1em 0!important;
  border: none 0 transparent!important;
  padding: 0em!important;
}
.site-footer a.tornilastra-logo-link {
    max-height: 40px;
    display: block;
}
.site-footer a.tornilastra-logo-link svg {
    max-height: 40px;
    width: auto;
    display: block;
}
.site-footer__last .block {
  border-top: 1px solid #0d6efd !important;
  padding-top: .5em!important;
}
.site-footer__last a,
.site-footer__last a.is-active {
  color: #fff;
  text-decoration:none;
  font-weight:700
}
.site-footer__last a:hover {
  text-decoration:underline;
}