.post-password-form
{
	
	padding: 150px 100px;
  	background-color: #9a222e;
	text-align:center;
	
}
.post-password-form .error-message
{
	
	margin-bottom:20px;
	font-size:20px;
	
	
}
.post-password-form .error-message p
{
	
	font-size:20px;
	
	
}
.post-password-form .elementor-view-framed .elementor-icon {
    padding: .0em;
    color: #f8f8f8;
    border: none;
    border-color: #131313;
    background-color: transparent;
}
.post-password-form .elementor-icon svg {
    	fill: #f8f8f8;
		color: #f8f8f8;
		font-size: 60px;
}
.post-password-form p
{
	
	color: #f8f8f8;
	font-family: 'Open Sans';
	font-weight: 100;
	font-size: 24px;
	margin-bottom: 0;
	
}
.post-password-form input
{
	
	padding: 15px;
	margin: 0;
	background: #ffffff;
	font-family: "Karla", Helvetica, sans-serif;
	line-height: 26.64px;
	font-size: 18px;
	font-size: 1.8rem;
	border: 2px solid #111;
	border-radius: 5px;
	color: #333;
	text-align:center;
	
}


.post-password-form button, html input[type="button"], input[type="reset"], input[type="submit"]
{
	
	border: none;
	background: #1d1d1d;
	border-radius: 3px;
	color: #ccc;
	cursor: pointer;
	-webkit-appearance: button;
	font-size: 20px;
	font-family: 'Open Sans';
	line-height: 1;
	padding: 22px 30px;
	text-transform: uppercase;
	margin-top:15px;
	
}