.page {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.new-login {
  display: flex;
  justify-content: center;
  align-items: center;
}

.connexion {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border: 2px solid rgb(55, 87, 165);
  padding: 2rem 2rem 0.8rem 2rem;
  border-radius: 0.5rem;
}
.connexion--items-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.connexion__logo {
  width: 8rem;
  margin-bottom: 2rem;
}
.connexion__title {
  text-align: center;
  margin: 0 0 2.5rem 0;
  border-bottom: none;
  font-size: 2rem;
  font-family: "Space Grotesk", sans-serif;
  font-weight: bold;
}
.connexion__wrapper--mb2 {
  margin-bottom: 2rem;
}
.connexion__wrapper--mb1 {
  margin-bottom: 0.5rem;
}
.connexion__label {
  font-family: "Space Grotesk", sans-serif;
}
.connexion__links {
  margin: 0 0 1.5rem 0;
}
.connexion__link {
  font-family: "Space Grotesk", sans-serif;
}
.connexion__link--mb1 {
  margin-bottom: 0.5rem;
}
.connexion__link--d-block {
  display: block;
}
.connexion__link--ml1 {
  margin-left: 0.2rem;
}
.connexion__bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.connexion__submit-btn {
  font-family: "Space Grotesk", sans-serif;
  border-radius: 0.5rem;
  background-color: rgb(55, 87, 165);
  border: none;
  color: white;
  padding: 0.5rem 0.8rem;
  transition: background-color 0.3s;
}
.connexion__submit-btn:hover {
  background-color: rgb(101, 156, 172);
}
.connexion__underground {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-end;
}
.connexion__text {
  margin: 0;
}

.goto-unilend {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
  width: 100%;
}

.unilend {
  width: 600px;
  background-color: rgb(243, 245, 250);
  padding: 1rem;
}
.unilend__top {
  display: flex;
  justify-content: flex-end;
}
.unilend__logo {
  width: 110px;
}
.unilend__title {
  text-align: center;
  margin: 0 0 2.5rem 0;
  border-bottom: none;
  font-size: 1.6rem;
  font-family: "Space Grotesk", sans-serif;
  font-weight: bold;
}
.unilend__body {
  display: flex;
  justify-content: center;
}
.unilend__btn {
  font-family: "Space Grotesk", sans-serif;
  border-radius: 0.5rem;
  background-color: rgb(178, 0, 102);
  border: none;
  color: white;
  padding: 0.5rem 0.8rem;
  transition: background-color 0.3s;
}
.unilend__btn:hover {
  background-color: rgb(101, 156, 172);
}

@media only screen and (max-width: 600px) {
  .connexion {
    margin: 0 10px;
  }
  .unilend {
    width: 100%;
  }
  .unilend__top {
    display: none;
  }
  .connexion__title {
    font-size: 1.6rem;
  }
}

/*# sourceMappingURL=login.css.map */
