﻿.layout-bg {
    background-image: url(../../images/cta-img/fondo_loginOK.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

body.dx-color-scheme-dark.layout-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/cta-img/fondo_loginOK.jpg) !important;
    background-size: cover !important;
}

#apbFooter {
    background: #43494D;
    margin-left: 0;
    position: fixed;
    bottom: 0;
    background-color: #43494D;
    color: #fff;
    border-top: 1px solid #999;
    height: 60px;
    left: 0;
    right: 0;
    padding: 20px;
    z-index: 109;
    text-align: center;
}

@media only screen and (max-width: 1420px) {
    .layout-bg {
        background-position: center center;
        background-size: initial;
    }
}