.fundoprincipal{
  background-image: url(img/login_fundo.jpg);
  background-repeat:no-repeat;
  background-size: cover;
  min-height: 100vh;  
} 

.fundotarefas{
  margin: 90px 30px 90px 30px;
  box-shadow: 1px 1px 5px #818181;
  background-color: white;
  padding: 30px;
  border-radius: 5px;
}



.tituloprincipal {
  text-align: center;
  font-size: 18px;
  font-family: Sans-serif;
  color: #c82323;
  width: 700px; 
    margin-left: auto;
    margin-right: auto;
}



/* CSS formulario inserir*/
.erro {
    color: #F44;
  }




  .botaocadastro {
    background: #0066A2;
    color: white;
    border-style: outset;
    border-color: #0066A2;
    height: 50px;
    width: 100px;
    font: bold15px arial,sans-serif;
    text-shadow: none;
    }




/* Reformulando*/
h1 {
  text-align: center;
}



fieldset {
  border: 1px solid #555;
  color: #333;
  margin: 10px 0 0 0;
}

label {
  display: block;
  margin: 10px 0 0 0;
}

input[type=text],
textarea {
  font-family: Sans-serif;
  font-size: 1.2em;
  width: 100%;
  border: 1px solid #555;
  padding: 5px;
}

input[type=submit] {
  margin: 10px 0 0 0;
  font-family: Sans-serif;
  font-size: 1em;
  float: right;
  clear: both;
  border: 1px solid #555;
  padding: 7px;
}

table {
  width: 100%;
}

table th {
  background-color: #EEE;
  font-size: 1em;
  padding: 10px;
}

table td {
  border-bottom: 1px solid #333;
  color: #000;
}





.fFundotarefasxxxxx{
  margin: 10px 10px 10px 10;

  box-shadow: 1px 1px 5px #ccc;
  background-color: white;
  padding: 30px;
  border-radius: 5px;
} 





.botaocategorias{
  padding-top: 10mm; 
  display: inline-block;
  
}


.fundotarefaoperacao{
  margin: 10px 10px 10px 10;
  height: 750px;
  box-shadow: 1px 1px 5px #818181;
  background-color: white;
  padding: 30px;
  border-radius: 5px;
} 




.TabelasCSS{
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0px; 
  position: relative; 
  text-align:center;
  font-size: 18px;
  color: #4c3670;
  background-color:#F0F8FF; 
}


