
.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}


.tabella-centrata {
    margin-left: auto;
    margin-right: auto;
    border-spacing: 20px;
    width:80%;
    height:70%;
  }

.cri-header {
    font-family: 'Titillium Web' !important;
    color: #999999;
    background-color: #fefefe;
    border-bottom: 1px solid #999999;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.1);
    height:10%;
    width:80%;
    position: relative;
    align:center;
    margin-left: auto;
    margin-right: auto;
    }

  
    

.benvenuto {
    margin-top: 20px;
    
    width:80%;
    position: relative;
    align:center;
    margin-left: auto;
    margin-right: auto;
    
        }

       .footer2{
          
          bottom:0px;
          width:100%; 
          align:center;
          z-index:999999;
          padding-top: 10px;
          margin-left: 0px;
          margin-right: 0px;
          
          }
        
        .footer{
            position:fixed;
            bottom:0px;
            width:100%; 
            align:center;
            z-index:999999;
            padding-top: 30px;
            margin-left: 0px;
            margin-right: 0px;
            
            }
      


.id_check {
            margin-top: 5px;
            height:60px;
            width:80%;
            position: relative;
            align:center;
            margin-left: auto;
            margin-right: auto;
}
        

.cri-header  img {
        max-height: 80%;
        max-width: 80%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
 }

 html {
    font-family: "Century Gothic","Apple Gothic",sans-serif;
    background-color: #fefefe;
}

 h1
 {margin-top:10px;
  font: 20px; }

  @media (max-width: 360px) {
    h1
    {margin-top:10px;
     font: 10px; }
}

label
{
    font-weight: bold;
    color: #292929;

}

.tabella-centrata td, .tabella-centrata th {
    border: 1px solid rgb(65, 65, 65);
    box-shadow: inset 0px 20px 15px 0px rgba(58, 57, 57, 0.1);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    width: 50%;
    height:100px;
}

.tabella-centrata td img {
    max-height: 60%;
    max-width: 60%;
    width: auto;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


input[type=text], select, input[type=number] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.form {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;

            
            width:76%;
            position: relative;
            align:center;
            margin-left: auto;
            margin-right: auto;
}

.button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}