

h1 {
  width: 100%; 
  text-align: center; 
  color:grey;
  font-size: 14px;
  font-style: italic; 
  margin-bottom: 30px ;
} 

.logo{
  position: relative;

  
  left: 0px;
  /* top: 20px; */
  margin-top: 50px ;
  /* background-color: rgb(111, 123, 205); */
  display: flex;
  align-items: center;
  text-decoration:none;
  justify-content: center;
  flex-direction: column;

}

.logoAsset{
  position: relative;
  width: 100%;
  height: 80px;

}

.separatorWithText {
  width: 100%; 
  text-align: center; 
  border-bottom: 1px solid var(--borderColor); 
  line-height: 0.1em;
  margin: 20px 0 20px; 
    
} 

.separatorWithText span { 
   background:var(--background); 
   padding:10px 10px; 
   font-size: 18px;
}

  

form{

  position: relative;
  width: 100%;
  height: auto;
  /* background-color: red; */
  display: flex;
  align-items: center;
  text-decoration:none;
  justify-content: center;
  flex-direction: column;
}

.blockButtons{

  position: relative;
  width: 100%;
  height: auto;
  /* background-color: red; */
  display: flex;
  align-items: center;
  text-decoration:none;
  justify-content: center;
  
}



.blockCheckBox{

  position: relative;
  width: 100%;
  height: auto;
  /* background-color: red; */
  display: flex;
  align-items: center;
  text-decoration:none;
  justify-content: center;
  margin:16px;

}

.checkbox{
  background-color: black;
}

.container{

 position: relative;
 width: 100%;

 height: auto;
 display: flex;
 /* align-items: center; */
 text-decoration: none;
 color:var(--ecritureLight);
 font-size: 12px;
}

.passwordForgotContainer{
   position: relative;
   width: 88%;
   margin-bottom: 24px;
}
.passwordForgot{
position: relative;
/* left: 5%; */
  color:grey;
font-size: 12px;
 font-style: italic; 
  
}

.googleButtonContainer{
  
  position: relative;
  width: 100%;
  height: auto;
  /* background-color: red; */
  display: flex;
  align-items: center;
  text-decoration:none;
  justify-content: center;
  
}

.googleButton{
 width: 100%;
 padding: 14px 22px;
 margin:2px 0px 18px 0px;
 display: inline-block;
 /* border: 1px solid rgb(30, 30, 30); */
 border: 1px solid rgb(161, 161, 161);
 background-color: var(--background);
 border-radius: 2em;
 box-sizing: border-box;
 color:rgb(161, 161, 161);
 font-weight: bold;
 font-size: 16px;
 display: flex;
 align-items: center;
 text-decoration:none;
 justify-content: center;
      cursor: pointer;


}

.googleIcon{
 margin-right: 10px;
}
/* 
.labelInputText{
  position: absolute;
  left: 6%;
  font-weight:500;

} */

.flexColumn{
  position: relative;
  /* width:auto; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction:column;

}

