
  BODY {
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  font-family:Arial, Helvetica, sans-serif;
  }
  
  .button {
  width: 285px;
  height: 50px;
  padding: 0;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: Steelblue;
  border: 0;
  border-radius: 5px;
  cursor: pointer; 
  outline:0;
}
  .input {
  width: 285px;
  height: 50px;
  margin-bottom: 5px;
  padding-left:10px;
  font-size: 15px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.form {
  margin: 20px auto;
  width: 300px;
  height: auto;
  padding: 30px 25px;
  background: white;
  border: 1px solid #c4c4c4;
}
.form1 {
  margin: 10px auto;
  width: 600px;
  height: auto;
  padding: 5px 5px;
  background: white;
  border: 1px solid #c4c4c4;
  font-size: 12px;
}

h1.title {
  margin: -28px -25px 25px;
  padding: 15px 25px;
  line-height: 30px;
  font-size: 25px;
  font-weight: 300;
  color: #ADADAD;
  text-align:center;
  background: #f7f7f7;
}

.Estilo1 {font-weight: bold;}
.Estilo2 {font-size: 10px; }