.vcf_input_wrapper {
    position: relative;
    flex: 0 0 66%;
}

.vcf_input_wrapper label {
    position: absolute;
    top: 0px;
    left: 6px;
    font-size: 12px;
    color: #555;
    pointer-events: none;
}

.vcf_input_wrapper label .vcf_star {
    color: red;
    margin-left: 2px;
}

.vcf_input_wrapper input {
    width: 100%;
    padding: 14px 6px 1px 6px !important;
    font-size: 18px;
    box-sizing: border-box;
    letter-spacing: 2px;
    font-weight: bold;
}

.vcf_form {
    max-width: 800px;
    margin: 0 auto;
}

.vcf_row {
    display: flex;
    width: 100%;
    gap: 2%;
}

.vcf_button {
    flex: 0 0 32%;
    padding: 8px;
    font-size: 16px;
}

.vcf_captcha_wrap {
    margin-top: 15px;
    display: flex;
    justify-content: center;
}

.vcf_result {
    margin-top: 10px;
    font-size: 16px;
}