.container-left {
  width: 32%;
}

.container-right {
  width: 65%;
  text-align: center;
}

.container-right .img-hero {
  width: 500px;
}

.container {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 150px;
}

.container .container-right h1 {
  font-size: 20px;
}

.container-right img.img-hero {
  border-radius: 29px;
}

.field input,
select {
  margin-top: 10px !important;
}

.button {
  color: white !important;
}

@media (max-width: 760px) {
  .container-login .bloc-connexion {
    width: 90% !important;
  }
  .form-container {
    margin: 0px;
  }
  .bloc-hero {
    display: none;
  }
  .banner {
    margin-top: 14px !important;
  }
  .container {
    margin-top: 0;
    display: block !important;
  }
  .container-left {
    width: 100%;
    padding: 20px;
  }
  .container-right {
    display: none;
  }
}
