body {
  margin: 0;
  padding: 0;
  width: 100%;
    height: 100%;
    background-color: #C0C0C0;
/*
  background: linear-gradient(to top, #00887e, #dd6000, #d9000b);
    background-repeat: no-repeat;
*/
}

.box {
  /* border: 2px solid #dd6000; */
  padding: 30px 25px 10px 25px;
  background: #00887e;
  margin: 50px auto;
  width: 360px;
}

.box img{
    margin-bottom: 50px;
    margin-left: -20px;
}
h1.box-logo a {
  text-decoration:none;
}
h1.box-title {
  color: #fff; 
  background: #dd6000;
  font-weight: 300;
  padding: 15px 25px;
  line-height: 30px;
  font-size: 25px;
  text-align:center;
  margin: -27px -26px 26px;
}
.box-button, .bnt__retour-accueil {
  border-radius: 5px;
  background: #d2483c;
  text-align: center;
  cursor: pointer;
  font-size: 19px;
  width: 100%;
  height: 51px;
  padding: 0;
  color: #fff;
  border: 0;
  outline:0;
}
.box-button:hover {
    background: #d9000b;
}
.bnt__retour-accueil{
    background-color: #00887e;
}
.bnt__retour-accueil:hover {
    background-color: #dd6000;
}
.box-register
{
  text-align:center;
  margin-bottom:0px;
}
.box-register a
{
  text-decoration:none;
  font-size:22px;
  color: #d9000b;
  font-weight: bold;  
}

.box-register p {
    font-size: 22px;
}
.box-input {
  font-size: 14px;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 25px;
  padding-left:10px;
  border-radius: 5px;
  width: 347px;
  height: 50px;
}
.box-input:focus {
    outline: none;
    border-color:#5c7186;
}
.sucess{
	text-align: center;
	color: #d9000b;
}
.sucess h3 {
    font-size: 50px;
}
.sucess a {
	text-decoration: none;
	color: #00887e;
}

.sucess h1 {
    font-size: 75px;
}
.sucess p {
    padding-top: 15px;
    padding-bottom: 25px;
    font-size: 30px;
}
p.errorMessage {
    background-color: #e66262;
    border: #AA4502 1px solid;
    padding: 5px 10px;
    color: #FFFFFF;
    border-radius: 3px;
}
.btn__session-membre {
    border-radius: 5px;
  background: #dd6000;
  text-align: center;
  cursor: pointer;
  font-size: 19px;
  width: 150px;
  height: 51px;
  padding: 0;
  color: #fff;
  border: 0;
  outline:0;
    margin-left: 20px;
}
.btn__session-membre:hover {
    background-color: #00887e;
}

.icons__session-membre {
    justify-content: center;
    margin-top: 50px;
    padding-bottom: 85px;
}
.icons__session-membre img {
    width: 360px;
    padding: 50px;
    margin: 30px;
    cursor: pointer;
    object-fit: cover;
    border: 3px solid #dd6000;
    border-radius: 20px;
}
.icons__session-membre img:hover {
    border: 3px solid #d9000b;
}
.icons__session-membre {
    text-align: center;
}


