﻿.main-header {
  padding: 10px 0;
  position: fixed;
  z-index: 999;
  width: 100%;
  background: #38761d;
}
.content-body{
  height: 100vh;
  position: relative;
  background: url('../img/paysage.jpg') no-repeat bottom;
  background-attachment:fixed;
  background-size: cover;
}
.box-connexion{
  width: 400px;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 5px;
  padding: 30px 20px;
  /* box-shadow: 12px 12px 8px 1px rgba(0,0,0,0.55);
  -webkit-box-shadow: 12px 12px 8px 1px rgba(0,0,0,0.55);
  -moz-box-shadow: 12px 12px 8px 1px rgba(0,0,0,0.55); */
  box-shadow: 13px 12px 11px -5px rgba(0,0,0,0.48);
-webkit-box-shadow: 13px 12px 11px -5px rgba(0,0,0,0.48);
-moz-box-shadow: 13px 12px 11px -5px rgba(0,0,0,0.48);
}
.box-connexion .bloc-header{
  margin: 20px 0px 50px 0px;
  text-align: center;
}
.box-connexion .fa-at, .box-connexion .fa-lock {
  font-size: 2rem;
  color: #38761d;
  position: absolute;
  top: 10px;
  left: 26px;
}
.relative{
  position: relative;
}
.box-connexion input{
  width: 100%;
  text-align: center;
}
#btn_login{
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  padding: 10px 30px;
}
.bloc-footer .text-right{
  text-align: right;
  padding: 10px 0px 20px 0px;
}
.formPassword button{
  position: absolute;
  top: 12px;
  right: 26px;
  border: none;
  background: none;
}
.formPassword button i{
  font-size: 1.75rem;
}
/* responsive */
@media(max-width:767px){
  .box-connexion{
    width: 90%;
    margin: auto;
  }
}