#item {
  font-size: 11px;
}

#upcase {
  text-transform: uppercase;
}

#lic {
  color: inherit;
  font-weight: bolder;
  font-family: Arial Black, Arial Bold, Gadget, sans-serif;
}

#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;
}

#div-btn-nv {
  width: 10%;
  height: 30px;
}

/* vinculo de voluntarios */
.custom-checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background-color: #f8f9fa;
  border-radius: 3px;
  border: 1px solid #ced4da;
  transition: all 0.5s;
  position: relative;
}

.custom-checkbox:checked {
  background-color: #f8f9fa;
  border-color: #007bff;
}

.custom-checkbox:checked:after {
  content: "X";
  color: #007bff;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
