#protectPdfForm .file-input {
    color: #0e65bf;
    cursor: pointer;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
    font-family: system-ui;
    font-size: 24px;
    min-height: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 2px dashed;
    margin: auto;
}

#protectPdfForm input#pdfInput {
    display: none;
}

 #inputDiv{
    display: block;
    width: 100%;
    max-width: 550px;
    text-align: center;
    padding: 25px;
    box-shadow: 0 0 15px 0px #0002;
    border-radius: 10px;
    margin: 10px auto 30px;
}

.passDiv {
    display: flex;
    justify-content: center;
}
#protectPdfForm input.tool-input {
    max-width: 400px;
}

.success-div{
    padding: 30px;
    text-align: center;
    background: #1d58ba14;
    border-left: 4px solid #1e59bc;
    max-width: 600px;
    margin: 50px auto;
}

.single-post #content .success-div p.downld-link a{
  
     color: green !important;
     font-weight:700 !important;
  
}