/* classe pour modifier la taille du formulaire */
.midlog {
  max-width: 700px;
  min-width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
}

.containercss {
  flex: 1;
}

.footer {
  background-color: #f0f0f0;
}

.enligne {
  display: flex;
  justify-content: space-between;
}
