body{
    overflow-y:auto;
    background-color: #2b669c;
  }
  
  .form-inicial{
    font-size: 12px;
  }
  
  .titulo{
    margin-left: 0px;
    margin-top: 4px;
    float: left;
    color: white;
    font-size: larger;
    font-size: 25px;
  }
  .tituloSalvo{
    margin-left: 0px;
    margin-left: 20px;
    float: left;
    color: white;
    margin-top: 40px;
  }
  
  .voltar{
      border-radius: 10px;
      text-decoration: none;
      float: right;
      margin-left: 260px;
      margin-top: 10px;
      background-color: #4169E1;
      color: white;
      border: 0px;
      box-shadow: 3px 4px white;
      padding: 10px;
  }
  .voltarSalvo{
    border-radius: 10px;
    text-decoration: none;
    float: right;
    margin-left: 70px;
    margin-right: 30px;
    margin-top: 10px;
    background-color: #4169E1;
    color: white;
    border: 0px;
    box-shadow: 4px 5px white;
    padding: 30px;
    font-size: large;
}

  .nav{
    display: flex;
    width: 100%;
  }
  
  .btn-inserir{
    cursor: pointer;
    background-color: orange;
    border-radius: 5px;
    border: 0;
    box-shadow: 3px 2px grey;
  }
  .btn-deletar{
    cursor: pointer;
    background-color: #FFA07A;
    border-radius: 5px;
    border: 0;
    box-shadow: 3px 2px grey;
    color: white;
  }
  .btn-status{
    cursor: pointer;
    background-color: #FFA500;
    border-radius: 5px;
    border: 0;
    box-shadow: 3px 2px white;
    color: white;
    float: right;
  }
  .btn-conftd{
    cursor: pointer;
    background-color: #FFA500;
    border-radius: 5px;
    border: 0;
    box-shadow: 3px 2px white;
    color: white;
    float: right;
  }
  .mensagem{
    color: red;
    text-align: left;
  }

  div.box_form{
    border-bottom: 1px solid #DDD;
    padding: 15px 25px;
    background: #F5F5F5;
    height: 5rem;
    justify-content: space-between;
  }

  .btn-voltar{
    background-color: #0000CD;
    color: white;
    border-radius: 10px;
    text-decoration: none;
    float: right;
    border: 0px;
    box-shadow: 3px 4px grey;
  }

  .inputcod{
    border-radius: 20px;
    height: 30px;
    text-align: center;
  }

  .btn-env{
    background: #caec4f;
    color:#2b1414;
    cursor: pointer;
    border:0;
    border-radius: 3px;
    margin-left: 60px;
    border-radius: 20px;
    height: 25px;
    width: 50px;
  }

  .status{
    display: flex;
    justify-content: space-between;
  }