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;
}