﻿body {
    background-image: url(https://www.bagnoregiowelcome.eu/fidelity_card/sfondo.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    z-index:0;
    
}

.tabellaSuper {
    display: table;
    width: 100%;
    height: 100%;
    z-index:2;
}

.cellaTabellaSuper {
    display: table-cell;
    vertical-align: middle;
}

.contenutoTabellaSuper {
    max-width: 680px;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.8);
    border-radius: 10px;
    padding: 10px;
}

button {
    margin: 20 auto;
    display: block;
    background-color: #f7b034;
    border-color: #f7b034;
    border-style: solid;
    border-radius: 4px;
    text-transform: uppercase;
    min-height: 40px;
}
.submit {
    margin: 20px auto;
    display: block;
    text-align:center;
    background-color: #f7b034;
    border-color: #f7b034;
    border-style: solid;
    border-radius: 4px;
    text-transform: uppercase;
    min-height: 40px;
}

h1 {
    margin: 0 auto;
    color: #e94f22;
    width: 90%;
    font-size: 30px;
    text-align: center;
}

h2 {
    text-align: center;
    color: #e94f22;
}

h3 {
    text-align: center;
    color: #e94f22;
}

p {
    max-width: max-content;
    margin: 0 auto;
    color: black;
    text-align: justify;
}

@media screen and (max-width: 310px) {
    .logo {
        width: 200px !important;
    }
    .logo2 {
        width: 150px !important;
    }
}

.logo {
    width: 300px;
}

.logo2 {
    width: 200px;
}

.casellaTesto {
    font-size: 18px;
    margin: 0 auto;
    width: 230px;
    border-radius:10px;
}

table {
    border-color: #e94f22;
    margin:0 auto; 
    width:max-content;
}
