.passwortschutz-form-container {
    border: 1px solid #ddd;
    padding: 40px 20px;
    margin: 20px 0;
    background-color: #f9f9f9;
    text-align: center;
}

.passwortschutz-form-container input[type="text"],
.passwortschutz-form-container input[type="submit"] {
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 5px;
    width: 250px;
    max-width: 100%;
}

.passwortschutz-form-container input[type="submit"] {
    background-color: #712d56;
    color: white;
    cursor: pointer;
    border: none;
}
.passwortschutz-form-container input[type="submit"]:hover {
    background-color: #5a2344;
}


#frontend-message.success {
    color: green;
    font-weight: bold;
}

#frontend-message.error {
    color: red;
    font-weight: bold;
}