/* Define [1rem => 10px] */
html {
    font-size: 62.5%;
}

.post-password-required {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}

.post-password-form p:nth-child(2) {
	display: flex;
    flex-direction: column;
    align-items: center;
	text-align: center;
}

.post-password-form p:nth-child(2) label {
	padding-bottom: 1rem;
}

.post-password-form p:nth-child(2) input:nth-child(2) {
	border: 0;
}