.form-control.error,
.form-check-input.error {
    color: #212529;
    background-color: #fff;
    border-color: #fe8686;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(253 13 13 / 25%);
}

label.error {
    color: #fe8686;
    margin-top: 10px;
}

.form-check label.error {
    position: absolute;
    margin-top: 1.4em;
}

@media only screen and (max-width: 991px){
    .form-check label.error {
        display: none !important;
    }
}