.vcf-form input[type="text"],
.vcf-form input[type="tel"],
.vcf-form textarea,
.vcf-form select {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}
.vcf-form input[type="radio"] {
    margin-right: 10px;
}
.vcf-form .vcf-row {
    margin-bottom: 1.25em;
}
.vcf-form label {
    display: block;
    margin-bottom: 0.25em;
}
.vcf-error {
    color: #c00;
}
.vcf-success {
    color: #090;
}
.vcf-notice {
    color: #005;
}