
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"] {
    border: 0 !important;
    border-bottom: solid 2px #000 !important;
    border-radius: 0 !important;
    margin-top: 30px;
    padding: 10px 2px !important;
}

.wpcf7-not-valid-tip {
    text-align: left;
}

.wpcf7-form input[type="submit"] {
    margin-top: 30px;
    border-radius: 0;
    background-color: #2500B6;
    color: #fff;
    border: none;
    font-weight: bold;
    padding: 15px 40px;
    font-size: 16px;
}

.sent .content {
    display: none !important;
}
.sent .wpcf7-form input[type="submit"] {
    display: none !important;
}

.wpcf7-download a {
    margin: auto;
    margin-top: 30px !important;
    border-radius: 0;
    background-color: #2500B6;
    color: #fff;
    border: none;
    font-weight: bold;
    padding: 15px 40px;
    font-size: 16px;
    display: block;
    max-width: 300px;
}

.wpcf7-download a:hover {
    background-color: #000;
    color: #FFF;
}