.box {
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  padding-top: 20px;
  padding-left:  25px;
  padding-bottom:  20px;
  padding-right: 25px;
  background: white;
  margin: 30px auto;
  width: 70%;
  border: 5px solid #fff;
  -moz-box-shadow: 0px 6px 6px 6px #aaa; 
  -webkit-box-shadow: 0px 6px 6px 6px #aaa; 
  box-shadow: 0px 6px 6px 6px #dfe0e0;
  
}
h1.box-logo a {
  text-decoration:none;
}
.box-title {
  color: #111;
  font-weight: 300;
  padding: 15px 15px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 400;
  text-align:center;
  margin: -27px -26px 10px;
}
h1, h2 {
  background-color: none; 
}


.espace {
  border-bottom:25%;
}
.box-button {
  border-radius: 5px;
  background: #1877F2;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  height: 51px;
  padding: 0;
  color: #fff;
  border: 0;
  outline:0;
}

.box-button1 {
  border-radius: 5px;
  background:#42B72A;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  width: 22% auto;
  height: 50px;
  color: #fff;
  border: 0;
  outline:0;
  padding:  8px 10px;
  margin:;
}

.ligne_horizontal { 
  display: flex; 
  flex-direction: row; 
  } 
  
  .ligne_horizontal:before, 
  .ligne_horizontal:after { 
  content: ""; 
  flex: 1 1; 
  border-bottom: 2px solid #F0F2F5; 
  margin: auto; 
  text-align: center;
  } 

.box-register
{  
  margin-top: 10px;
  text-align: center;
}
.box-register a
{
  text-decoration:none;
  font-size:12px;
  color:#666;
}

.box-input {
  font-size: 1rem;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  padding: 1rem 1.2rem;
  border-radius: 5px;
  width: 100%;
  height: 52px;
}
.sucess{
  text-align: center;
  color: black;
}
.sucess a {
  text-decoration: none;
  color: #58aef7;
}
p.errorMessage {
    background-color: #e66262;
    border: #AA4502 1px solid;
    padding: 5px 10px;
    color: #FFFFFF;
    border-radius: 3px;
}

.footer-style {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  color:#696666 ;
}
.footer-style a:hover {
  cursor: pointer;
  color: #111;
}