html{min-height:100%;}
.container-full{width:100%; min-height:100%; box-sizing:border-box;}
.login-bg{
    min-height:100%;
    background: url(/assets/backgrounds/bg-login.jpg) center;
    background-size: cover;
}
.login-data{
    display: flex;
    align-items:center;
    justify-content:center;
}

/*ESTILOS PARA PAGINA INICIAL*/
.login-bg-home{
    background: url(/assets/backgrounds/bg-login.jpg) center;
    background-size: cover;
}
.container-content-home{width:100%; max-width:900px; margin:0 auto; box-sizing:border-box; text-align:justify;}