.error-color input, .error-color input::placeholder, .error-color textarea, .error-color textarea::placeholder {
    color: #FF4E4E !important;
    border-color: #FF4E4E !important;
}
.sample-white {
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.sample-white input, .sample-white input::placeholder, .sample-white input:focus,
.sample-white textarea::placeholder, .sample-white textarea:focus {
    border-color: #000000 !important;
    color: #212529;
    outline: 0 none;
    box-shadow: none;

}

.sample-white .error-color input, .error-color input::placeholder {
    color: #FF4E4E !important;
    border-color: #FF4E4E !important;
}

.sample-white button {
    background-color: #000000;
    border-color: #000000;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.sample-white input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
}

.form input, .form textarea {
    border: 2px solid !important;
}
.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
}