body {
  background: linear-gradient(
    0deg,
    rgba(255, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  min-height: 100vh;
  margin: 0;
  color: rgb(203, 203, 203);
}

#Formulario{
    text-align: center;
    margin-top: 15%;
}
input{
    margin-bottom: 10px;
}