.connexion_container {
  z-index: 2;
  width: 70%;
  max-width: 1450px;
  position: relative;
}

.contact-form,
.connexion-form {
  background-color: #d7e5f3;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 50px;
}

.form-content {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.h1_connexion_mobile {
  width: 100%;
  color: #1a2341;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.div-block {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.inputlabel {
  width: 100%;
  height: auto;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.label {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.form-text-input {
  width: 100%;
  height: 40px;
  grid-column-gap: 8px;
  color: #636462;
  background-color: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
  display: flex;
}

.form-text-input::-ms-input-placeholder {
  color: #636462;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.form-text-input::placeholder {
  color: #636462;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.signin-btn {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

.link-block-2 {
  width: 100%;
  text-decoration: none;
}

.mobile-bodymedium-16-strong-center {
  color: #1a2341;
  text-align: center;
  padding-top: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.h1_password {
  width: 100%;
  color: #1a2341;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.form-content-password {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.password-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.toggle-password {
  background: none;
  border: none;
  position: absolute;
  right: 10px;
  cursor: pointer;
}

.toggle-password img {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 479px) {
  .connexion_container {
    width: 100%;
  }

  .contact-form,
  .connexion-form {
    padding: 30px;
  }

  .h1_connexion_mobile {
    width: 100%;
    object-fit: fill;
    font-size: 40px;
  }

  .emailLabel {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  .h1_password {
    width: 100%;
    object-fit: fill;
    font-size: 40px;
  }
}

@media screen and (max-width: 991px) {
  .contact-form,
  .connexion-form {
    padding: 30px;
  }
}

@media screen and (min-width: 1280px) {
  .connexion_container {
    width: 50%;
  }

  .form-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .div-block {
    width: 100%;
    flex-direction: column;
    display: flex;
  }

  .emailLabel {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  .signin-btn {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  .mobile-bodymedium-16-strong-center {
    color: #1a2341;
  }

  .form-content-password {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }
}
