.post-password-form{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;text-align:center;max-width:400px;margin:50px auto;padding:20px;border:4px solid #c9a66b;border-radius:0px;background-color:#fff}.post-password-form input[type=password]{width:100%;padding:10px;margin:10px 0;border:2px solid #166d3b;border-radius:0px}.post-password-form input[type=submit]{background-color:#166d3b;color:#fff;border:none;width:100%;padding:10px 20px;border-radius:0px;cursor:pointer}.post-password-form input[type=submit]:hover{background-color:#166d3b}.post-password-form label{font-weight:700;color:#4a4a4b}.post-password-form p{margin-bottom:10px;color:#aaa}