#password_change_popup {
    position: absolute;
    margin: auto;
    border: 3px outset #f1f1f1;
    background-color: rgb(208, 94, 185);
    width: 30%;
    top: 15%;
    right: 35%;
    box-shadow: 35px 35px 10px black;
    color: floralwhite;
}

#password_change_popup form {
    padding: 1%;
}

#bandeau_bloquant {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #020204b2;;
}

#modif {
    width: 30%;
}

.messages {
    margin: auto;
    white-space: nowrap;
}

.reinit_password {
    width: 20%;
}

.registration {
    list-style-type: none;
    width: 40%;
}

.groupes {
    width: 40%;
}

.compte {
    width: 95%;
}

.success {
    font-weight: bold;
    color: green;
    text-align: left;
}

.error {
    color: red;
    text-align: left;

}

@media (orientation: portrait) {
    #password_change_popup {
        width: 70%;
        left: 15%;
    }

    .registration {
        width: 80%;
    }
}