.contact-form .form-check .form-check-input[type=checkbox] {
    border-radius: .25em;
}
.contact-form input.contact-form-input[type=checkbox], .contact-form input.form-control[type=checkbox] {
    height: 1em;
    padding: 0;
    width: 1em;
}
.contact-form .form-check .form-check-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #196ef9;
    background-image: var(--bs-form-check-bg-image);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #dee2e6;
    flex-shrink: 0;
    float: left;
    height: 1em;
    margin-left: -1.5em;
    margin-top: .25em;
    padding: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    vertical-align: top;
    width: 1em;
}
.contact-form input.contact-form-input, .contact-form input.form-control {
    background: var(--tg-white);
    border: 1px solid #d5dae4;
    border-radius: 4px;
    color: var(--tg-secondary-color);
    display: block;
    font-size: 13px;
    font-weight: 500;
    height: 50px;
    padding: 14px 18px;
    width: 100%;
}
.form-check-input[type=checkbox] {
    border-radius: .25em;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}
.contact-form .contact-form-input {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857143;
    padding: 6px 12px;
    transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
    width: 100%;
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.contact-form * {
    box-sizing: border-box;
}