body.login {
    background:#152c47;
    & h1 {
        color:white;
        & a {
            background-image:url('https://preprod.fourmizz.fr/ciram-lab.com/wp-content/themes/ciram/img/logo-ciram.svg');background-size:contain;width:100%;height:100px;pointer-events:none;
        }
        &::after {
            display:none;
        }
    }
    & form {
        padding:2rem;border-radius:2rem;background:#275e7f;color:white;border:0;box-shadow:none;flex-direction:column;gap:1rem;
        & .input, & input[type=checkbox], & input[type=text] {
            background: #275e7f;color:white;border-radius:1rem;margin-bottom:0;
        }
        & label {
            margin-bottom:.5rem;width:100%;flex:none;color:white;text-align:center;
        }
        & > p {
            width:100%;max-width:100%!important;display:block;
            &.forgetmenot {
                display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem;
                & label {
                    flex:1 0 auto;width:fit-content;text-align:left;
                }
            }
            &.submit {
                margin:0 2rem!important;
            }
        }
    }
    & .button-primary {
        background:white;color:#152c47;border:none;box-shadow:none;text-shadow:none;
        &:hover {
            background:#152c47;
        }
    }
    & .button.wp-hide-pw {
        color: #152c47;
    }
    & #backtoblog a, & #nav a {
        color: white;
        &:hover {
            color: white;
        }
    }
    & .language-switcher, & #backtoblog {
        display: none;
    }
    & #login {
        & form {
            & p.submit {
                margin:2rem;padding:0;display:block;clear:both;text-align:center;margin-inline:auto;width:fit-content;
            }
        }
    }
    & #nav {
        text-align:center;
    }
}