.contact-us-form-iframe {
    min-width: 548px;
    min-height: 180px;
}

.contact-us-form .error-feedback {
    color: white;
}

.contact-us-form .form-feedback-massage.form-feedback-massage--successful-completion {
    position: absolute;
    bottom: 82px;
    color: white;
    background: url(/images/successful-completion-white-ba27f8f1aed1de518067402548432ecf.svg) left center no-repeat;
}

.contact-us-form .form-component input,
.contact-us-form .form-component select,
.contact-us-form .form-component textarea {
    color: white;
    background-color: #6E6E6E;
    padding: 5px;
}

.contact-us-form .form-component.form-component--invalid input,
.contact-us-form .form-component.form-component--invalid select,
.contact-us-form .form-component.form-component--invalid textarea {
    background-color: #828282;
}

.contact-us-form .form-component input,
.contact-us-form .form-component select {
    width: 180px;
    height: 22px;
    box-shadow: unset;
}

.contact-us-form .form-component textarea {
    width: 290px;
    height: 84px;
    box-shadow: unset;
}

.contact-us-form .form-component input::placeholder,
.contact-us-form .form-component select::placeholder,
.contact-us-form .form-component textarea::placeholder {
    color: #BFBFBF;
    opacity: 1;
    font-weight: 400;
    font: 10px/1.2 'Montserrat', uppercase, sans-serif;
    line-height: 150%;
    padding: 5px;
}