/* Start custom CSS */.post-password-form {
    min-height: initial;
    padding: 100px;
    max-width: 700px;
    margin: auto;
}
 
.post-password-form.et_submit_button {
    background: #8dc63f;
    color: white!important;
    border: 2px solid #8dc63f;
}
 
.post-password-form .et_submit_button:hover {
    background: white;
    color: #8dc63f!important;
}
 
@media (max-width: 479px) {
.post-password-form {
    padding: 40px;
}
}/* End custom CSS */