#login h1 a, .login h1 a {             
    background-image: url(https://leplusduweb.com/wp-content/uploads/Page_login_client/logo_lpdw.png) ;
    width: 250px;
    height: 250px;
    background-size: 250px 250px;
    margin-top: 50px;
}

body{
    background-image: url(https://leplusduweb.com/wp-content/uploads/Page_login_client/background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

#login {
    padding: 0 !important;
}

#social {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}
 
#icon_twitter{
    width: 50px;
    height: 50px;
}

#icon_linkedin{
    width: 50px;
    height: 50px;
}

#icon_twitter span{
    text-decoration: none;
    color: #aec90b;
    transition: 300ms;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

#icon_linkedin span{
    text-decoration: none;
    color: #aec90b;
    transition: 300ms;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

#icon_twitter span:hover{
    color: #1e73be;
}

#icon_linkedin span:hover{
    color: #1e73be;
}