label, .privacy-policy {
    font-style: normal;
    font-weight: 800;
    font-size: 12.6px;
    line-height: 26px;
    letter-spacing: 6px;
    color: var(--label-form-color);
}

.privacy-policy {
    letter-spacing: 2px;
}

.form-control {
    background: var(--form-control-color);
    border-radius: 18px;
    border: none;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: hsl(214deg 58% 92%);
}

.form-control::-webkit-file-upload-button {
    background-color: hsl(214deg 58% 92%);
    border: none;
    border-right: 1px solid hsl(0deg 0% 0%);
}

.form-control::-webkit-file-upload-button:focus {
    background-color: hsl(214deg 58% 92%);
}

textarea {
    resize: none;
}

.footer-distributed p {
    margin-bottom: 0;
    color: var(--descriptrion-footer-color);
    line-height: 17px;
    font-size: 12px;
}

.footer-distributed p:last-child {
    margin-bottom: 12px;
}

.footer-distributed h3,
.footer-distributed .h3 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--title-footer-color);
    margin-bottom: 0;
    font-family: "Lato", sans-serif;
}

.recaptcha-privacy-terms {
    font-size: 13px;
    line-height: 16px;
}

.grecaptcha-badge {
    visibility: collapse !important;
}
