body {
  font-family: Arial, Helvetica, sans-serif;
  background-image: linear-gradient(to right, #abb9cc, #aeb9d2);
  font-size: 14px;
  text-align: center;
}

.box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.377);
  padding: 30px;
  border-radius: 15px;
  width: 35%;
  color: white;
  font-size: 18px;
  padding: 20px;
  /*border: 1px solid rgb(141, 43, 43);*/
}

p {
  font-size: 30px;
  color: white;
}
.log {
  text-decoration: none;
  padding: 15px;
  color: white;
  border: 3px solid rgb(69, 68, 178);
  border-radius: 10px;
  padding: 10px;
}

.log:hover {
  background-color: rgb(82, 81, 155);
}

fieldset {
  border: 3px solid rgb(41, 75, 149);
}

.inputBox {
  position: relative;
}

.inputuser {
  background: none;
  border: none;
  border-bottom: 1px solid white;
  outline: none;
  color: white;
  font-size: 14px;
  width: 100%;
  letter-spacing: 1px;
}

.labelinput {
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: none;
  transition: 0.5s;
  font-size: 13px;
}
.inputuser:focus ~ .labelinput,
.inputuser:valid ~ .labelinput {
  top: -20px;
  font-size: 12px;
  color: dodgerblue;
}

.button {
  background-image: linear-gradient(
    to right,
    rgb(0, 92, 197),
    rgb(90, 20, 220)
  );
  width: 100%;
  border: none;
  padding: 15px;
  color: white;
  font-size: 20px;
  cursor: pointer;
  border-radius: 10px;
}

.button:hover {
  background-image: linear-gradient(
    to right,
    rgb(0, 80, 187),
    rgb(70, 19, 195)
  );
}

.screenlogin {
  background-color: rgba(229, 223, 223, 0.586);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 80px;
  border-radius: 15px;
  color: white;
}

h3 {
  font-size: 20px;
    color: rgba(6, 34, 250, 0.894);
}
.gestao {
  width: 160px;
  height: 120px;
  padding: 15px;
}

.datos {
  padding: 10px;
  border: none;
  font-size: 14px;
}

.send {
  background-color: rgb(197, 201, 204);
  padding: 15px;
  width: 100%;
  font-size: 17px;
  border-radius: 10px;
  color: white;
}

.send:hover {
  background-color: rgb(191, 191, 191);
  cursor: pointer;
}

.div-box-search {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  gap: 0.4%;
}

#pesquisa {
  border: 1px solid black;
  background-color: rgb(231, 239, 236);
  width: 300px;
  height: 35px;
  font-size: 18px;
  border-radius: 10px;
}

.btn-search {
  width: 35px;
  height: 32px;
  background-color: rgb(77, 88, 145);
  border-radius: 5px;
}

.btn-search:hover {
  background-color: rgb(11, 32, 135);
  cursor: pointer;
}

.tabela {
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 10px;
}

.btn-edit:hover {
  background-color: rgb(108, 114, 145);
  cursor: pointer;
}

.tabinfo,
th,
td {
  border: 1px solid black;
  text-align: center;
}

.esquerda {
  text-align: center;
}

td:first-child,
td:nth-child(2) {
  text-align: Left;
  padding: 5px;
}

.div-botao{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 60px;
  border: 1px solid rgb(185, 44, 41);
}

.div-botoes{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 60px;
}

.a-voltar {
  display: flex;
  width: 75px;
  height: 35px;
  background-color:#d7e1e0;
  color: #000000;
  text-decoration:none;
  border: 1px solid dodgerblue;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  margin: 10px;
  }

  .a-salvar {
    display: flex;
    width: 75px;
    height: 35px;
    background-color:#d7e1e0;
    color: #000000;
    text-decoration:none;
    border: 1px solid dodgerblue;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    margin: 10px;
    }
  
.div-inputBox {
  border: 1px solid black;
  background-color: rgb(231, 239, 236);
  font-size: 18px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  padding: 5px;
}

.div-titulo-principal {
  width: 100%;
  height: 40px;
  border: 1px solid dodgerblue;
  background-color: dodgerblue;
  border-radius: 8px;
  align-content: center;
  font-size: 26px;
}
.div-line01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.label {
  /*border: 1px solid rgb(184, 25, 25);*/
  text-align: left;
}

.col1 {
  width: 60px;
  text-align: center;
  font-size: 18px;
}

.col2 {
  width: 180px;
  text-align: center;
  font-size: 18px;
}

.col3 {
  width: 270px;
  font-size: 18px;
}

.col4 {
  width: 200px;
  font-size: 18px;
}

.div-line02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.col5 {
  width: 100px;
  font-size: 18px;
}

.col6 {
  width: 110px;
  font-size: 18px;
}

.col7 {
  width: 120px;
  font-size: 18px;
}

.col8 {
  width: 120px;
  font-size: 18px;
}

.col9 {
  width: 200px;
  font-size: 18px;
}

.div-tab-financeiro {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

.table-financeiro,
th,
td {
  border: 1px solid black;
  text-align: center;
}