form.post-password-form {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
    padding: 115px 0 100px 0;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    transition: 300ms ease;
}

form.post-password-form p:not(:has(input)) {
    font-weight: 500;
}

form.post-password-form label {
    display: block;
    margin-top: 2rem;
    font-size: 14px;
    line-height: 18px;
    /*margin-left: 20px;*/
    text-indent: 20px;
    opacity: .75;
    border: none;
    transition: 300ms ease;
}

form.post-password-form input:not([type="submit"]) {
    /*display: block;
    width: 100%;
    padding: 44px 20px 14px;
    box-sizing: border-box;
    border-bottom: solid 1px #000;
    border-radius: 0;
    background: #fff;
    color: #000;
    margin-top: -1px;
    line-height: 20px;
    transition: 300ms ease;
    appearance: none;
    font-size: 15px;
    transition: 300ms ease;*/
    border-top: 0;
    padding: 20px 20px 14px 20px;
}

input[type="submit"] {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    color: #000 !important;
    background: lime !important;
    border: solid 1px lime;
    margin-top: 2rem;
    padding: 5px 25px 5px 25px;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    letter-spacing: .05em;
    line-height: 1;
    box-sizing: border-box;
    border-radius: 30px;
    cursor: pointer;
    transition: 300ms ease;
    appearance: none;
}

/*input[type="submit"]::after {
    content: "";
    height: 8px;
    width: 10px;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 2px;
    background-image: url(../images/pictos/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 4px);
    right: 25px;
}*/
