
body {
  margin: 0;
  padding:0;
  }
form {
  background: #eee9e9;
  margin: 10% auto;
  width: 360px;
  border: solid 2px;
  border-radius: 10px;
  box-shadow: inset 0 0 10px rgb(110, 110, 110);
    
  }
form h1{
  text-align: center;
  color: rgb(12, 9, 24);
  font-weight: normal; 
  font-size: 40pt;
  margin: 30px 0px;
  }
form input {
  width: 280px;
  height: 35px;
  padding: 0px 10px;
  margin: 10px 30px;
  color: #6d6d6d;
  text-align: center;
  font-size: medium;
}    

.notaspeque {
  font-size:14px;
  color: #615f5f;
  line-height: 13px;
  width: 81%;
  margin-left: 38px;
  margin-top: 3px;
  margin-bottom: 10px;
  }

