.buttonsend {
    padding: .8rem 1.5rem .8rem 1.5rem;
    --bs-btn-font-size: 1.25rem;
}

.contactform .text-danger {
    font-size: .7em;
}
.contactform label {
    font-size: .8rem;
    margin-bottom: 0;
    text-transform: uppercase;
}

.contactform [type="checkbox"]:not(:checked), .contactform [type="checkbox"]:checked {
    position: relative;
    left: auto;
}
.contactform input[type="radio"], .contactform input[type="checkbox"] {
    margin-top: 0;
    margin-left: 10px;
}
.form-group {
    margin-bottom: 1rem;
}

@media (min-width: 576px) {
    .buttonsend {
        float: right;
        display: inherit;
        width: auto;
    }
}
@media (min-width: 768px) {

}
