/*
** Password Protect Styling 
*/


.post-password-required .et_password_protected_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
}

.post-password-required .et_password_protected_form p {
    font-size: 24px;
    max-width: 500px;
    text-align: center;
    color: #000;
    line-height: 1.4;
}

.post-password-required .et_password_protected_form button.et_submit_button {
    font-size: 18px;
    width: 200px;
    text-transform: uppercase;
    color: #fff;
    background-color: #24d702 !important;
    border-color: #24d702 !important;
}

.post-password-required .et_password_protected_form button.et_submit_button::after {
    font-size: 28px;
}