/* Start custom CSS */.post-password-form [type=submit], button {
    color: #e1705f;
    border: 1px solid #e1705f;
}
.post-password-form [type=submit]:hover, button:focus, button:hover {
    color: #fff;
    background-color: #e1705f;
}
.post-password-form label {
    margin-top: -14px;
}
.post-password-form input[type="submit"] {
    margin-top: 20px;
}/* End custom CSS */