
body{
        background-image: ##EBEFF2 !important;
        background-attachment: fixed;
        background-position: bottom;
        position: relative;
    }


    body:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,.65);
        }


    /* TOPO */
    header{
        background: #ffffff !important;
        color: #2d3540 !important;
    }
    header .left .logo{
        color: #2d3540 !important;
    }
    header .right .user > a{
        color: #2d3540 !important;
    }

    /* MENU */
    #sidebar{
        background: #2E3E4E !important;
    }
    #sidebar .menu li a{
        background: #2E3E4E !important;
        color: rgba(255,255,255,.6) !important;
    }

        #sidebar .menu li:hover > a{
        color: #ffffff !important;
        border-left: 3px solid #2e61f1 !important;
        background: #2E3E4E !important;
    }
    
    #sidebar .menu li.active>a{
        color: #ffffff !important;
        border-left: 3px solid #2e61f1 !important;
        background: #2E3E4E !important;
    }

            .bg-login{
            background-repeat: no-repeat;
            background-size: 100%;
            background-position: bottom;
            background-image: url(https://www.lgpdfacil.site/img/admin/bg-admin.jpg) !important;
        }
    
            .bg-login .input.text input:focus,
        .bg-login .input.text input:hover{
            border-bottom: 1px solid #d54a0c !important;
        }
        .bg-login .btns .btn.blue{
            background: #d54a0c !important;
            border: 1px solid #d54a0c !important;
        }
        .bg-login .btns .btn.blue:hover{
            opacity: 0.9;
        }
    
            .bg-login .logo{
            background-image: url(https://www.lgpdfacil.site/img/admin/logo.png) !important;
        }
    
    
            .set-tema-cor{
            color: #2d3540 !important;
        }
        .set-tema-cor-before:before{
            color: #2d3540 !important;
        }
        .set-tema-bg{
            background: #2d3540 !important;
        }
        .set-tema-bg-before:before{
            background: #2d3540 !important;
        }
    
    

