#body-login {
  background: rgb(2,0,36);
background: linear-gradient(302deg, rgba(2,0,36,1) 0%, rgba(83,78,138,1) 49%, rgba(247,147,16,1) 100%);
}

.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;
}
