/* 
    Created on : Jan 26, 2021, 4:06:32 PM
    Author     : Jennifer Junio
*/

/* On screens that are 767px or less */
@media screen and (max-width: 575px) {
    iframe[src*="youtube"] {
        height: auto;
    }
}

form.ppe h3 {
    text-transform: none;
    font-size: 27px;
    text-align: center;
    line-height: 37px;
    margin: 40px auto 20px;
    max-width: 650px;
}
form.ppe input[type="text"] {
    font-weight: bold;
    border: none;
    font-size: 27px;
    width: 100%;
    background: #FFF !important;
}

form.ppe .sign-area {
    position: relative;
    background: #fff;
    border: 1px dashed #ccc;
    margin: 30px 0 0;
}
form.ppe img {
    position: absolute;
    top: -20px !important;
    left: -40px !important;
}
form.ppe canvas {
    min-height: 100px;
}
form.ppe  button.reset-signature {
    position: absolute;
    top: 5px;
    right: 5px;
}

form.ppe label {
    border-top: 1px solid #000;
    display: block;
    padding: 5px 0 0;
    margin: 0 0 0;
}
form.ppe .value {
    text-align: center;
}

form.ppe button.et_pb_contact_submit.et_pb_button {
    margin: 20px 0 30px;
    width: 160px;
    padding-top: 3px;
    float: right;
}
form.ppe .et_pb_button:after {
    margin-top: 1px;
}
form.ppe strong.small.text-uppercase {
    color: #102d6e;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}