body.login {
    background-image: url(../images/phenix-bg-body-login.png);
    background-position: center bottom;
    background-repeat: repeat;
}
input[type="submit"]{
  letter-spacing: 1px;
      width: 102px;
    height: 33px;
    margin-top: 6px;
    color: #ffffff;
    background: #656665;
    font-weight: 200;
    padding:0 
}
input[type="submit"]:hover{
      width: 102px;
    height: 33px;
    margin-top: 6px;
    color: #ffffff;
    background: #32afd6;
    font-weight: 200;
}
.user{
  text-align: center;
  width: 50%;
  margin: auto;
}
.user .input input, .user .input select{
  letter-spacing: 1px;
    padding-left: 10px;
    cursor: pointer;
    display: inline-block;
    width: 50%;
    height: 33px;
    background: transparent;
    border: navajowhite;
    border-left: 2px solid #32afd6;
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 8px;
}
.user .input input:hover{
   border-bottom: 1px solid #32afd6;
    transition: 0.3s;
}


.span{
      padding-top: 79px;
}
.span span{
    font-weight: 100;
    color: #6273953d;
    /* border-left: 12px solid #ff0000; */
    border-radius: 12px;
    padding: 6px;
    float: right;
    font-family: Roboto;
    font-size: 70px;

}
.logo-ecole{
  padding:9px 
}
.logo-pegasus{
  text-align: center;
}
.logo-pegasus img{
    padding-bottom: 20px;
    max-width: 54%;
}

.picto-aide-login {
    height: 25px;
    width: 25px;
    float: left;
    position: relative;
    top: -4px;
    margin-right: 5px;
    margin-left: 15px;
    background: url(../images/pegasus/picto-aide-login.png) no-repeat transparent center center;
}
#login_area .aide-login {
    color: #666;
    margin-top: 15px;
}
.aide-login {
  width: fit-content;
  margin: auto;
}
.aide-login span a{

  font-size: 11px!important
}
.aide-login span {

  font-size: 12px!important
}


@media (max-width: 767px){
  .input{
    padding-left: 25px
  }
  .aide-login-agri{
      display: flex;
    position: absolute;
    background: #637e42;
    padding: 1px;
    margin-left: -36px;
    margin-top: 0px;

  }
  .aide-login{
  margin-top: 26px;
  

  }
  .user .input input{
    width: 100%
  }
  .user{
    width: 100%
  } 
  .span span {
    /*font-size: 14px;
    font-weight: 200;
    background:transparent;  
    border-left: 2px solid #0e528e;
    border-radius: 0px;
    color: red*/
        font-size: 29px;
    font-weight: 200;
    background: transparent;
    border-radius: 0px;
    color: #666b70;
    top: 0;
    position: absolute;
  }
  .logo-ecole img{
        width: 232px;
  }
  .logo-pegasus img{
   
    max-width: 100%;
}

}



.snip1577:before,.snip1577:after{
  position: absolute;
  top: 20px;
  right: 20px;
  content: '';
  background-color: #fff;
  z-index: 1;

}
.snip1577:before {
  width: 10px;
  height: 1px;
}

.snip1577:after {
  height: 10px;
  width: 1px;
}
.snip1577 {
  font-family: 'Montserrat', Arial, sans-serif;
  position: relative;
  display: inline-block;

  width: 100%;
  color: #fff;
  text-align: left;
  font-size: 16px;
  background: #fff;
  height: 20px
}

.logo_login{
  max-width:350px;
  max-height:240px;
}
div.input select {
  background-color: #efefef!important;
}