body {}
.bg-login{background: url(../images/bg-login.jpg)  no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; min-height: 100% !important;}
    
.login-sidebar{position: absolute; right: 0; margin-top: 0; width: 30%; height: 100%; background: #fff;}

.lohin-btn, .lohin-btn a{color:#fff !important; background: #1b1b35 !important;}
.lohin-btn:hover, .lohin-btn a:hover{color:#5ED847 !important; background: #1b1b35 !important;}

.barra-1{background: #5ED847 !important;}
.barra-2{background: #1b1b35 !important;}
.rodape{background: #1b1b35 !important; width:100%; display: block; position: inherit; bottom: 0;}

.barra-txt1{color:#1b1b35 !important;}
.barra-txt1:hover{color:#fff !important;}

.barra-txt2, .barra-txt2 a{color:#fff !important;}
.barra-txt2:hover, .barra-txt2 a:hover{color:#5ED847 !important; background: #1b1b35 !important;}

.h-titulo{color:#fff !important;}
.h-titulo1{color:#5ED847 !important;}
.h-titulo2{color:#1b1b35 !important;}
.box-shadow {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.05),
              0 4px 8px 0 rgba(0,0,0,.05);
}

.corbotao_m{background-color:#5ED847 !important;}

#home-quote {
  background: url('../img/bg-quote.jpg') center center;
  background-size: cover;
}

@media (max-width: 999px) {
.tabela-no-mobi{display: none;}
}

@media (max-width: 767px) {
  
    .login-sidebar{margin: 0 auto; position: relative; width: 80% !important; height: 100% !important;}
  }
  body {
    padding-top: 0px;
  }
  .fixed-top {
    position: relative;
  }
}

.lista-plano li + li {
  border-top: 1px solid rgba(0,0,0,.2);
}

.lista-plano li {
  padding: 1rem;
}