 
body, html {
    height: 100%;
    margin: 0;
}

.bg {
    /* The image used */
   /* background-image: url(http://natcorpsp.dyndns.org:7080/apex/r/stefanini/400000/files/static/v54/backgroud-login.jpg);*/
    /* background-image: url('https://www.w3schools.com/howto/img_parallax.jpg'); */
    /* background-image: url(#APP_IMAGES#backgroud-login.png); */
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .col .col-12 .apex-col-auto .col-4 {
    height: 70% !important;
    width: 70% !important;
} */
