.content {
  display: flex;
  justify-content: space-between;
  background-color: #f9f9fc;
}

.content > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  max-width: 50%;
  margin: auto;
}

.button-container a {
  padding: 10px 30px;
  text-decoration: underline;
}

.logo-container {
  text-align: center;
}

.container-form {
  display: flex;
  align-self: center;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  border: solid 1px #dde1e3;
  border-radius: 10px;
}

.container-form form {
  display: flex;
  align-self: center;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
  width: 100%;
}

.container-form form input {
  margin: 20px 0;
  width: 100%;
}

.heading {
  color: #88889b;
  letter-spacing: 1.5;
  text-align: center;
}

.heading h2 {
  color: #cacad0;
  font-weight: 100;
  font-size: 1.2em;
  margin: 20px 0;
}

input[type=email] {
  border: none;
  padding-bottom: 10px;
  border-bottom: 2px solid #ececf3;
  font-size: 1.5em;
  background-color: #f9f9fc;
}

.info {
  display: none;
}

a {
  text-decoration: underline;
}

a:hover {
  opacity: 0.8;
}/*# sourceMappingURL=mot-passe.css.map */