body {
  margin: 0;
  padding: 1px;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../recursos/fondoNueve.avif);
  background-size: cover;
}

#containerLogin {
  padding: 1em;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 32em;
  height: 26em;

  border-style: solid;
  border-color: black;
  border-radius: 15px;
  background-color: whitesmoke;
  flex-direction: column;
}
h1 {
  text-align: center;
}
#form {
  text-align: center;
  justify-content: center;
  align-items: center;
}
