﻿body {
    background-color: #08c;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin: 0px;
}

.titoloPagina {
    position: absolute;
    box-sizing: border-box;
    width: 285px;
    top: 50%;
    z-index: 20;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .titoloPagina img {
        width: 100%;
        min-width: 220px;
    }

.contenitoreDatiCliente {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.datiCliente {
    position: relative;
    background-color: rgba(0,0,0,0.5);
    bottom: 0px;
    text-align: start;
    margin: 50px;
    padding: 30px;
    box-sizing: border-box;
    color: white;
    line-height: 18px;
    font-weight: 300;
    width: 285px;
}
.baldi {
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    color: white;
    line-height: 22px;
    font-weight: 600;
}

.sitoWeb {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 10px;
    color: white;
    text-align: center;
    font-size: 12px;
    box-sizing: border-box;
}
    .sitoWeb a {
        color: white;
        text-decoration: none;
    }

@media screen and (max-width:767px) {

    .datiCliente {
        bottom: 30px;
        margin: auto;
        padding: 20px;
        width: 265px;
    }

    .titoloPagina {
        width: auto;
        top: 30%;
    }

        .titoloPagina img {
            width: 100%;
            max-width: 220px;
            min-width: 220px;
        }
}