.post-password-required.hentry {
font-family: "Open Sans", Sans-serif;
max-width: 360px;
margin: 50px auto;
padding: 30px 30px 15px 30px;
font-weight: 400;
overflow: hidden;
background: #fff;
border: 1px solid #ccd0d4;
box-shadow: 0 1px 3px rgba(0,0,0,.04);
}

.post-password-required.hentry label {
width: 100%;
}

.post-password-required.hentry #pwbox-774 {
margin: 15px 0;
}

.post-password-required.hentry input[type=submit] {
font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    letter-spacing: 0.75px;
    fill: #000000;
    color: #000000;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #9AC237;
width: 100%;
}

.post-password-required.hentry input[type=submit]:hover,
.post-password-required.hentry input[type=submit]:focus {
    background-color: #9AC237;
   color: #fff;
}