body {
  background: url('https://i.pinimg.com/1200x/04/cb/5a/04cb5a2198f7e7c81f65b76d84e1c0d1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Times New Roman';
}

.padre{
  text-align: center;
  color: #BD2F2E;
  background: white;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 1px;
}


input{
  border: 1px solid #BD2F2E;
  color: #BD2F2E;
  border-radius: 3px;
}
