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

/* remplacement du logo wordpress */
.login h1 a {
    background-image: url('misc/logo-oxygene.svg');
    background-size: 261px;
    height: 111px;
    width: 261px;
}

.login #nav a {
    color: #ababab;
}