
.login-first-text
{
  margin-top: 5%;
  color: white;
  font-size: 40px;
}

.login-form
{
  color: white;
  margin-top: 10%;
}

.login-form-input
{
  height: 54px;
}

.login-form-submit
{
  background-color: #7d7596 !important;
  border-color: #68617d !important;
  height: 49px;
  min-width: 100px;
  font-weight: bold;
}

.login-form-submit:hover{
  color:white;
  background-color: #68617d !important;
}

.login-connexion{
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}

.login-connexion label{
  font-size: 25px;
}
.login-logo{
  width: 100%;
}

.login-inscription{
  margin-top: 10%;
}

.login-inscription-text{
  border-bottom: 0.5px solid #d7d7d7;
  margin-bottom: 20px;
}

.login-inscription-text label{
  font-size: 25px;
  color: white;
}

.login-inscription-button{
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  width: 200px;
   line-height:72px;
  color: white;
}

.login-inscription-button:hover{
  color: white;
  background-color: #68617d;

}

.map-contanier-login{
  margin-top: 6%;
}

.login-map{
  background-color: black;
  height: 400px;
  width: 400px;
}

.login-pressentation-text{
  width: 400px;
  font-size: 14px;
  margin-top: 25px;
}

.login-pressentation-text p:last-child{
  margin-top: 25px;
}
