.bc-blue{

    body{
        background-color: #04162a;
    }

    main{
        background-image:none;
        background-color: #04162a;
    }

    .auth_logo, .app_logo{
        background-image: url('/images/bc2.svg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        object-position: 9999px 9999px;
        object-fit: none;
    }

    .text-red-500{
        color: #0160A2;
    }
    .bg-red-500{
        background-color: #0160A2;
    }
    main header{
        background-color: white;
        border-radius: 12px;
        margin-left:0px;
        width: CALC(100% - 40px);
    }
    .menu_itens{
        background-color: white;
    }

    .btn_red, .info-details div.btn_red, .action_free{
        background-color: #0160A2;
        border-radius: 12px;
        border:none;
        color: white;
        box-shadow: none;
    }

    main nav .hover_box img {
        filter: hue-rotate(200deg);
    }

    main .table_view, .filter-select{
        background-color: white;
    }

    .bg{
        background: none;
    }

    subpage .row{
        display: flex;
        flex-direction: row;
        flex-wrap:wrap;
        gap: 20px;
    }

    .painel{
        background-color: transparent;
        box-shadow: none;
        border:none;
        display: block;
        flex-grow:3;
        margin:0;
    }

    .painel table{
        width: 100%;
    }

    form .painel{
        background-color: white;
    }

    form .painel input::placeholder {
        color:#333;
    }

    [name=account] .painel{
        background-color: white;
    }
    [name=account] .painel h2{
        color:#333;
    }
    [name=account] .painel input{
        box-shadow: none;
        border:1px solid #333;
    }
}