body{
    background-color: #eef5f9;
    background-image: url("faleconoscofooter-bg1.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

/*
    background-color: #044E73 !important;
    background-color: #044E73 !important;
*/
.logo{
    justify-content: center !important;
    margin-top: 2em;
    margin-bottom: 3em;
}

.painel{
    margin: 0 10rem;
}

.painel-text{
    color: white;
    background-color: #044E73;
    border-top-left-radius: .5em;
    border-bottom-left-radius: 1em;
}
    .painel-text h2{
        margin-top: 1.75em;
        margin-bottom: .75em;
    }
    .painel-text hr{
        background-color: white;
    }
    .painel-text.form span{
        height: 1em;
    }

.painel-login{
    color: #373a3c;
    background-color: white !important;
    border-radius: 1em;
    /* border-top-right-radius: 1em;
    border-bottom-right-radius: 1em; */
}

    .painel-login .text-1{
        font-size: 1.5em;
    }

    .painel-login .btn{
        color: #fff;
        background-color: #044E73;
        border-color: #044E73;
    }

    .painel-login p, h3{
        margin: 1em 0;
    }

.navbar{
    background-color: #044E73 !important;
}
    .navbar .btn{
        border-color: white;
        color: white;
    }
    .btn-outline-primary:hover {
        color: #044E73;
        background-color: white;
        border-color: white;
    }

.navbar-toggler {
    background-color: white;
    border-color: white !important;
}


.collapse .btn{
    width: 10em;
}

.input-group-prepend {
    max-width: 40px;
}

.form-check {
    margin-bottom: 1em;
}
@media (max-width: 600px){
    .logo{
        margin-top: 1em;
        margin-bottom: 2em;
    }

    .painel{
        margin: 0 2rem;
    }
        .painel-text{
            background-color: #044E73;
            border-top-left-radius: 1em;
            border-top-right-radius: 1em;
            border-bottom-left-radius: 0em;
        }

            .painel-text h2{
                margin-top: .75em;
            }

        .painel-login{
            background-color: white !important;
            border-top-right-radius: 0em;
            border-bottom-right-radius: 1em;
            border-bottom-left-radius: 1em;
        }
            .painel-login .text-1{
                font-size: 1.25em;
            }    

    .btn{
        display: block;
        width: 100%;
    }

    .m-2{
        margin: 15px 0 0 0 !important;
    }

    .card{
        width: 18rem; 
        margin-top: 5em;
    }

    .collapse .btn{
        width: 100%;
        
    }
}
