/* image de fond */
body.login {
    background-color: #8eacbb;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

/* remplacement du logo wordpress */
.login h1 a {
    background-image: url('misc/noun-pool-1141953.svg');
    background-size: 150px;
    height: 150px;
    width: 150px;
}