:root {
    --cor-bg: #ed002f;
    --cor-claro: #ffbfc3;
    --cor-claro2: #ffe7e7;
    --cor-normal: #ed002f;
    --cor-escuro: #970420;
    --cor-claro-tr: #ffbfc31a;
    --cor-escuro-tr: #ff00301a;
    --cor-secundaria: #7d8b93;
    --tema-topo: #ed002f;
    --tema-topof: #fff;
    --tema-topoh: #ffbfc3;
    --tema-topob: #ffbfc3;
    --tema-topoi: #eff2f3;
    --tema-topon: #fff;
    --tema-menu: #d8dde3;
    --tema-menub: #444;
    --tema-menuh: #c2c9d2;
    --tema-menut: #444;
    --tema-menuo: #000;
    --tema-frente: #444;
    --tema-frenteh: #000;
    --tema-fundo: #fafafb;
    --tema-fundo2: #eff2f3;
    --tema-fundo3: #e9ecef;
}

#headerCtrl .logo { background-image: url('../../new_images/logo/verisure2.png'); }
#header { color: var(--tema-topoh) !important; ; }
#footertools { background-color: var(--tema-topof) !important; }
#footertools > div label strong { color: var(--cor-normal); }

h2.systitle { background-image: url('../../new_images/logo/resolveai.png'); background-repeat: no-repeat; background-size: contain; text-indent: -2000px; margin: 36px 0 20px 0; }

section.login form h1 { display: none; }
form#formLogin { min-width: 330px; }

div.infoBox { color: var(--cor-escuro) !important; }
div.infoBox h4 { color: var(--tema-normal) !important; }

section.login .recoverPass h4 { color: var(--tema-topo) !important; }
section.login #validaSenha { border: none; margin-top: 40px !important; }
section.login #ulRegras li.rOK i.icon-check { color: #90ff90; }
section.login #rDoc { color:#d4d4d4 !important; }
section.login #rDoc i.icon-check { color: #d4d4d4 !important; }
section.login #progresso > div { background-color: #d4d4d4 !important; }
section.login #progresso.error > span { color: #fbb !important; }
section.login #progressBar.warning > span { color: #C00 !important; }
section.login #progresso.success > span { color: #90ff90 !important; }
section.login #progresso.error > div > div { background-color: #bb4848 !important; }
section.login #progressBar.warning > div > div { background-color: #C00 !important; }
section.login #progresso.success > div > div { background-color: #90ff90 !important; }


section.login div.logo span.image { background-image: url('../../new_images/logo/resolveai.png'); height: 300px; max-width: 700px; width: 80%; }

section.login .copy {
    background-image: url('../../new_images/logo/verisure3.png');
    display: inline-block;
    width: auto;
    height: 100px;
    line-height: 182px;
    background-repeat: no-repeat;
    background-size: 140px auto;
    background-position: center 8px;
    margin: 0;
    overflow: hidden;
}

@media only screen and (max-width: 992px) {
    section.login .copy {
	   background-image: url('../../new_images/logo/verisure4.png') !important;
    }
}



/* tela antiga */
#mainContainer #laytopo #laytit a { background-image: url('../../new_images/logo/verisure.png'); }
#mainContainer #laytopo { background-image: url('../../images/tema_flex/topo_vs.png'); }
