.pwd-logo-wrap  {
    text-align: center;
}
.pwd-logo-wrap  img{
    max-height: 100px;
}

.post-password-form {
    text-align: left;
}

.post-password-form input[type=password] {
  margin-top: 10px;
  height: 50px;
}


.post-password-form input[type=submit] {
    margin-top: 20px;
    width: 100%;
    padding: 20px 0;
    background-color: #B73E21;
}