form:has(#fullname) {
    opacity: 0.6 !important;
    pointer-events: none !important;
    filter: grayscale(100%);
    user-select: none;
}

#fullname, 
[id="mailalias[0]"], 
[id="mailforward[0]"],
#mailalias,
#mailforward {
    background-color: #eee !important;
    cursor: not-allowed !important;
}

form:has(#fullname) button[type="submit"] {
    display: none !important;
}

#password-form, 
form:has(#password) {
    opacity: 1 !important;
    pointer-events: auto !important;
    filter: none !important;
}