#body-login {
  font-family: "Lato", sans-serif;
  --opacidad-negro: 0.5;
  background-image: linear-gradient(
      rgba(0, 0, 0, var(--opacidad-negro)),
      rgba(0, 0, 0, var(--opacidad-negro))
    ),
    url("/img/the-background-292729.png");
  background-size: auto;
}

.contenedor__formulario {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card__form {
  margin-bottom: 20px;
  width: 450px;

  background-color: white;
  border-radius: 6px;
  padding: 10px;
  box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
}

.contenedor__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Logo_Datt {
  margin-bottom: 15px;
  margin-top: 15px;
  width: 220px;
}
