/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 01 2024 | 19:59:44 */
.post-password-form {  width: 50%; margin: 0 auto; padding-bottom: 100px;}

.post-password-form .form-protected-ele {}

.post-password-form .form-protected-ele input[type="submit"]{ margin-left: 5px; width: 25%; background: #D15354; border: 1px solid #D15354; color: white; border-radius: 15px;width: 25%;}
.post-password-form .form-protected-ele input[type="password"]{width: 73%;}


@media(max-width:767px){
  .post-password-form { padding-top: 50px; width:90%; }
  .post-password-form .form-protected-ele input { width: 100% !important; display:block; margin-top: 10px;}
  
}

@media(max-width:925px){
  .post-password-form .form-protected-ele input[type="password"]{width: 70%;}
}


