/* image de fond */
body.login {
    background-image: url('images/TACTICS-dark-bg.svg');
    background-color: #29235c;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
body.login a.wp-login-lost-password,
body.login #backtoblog a,
body.login a.wp-login-log-in{
    color: white !important;
}

body.login #wp-submit{
    background-color: #29235c;
}

body.login #language-switcher input{
    color: #29235c;
}

body.login .dashicons-translation::before{
    color: white;
}

/* remplacement du logo wordpress */
.login h1 a {
    background-image: url('images/TACTICS-logo.svg');
    background-size: 320px;
    width: 320px;
    height: 130px;
}