
.epm-protected-block {
    display: none !important;
}
.epm-password-form {
    border: 2px dashed #666;
    padding: 1.2em;
    margin: 1em 0;
    background: #111;
    color: #eee;
    max-width: 400px;
    font-family: 'Arial', sans-serif;
    box-shadow: 0 0 10px #0f0;
}
.epm-password-form input[type=password] {
    width: 100%;
    padding: 0.6em;
    margin-top: 0.5em;
    border: none;
    background: #222;
    color: #0f0;
    font-size: 1em;
}
.epm-password-form button {
    margin-top: 0.5em;
    padding: 0.6em 1.5em;
    background: #0f0;
    color: #000;
    border: none;
    font-weight: bold;
    cursor: pointer;
}
.epm-password-form button:hover {
    background: #8f8;
}