.post-password-form::before {
content: "Anmeldung";
display: block;
font-size: 1.8em;
font-weight: normal;
text-align: left;
margin-bottom: 25px;
}

.post-password-form {
max-width: 63.5%;
margin: 82px auto;
}

.post-password-form input[type="password"] {
width: 100%;
box-sizing: border-box;
}

.post-password-form input[type="submit"] {
margin-top: 10px;
}