/* Le formulaire de connexion*/
@import url("https://fonts.googleapis.com/css2?family=Karla:wght@300;400&family=Sarabun:wght@200;300&family=Quicksand:wght@400;500;600;700&family=Jura:wght@300&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;
  min-width: 300px;
  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;
}

.inscription {
  border: none;
  border-radius: 5px;
  text-align: center;
  background-color: #2b2d42;
  color: #edf2f4;
  width: 8rem;
  height: 40px;
  font-size: 15px;
}

/* Message inscrivez-vous */

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

.msg_inscription {
  color: rgb(67, 67, 255);
}

.msg_inscription_connexion {
  color: rgb(67, 67, 255);
}

/* titre connexion */

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

.line_title_connexion {
  width: 100%;
  max-width: 400px;
  height: 1.5px;
  background: black;
  margin-bottom: 2rem;
}

.container_inscription {
  display: flex;
}

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

/* Affichage des messages d'erreur */
.message_erreur {
  font-family: "Nunito Sans", sans-serif;
  color: red;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
