/*
Theme Name: SettleIndex
Template: hello-elementor
Author: Zac Best
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.3.0.1593769114
Updated: 2020-07-03 09:38:34

*/
/** Password page styles (08/04/24) **/
.post-password-form {
	max-width: 1120px;
    margin: 40px auto;
	padding: 0 20px;
}

.post-password-form input {
	margin-top: 10px;
	border: 0;
}

.post-password-form p {
	justify-content: center;
}

@media only screen and (max-width: 1249px) {
	.post-password-form {
		padding: 0 5% 0 5%;
	}
}
@media only screen and (max-width: 720px) {
	.post-password-form p {
	justify-content: flex-start;
  }
}