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

.post-password-form input[type="submit"] {
  width: 100px;
  background: #0356a7;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-top: 10px;
}