/* Le formulaire de connexion*/
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap");

.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
}

.formulaire {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.container_connexion {
  width: 100%;
  display: flex;
  justify-content: center;
}
.contain_input {
  border: solid 1px rgb(180, 178, 178);
  border-radius: 5px;
  width: 100%;
  max-width: 400px;
  height: 40px;
  text-align: center;
  margin: 5px;
  margin-bottom: 20px;
  padding: 5px;
}

/* Le bouton connexion */

.action {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}

.connexion {
  border: none;
  border-radius: 5px;
  text-align: center;
  background-color: #2b2d42;
  color: #edf2f4;
  width: 8rem;
  height: 40px;
  font-size: 15px;
}
.line_title_connexion {
  width: 100%;
  max-width: 400px;
  height: 1.5px;
  background: black;
  margin-bottom: 2rem;
}

/* Message inscrivez-vous */

.contain_msg {
  margin-top: 20px;
  font-size: 13px;
  font-weight: bold;
  font-family: "Nunito Sans", sans-serif;
}

.msg_inscription {
  color: black;
  margin-bottom: 3px;
  color: rgb(67, 67, 255);
}

/* titre connexion */

.connexion_title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Quicksand", sans-serif;
  font-size: 25px;
}

/* Texte label */
.label_text {
  font-weight: bold;
  font-family: "Nunito Sans", sans-serif;
  margin-left: 5px;
}

/* Flash message ajouter */
.flash-ajouter {
  font-weight: bold;
  color: rgb(4, 156, 4);
  margin-bottom: 30px;
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
}
