.bg{
    background: url('../../files/img/fons_acc_20.jpg');
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


#caixa_login{

    border-radius: 12px;
}

.cap_header{
    color:#fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    width: 100%;
    
    display: flex;
    justify-content:space-between;
    align-items:stretch;        
    background-color: #006699;
}

.logo{
    width: 25%;
}

.img_logo{
    display: block;
    border-top-left-radius: 12px;
    height: 6rem;
}

.titol{
    align-self:flex-end;
    margin-right: 1rem;
    font-weight: bold;
}

#btn_entrar{
    color:#fff;
    background-color: #00CCCC;
}            