.submit {  margin-top: -12px;
}
.labels {margin-top: 25px;}

.button {
    color: #ffffff !important;
    border: 0;
    font-family: inherit;
    margin: 0;
    height: 30px;
    padding: 7px 50px 38px 50px;
    font-size: 18px;
    font-weight: normal;
    background-color: #0c1326;
    line-height: 32px;
    align-content:center;
    
}

.pass-label { display: none; }

.afcs-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: 1 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 700px;
    padding: 3rem;
}
.protected-post-form {
    position: relative;
    margin: 0 auto;
    text-transform: uppercase;
    border-bottom: 0px solid #fff;
    padding: 4rem 2rem;
    background-color: #365494;
    color: white;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;

}
@media (max-width: 768px) {
    .protected-post-form input {
        width: 100%;
        max-width: 300px;
    }
}
.protected-post-form .afcsclose {
    cursor: pointer !important;
    border: none !important;
    outline: none !important;
    background: none !important;
    font-size: 80px !important;
    position: absolute !important;
    padding: 0 !important;
    top: 10px !important;
    right: 20px !important;
    width: fit-content !important;
}
@media (max-width: 768px) {
    .protected-post-form .passwordtitle {
        font-size: 20px !important;
        position: relative;
        top: 20px;
        line-height:24px;
    }
     .protected-post-form .passwordsubtext {
        font-size: 15px !important;
        position: relative;
        top: 10px;
    }
    .protected-post-form input {
        width: 100%;
        max-width: 300px;
    }
    .protected-post-form .afcsclose {
        font-size: 50px !important;
        top: 0px !important;
        right: 15px !important;
    }
}

.password_block {
    background: blue; 
    border:1px solid #999; 
    color:#333333; 
    padding:10px; 
    font-size: 20px;
}


.passwordtitle {
   color: white;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 50px;
    font-weight:bold;
    line-height:50px;
}
.passwordsubtext {
   color: white;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight:bold;
    line-height:50px;
    text-transform:none;
}


#overlay {
 position: fixed;
 top:0;
 left:0;
 right:0;
 bottom:0;
 background-color: white;
 pointer-events: none;
 z-index:99999;

}


#overlay.active {
 opacity: 1;
 pointer-events: all;

}

@media (max-width: 479px) {
.et_password_protected_form {
    padding: 40px;
}
}

@media (max-width: 479px) {
#overlay {
 position: fixed;
 top:0;
 left:0;
 right:0;
 bottom:0;
 background-color: white;
 pointer-events: none;
 z-index:99999;

}
