.post-password-form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    min-height: calc(100vh - 481px);
    padding: 12px;
}

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

.post-password-form [type=password],
.post-password-form [type=text],
.post-password-form [type=email] {
    margin-top: 5px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    min-width: 320px;
}

.post-password-form [type=submit] {
    margin-left: 10px;
    padding: 11px 22px !important;
}