.wpcf7 label {
    color: #fff;
}
.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-textarea {
    background: transparent;
    color: #282828;
    font-size: 18px;
    line-height: 23px;
    padding: 20px 15px !important;
    border: none;
    border-bottom: 1px solid #fff;
}
.wpcf7 input.wpcf7-submit {
    background: #222222;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    border-style: solid;
    padding: 20px 30px;
    transition-duration: 0.3s;
}
.wpcf7 input.wpcf7-submit:hover {
    background: #9ece71;
}


.g-recaptcha-notice {
    font-size: 14px;
}
.g-recaptcha-notice a {
    color: #222;
    text-decoration: underline;
}