
.bg-login--logo {
    background-image: url(../images/geral/img_logo.webp);    
    background-repeat: no-repeat;
    background-size: 130px;
    background-position: top center;
    height: 70px;
    
}

.bg-login {
    background-image: url(../images/login-images/bg_tela_login.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed
}


fieldset{
    border: solid 1px #a3a3a369;
    padding: 16px;
    border-radius: 21px;
    position: relative;
    padding-top: 20px; 
}

legend {
    position: absolute;
    top: -10px;
    left: 10px;
    padding: 0 5px;    
    font-size: 12px;
}

legend span {
    background-color: white;
}

.lni {  
    font-size: 12px !important;
}

.obrigatorio {
    display: contents;
    color: red;
    font-weight: 700;
}

fieldset > legend > span{
    font-weight: 500;
}

.lobibox.lobibox-confirm .lobibox-header {
    color: #eee !important;
    background-color: #747474 !important;
}

.lobibox.lobibox-confirm .lobibox-footer {
    background-color: #ffffff !important;
}

.lobibox-header > .btn-close {
    display: none !important;
}

.select_itens label select {    
    color: #018cff !important;
    border: 1px solid #018cff !important;				
    border-radius: 5px #018cff !important;
    appearance: none;
}

.select_itens label select option {				
    color: #018cff !important;
}

.info_paginacao {
    color: #018cff !important; 
}

    