
div:has(#privacy):nth-last-child(1) {
    display: none !important;
}
#settings {
    width:100% !important;
    display:block !important;
}
#settings > div:nth-child(1) {
    width: 100% !important;
}
body,label,button,select,input {
    font-family: sans-serif;
    font-size:1.3rem;
}
input {
    border-radius: .3rem;
    padding: 5px;
    margin: 5px 0;
}
#pasta-form::before {
    content: "";
    display: inline-block;
    width: 250px;
    /* adjust as needed */
    height: 50px;
    /* adjust as needed */
    background-image:
        url('https://proteoserver.de/luhlogo.png'),
        url('logo.png');
    background-position:
        left,
        right;
    background-size:
        180px auto,
        30px auto;
    background-repeat: no-repeat;
}

#uploader_password::before {
    content: "PI: ";
    color: #333;
    font-weight: bold;
}