
body.login {
    background-color: #232C51;
}

.login #backtoblog a, .login #nav a {
    color: white;
}

.login h1 a {
    background-image: url('agoralib-logo-horizontal-blanc.svg');
    width: 100%;
    background-size: contain;
}

#backtoblog, .privacy-policy-page-link {
    display: none;
}

#login {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 600px;
}

#login form, #login h1, #login nav {
    width: 320px;
}

.register-cpts {
    margin-top: 40px;
    order: 4;
    font-size: 18px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.register-cpts a {
    background: #D60059;
    padding: 10px 40px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.forgotten-password {
    order: 3;
    font-size: 14px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.forgotten-password a {
    color: #01e37f;
}
