body{
    background-color: #ebffeb;
    background-image: url("https://www.zsdm2sistema.com/img/Fondo.png"),url("https://www.zsdm2sistema.com/img/logo_fondo.png");
    background-repeat: no-repeat;
    background-position-x: left,right;
    background-position-y: bottom ,bottom;
    background-origin: content-box;
    background-attachment: fixed;
    background-size: 40%,20%;
}

.table{
    background-color: #FFFFFF;
}