/* Background de la page de connexion */
._body-connexion {
  background-image: url('/www/images/image_fond_connexion.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  opacity: 1;
  height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Box connexion */
._login-box {
  max-width: 400px;
  margin: 50px auto;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 1rem;
  height: 500px;
}

/* Texte box connexion */
._text-box-connexion {
  font-size: 32px;
  font-weight: 100;
  text-align: center;
  letter-spacing: 1px;
  color: #2e3440;
  margin: 30px 0;
}

/* Container des boutons */
._container-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Champ textinput */
._text-input {
  font-size: 14px;
  color: #1a1d1a;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

/* Actionbutton */
._button, ._button:hover, ._button:focus {
  background-color: #13194b;
  border: none;
  min-width: 100px;
  color: white;
  margin-top: 5px;
}
