.bgImageIndex {
  height: 100vh;
  background-image: url(../img/pexels-leon-martinez-1552252.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}


.main {
  width: 100%;
  height: 100%;

}

.logo {

  width: 15rem;
  height: 15rem;


}

.formulaire {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 13px;
}

.login {
  color: white;

}

.loginContainer {
  align-items: center;
  display: flex;
  color: white;

}

h1 {
  font-size: 3rem;
  font-family: 'Finger Paint', cursive;
  color: #111;
}

h2 {
  font-size: 2.8rem;
  font-family: 'Finger Paint', cursive;
  color: rgb(255, 0, 0);
}

h1 span {
  font-size: 3.5rem;
  font-family: 'Times New Roman', Times, serif;
  color: red;
}

@media all and (max-width: 640px) {
  h1 {
    font-size: 2.3rem;
  }

  h2 {
    font-size: 1.7rem;
  }

  .formulaire {
    margin-top: -100px;
  }

  .mainContainer {
    margin-top: 20vh !important;
  }

  .logo .h-100 {
    height: 80% !important;
  }

  .logo {
    width: 15rem;
    height: 10rem;
  }

  #pasDeCompte {
    font-size: medium !important;
  }

  button,
  input,
  optgroup,
  select,
  textarea {
    margin: 2px;
  }

.g-recaptcha {
  transform:scale(0.80);
  -webkit-transform:scale(0.80);
  transform-origin:0 0;
  -webkit-transform-origin:0 0;
}

}

p {
  font-family: 'Baloo Da 2', cursive;
}

#pasDeCompte {
  font-size: x-large;
}

.mainContainer {
  margin-top: 11vh;
}

.text-danger {
  font-size: 1.95rem;
}

#titreDeco {
  font-size: 2.5rem;
  font-weight: 700;
}

#pwdForget {
  color: #111;
  font-weight: 600;
}

#pwdShow{
  color: #111;
  font-weight: 600;
}