#buttonLogin {
  /* definimos a cor de fundo do box */
  background-color: #666;
  /* definimos o quão arredondado irá ficar nosso box */
  border-radius: 10px;
}

#inputLogin,
#inputSenha,
#inputAltSenha,
#inputRepitaSenha {
  /* definimos a cor de fundo do box */
  background-color: #f5fffa;
  /* definimos o quão arredondado irá ficar nosso box */
  border-radius: 10px;
  font-size: 15px;
}

#header {
  height: 35px;
  background: yellow;
}

#lista {
  color: #008080;
  border: solid 2px;
  border-radius: 0px 20px 0px 20px;
}

#itemLogin {
  color: #87ceeb;
}

#texto {
  color: black;
  font-weight: bold;
  text-align: center;
}
