Hello Misha,
Thanks for writing in!
Password protect page can’t be edited in Pro Theme content builder. You will have to do custom development work which falls outside the scope of support we offer.
However, you can style the page using CSS. Here’s some sample CSS that you can use to get started:
.post-password-form {
text-align: center;
margin-top: 50px;
}
.post-password-form input[type="submit"] {width: 10%;}
1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g
2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI
Thanks.