.wpcf7-form {
    position: relative;
    margin-bottom: 100px;
}

.wpcf7-form .contact-label {
    font-weight: 600;
}

.wpcf7-form .contact-label,
.wpcf7-form .contact-label span {
    display: block;
    width: 100%;
}

.wpcf7-form .contact-label input,
.wpcf7-form .contact-label textarea {
    width: 100%;
    height: 42px;
    background-color: #303030;
    border: none;
    border-radius: 5px;
    padding-left: 15px;
}

.wpcf7-form .contact-label textarea {
    height: 120px;
    resize: none;
    padding-top: 12px;
}

.wpcf7-form input[type="submit"] {
    background-color: #e13a3a;
    border: none;
    padding: 12px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    width: 100%;
}

.container.white-text h1 {
    margin: 0 auto 64px;
}


.wpcf7-response-output {
    position: absolute;
    top: -54px;
    left: 0;
    width: 100%;
    height: 34px;
    margin: 0 !important;
    border-radius: 5px;
    background-color: #46b450;
    padding: 4px 12px !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #ffb900 !important;
    background-color: #ffb900 !important;
    color: #333 !important;
}

.wpcf7-not-valid-tip {
    color: #e13a3a !important;
    margin-top: 5px;
}

.wpcf7-spinner {
    display: none !important;
}