* {
  border-radius: 0 !important;
}

body {background-color: transparent;}

.full {
  /*background: url('../img/building-2203714_1920.jpg') no-repeat center center fixed;*/ 
  background: url('../img/abstract-3291293_1280.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.check_fatto {
    font-size: 2em;
    cursor: pointer;
    margin: -11px -16px;
    padding: 20px;
    text-align: center;
    background-color: #337ab7;
    color: white;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.check_fatto a {color:#FFF;}
