
/* Login */


.bg-login{
    background-color: #F5F5F5;
    width: 100%;
    height: 700px;
}

#card-princ{
    box-shadow: 2px 2px 2px 2px #d3d3d3;
}

#logo-buique{
    width: 50%;
    margin-left: 20%;
}

#logo-diario{
    width: 90%;
    margin-left: 5%;
    margin-top: 18%;
    margin-bottom: -2%;
}

#coluna1{
    margin-top: -5%;
}

#txt1{
    width: 100%;
}

#txt1 h3 {
    font-size: 26px;
    font-family: 'Inder', sans-serif;
    color: #0D5F9B;
}
#txt1 p {
    font-family: 'Inder', sans-serif;
    text-align: justify;
    font-size: 12px;
}
#pc{
    width: 40%;
}
#foot{
    margin-top: 42%;
    margin-bottom: -10%;
    color: #0D5F9B;
    text-align: center;
}
#esqueceu_senha{
    margin-top: -2%;
}
#btn-acessar{
    width: 100%;
    background-color: #0D5F9B;
    font-family: 'Inder', sans-serif;
    text-align: center;
    font-size: 16px;
}
#text-login{
    font-family: 'Inder', sans-serif;
    color: #0D5F9B;
}
#btn-acessar:hover{
    margin: auto;
    cursor: pointer;
    border: solid;
    background-color: #1077c1;
    border-color: aqua;
    border: solid 2px;
}

/* planejamento */

#obs_plan{
    text-align: justify;
    font-size: 14px;
}

#btn_plan{
    color: black;
}