html, body {
    height: 100%;
}
img, embed, object, video{ max-width: 100%; }

.bglogin-lista{
    width:100%;
    height: 100%;
    margin:0;
    padding: 0;
    box-sizing: border-box;

    text-align: center;
    vertical-align: middle;
    background: url("/assets/img-layout/bg-login-convidado.jpg") center no-repeat;
    background-size: cover;
}
.bglogin-center{
    width:100%;
    max-width: 400px;
    height: 200px;
    display: table-cell;
    text-align: center;
    vertical-align: center;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    box-sizing: border-box;
}

/*LOGO INICIO*/
.logoinicio{
    width:100%;
    max-width: 400px;
    margin: 0 auto;
}

/*CODIGOS PAGINA LISTA*/
.topo{
    width:100%;
    padding: 150px 0;
    text-align: center;
    color: #fff;
    font-size: 2em;
    background-attachment: fixed;
    background-size: cover;
}

/*CONTAINER*/
.container900{
    width: 100%;
    max-width: 900px;
    margin: 20px auto;
    padding: 10px;
    box-sizing: border-box;
}