.form-page label.error {
    font-size: 93%;
    color: #b70000;
    display: block;
}
.checkbox-privacy {
    position: relative;
}
.checkbox-privacy label.error {
    position: absolute;
    bottom: 5px;
}
.form-page .contact {
    white-space: pre-line;
}
.form-page .recaptcha a {
    text-decoration: underline;
    transition: all 0.3s;
}
.form-page .recaptcha a:hover {
    text-decoration: inherit;
}
.grecaptcha-badge {
    visibility: hidden;
}
