#CorpsPageConnexion{
    margin:0;
    padding:0;
    background: url(../../assets/images/Entreprise/work.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #303030;
    font-family: 'Oswald', sans-serif;
    cursor: default;
}

.headerLasserre{
    display: flex;
    justify-content: space-between;
}

.retourLasserre{
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: none;
  color: #59194B;
}

.retourLasserre:hover{
  text-decoration: underline;
}

.innerLasserre{
      min-width: 320px;
      max-width: 350px;
      width: calc(100% - 40px);
      padding: 50px;
      background-color: #fff;
      min-height: 338px;
      background-color: #FFF;
      position: absolute;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
}

.innerLasserre h1{
  color: #7e7e7e;
}

input, select {
     margin-bottom: 15px;
     font-size: 16px;
     border-width: 11px;
     border-color: #ffffff;
     background-color: #FFFFFF;
     color: #000000;
     border-style: hidden;
     border-radius: 0px;
     box-shadow: 0px 0px 0px rgba(255,0,0,.75);
     text-shadow: -50px 0px 0px rgba(66,66,66,.100);
     border-bottom: 1px solid #D3D3D3;
     width: 100%;
}
input:focus {
     outline:none;
     border-bottom: 1px solid #59194B;
     transition-duration: 0.5s;
}

select{
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
	background-image: url(../images/down-arrow.svg);
	background-position: 97%;
	background-size: 5%;
	background-repeat: no-repeat;
  cursor: pointer;
}

.inscription{
  display: flex;
  flex-direction: column;
}

form button{
  margin-top: 15px;
  color: #FFF;
  background-color: #59194B;
  padding: 10px 16px 10px 16px;
  margin-top: 20px;
  margin-bottom: 0;
  border: 0px;
  text-align: center;
  margin-bottom: 10px;
}

form button:hover{
    cursor: pointer;
    background-color: #3d0d32;
}

.logo{
  width: 30%;
   vertical-align: middle;
}

a.btn-connexion, .btn-inscription{
  font-size: 14px;
}

@media only screen and (max-width : 768px) {
   body{
     background: none;
     background-color: #FFF;
   }
}
