.pdf-form {
    max-width: 400px;
    margin: 20px auto;
    padding: 20px;
    background: #f7f7f7;
    border-radius: 10px;
}

.pdf-form input {
    width: 100%;
    padding: 5px 10px;
    font-size: 16px;
    margin-top: 23px;
    border: none;
    font-weight: 600;
}
.pdf-form button.submit {
   width: 100%;
   font-size: 27px;
   color: #171796 !important;
   font-weight: 400;
   font-family: 'Oswald', sans-serif;
   text-align: center;
   padding: 8px 0;
   font-style: normal;
   background-color: #ffaf25;
   margin-top: 23px;
   border: none;
   transition: 0.5s;
   cursor: pointer;
}
.pdf-form button.submit:hover {
   color: #fff !important;
   /* background-color: #fb9e38; */
   transition: 0.5s;
}

.pdf-success {
    color: green;
    text-align: center;
}

.pdf-error {
    color: red;
    text-align: center;
}