#item{
    font-size: 11px;
}
#upcase{
    text-transform: uppercase;
}
#lic{
    color:inherit;
    font-weight: bolder
}
#lic:hover{
    color: #fff;
    font-weight: bolder;
}

#tel{
    font-size: 13px;
}

#btnmun{
    cursor: pointer;
}

.card-img{
    width: 60px;
    height: 60px;
    margin: auto;
}
.card{

    text-align: center;
    border: none;
}

.card:hover{
    border: rgb(12, 119, 146);
    box-shadow: 3px 3px 3px 1px rgba(124, 166, 228, 0.815);
}

.card-title{
    font-size: 13px;
}

#titulopaginas{
    font-family: sans-serif;
    color: rgb(107, 164, 238);
    font-weight: bold;
    font-size: 17px;
   
}

/*Login*/
.body_login{
margin: 0px;
}
.container_login{
margin-top: -10px;
width: 100vw;
height: 100vh;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.box_login{
width: 300px;
height: 500px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
#btn_entrar{  
    width: 250px;
}
#esqci{
    font-size: 12px;
}
#img_login{
    margin-left: 38px;
    border-radius: 10px;
    width: 160px;
    height: 160px;
    margin-bottom: 25px;
}
#titulo_login{
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
}

/*cadastro de usuarios*/

.labels{
    font-size: 12px;
    font-weight: bold;
}
