.custom-post-password-form-wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	margin-top: 100px;
	margin-bottom: 100px;
}
.custom-post-password-form-wrapper label {
	display: block;
	margin-bottom: 10px;
	font-weight: 500;
}
.custom-post-password-form-wrapper input.password-field {
	background-color: #f7f7f7;
	font-family: "Open Sans", Sans-serif;
    font-weight: 400;
}
.custom-post-password-form-wrapper input.submit-button {
    background-color: #6fb524;
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    border-style: none;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 15px;
    margin-top: 10px;
}