.warning-box {
 background-color: #eee !important;
 color: #000 !important;
 padding: 10px;
}

.simple_form.new_user::before {
    content: 'Info: Ich, Andreas Sander, biete diesen Dienst als reine Gefälligkeit an, ohne dass ich für jegliche Nachteile einstehen möchte.';
    margin-bottom: 10px;
    display: block;
    font-size: 1.1rem;
    background-color: #eee;
    color: #000;
    padding: 10px;
}

