label {
    font-weight: normal;
    font-size: 14px; /* Adjust font size as needed */
    color: #333; /* Adjust color if needed */
}

.form-check-label {
    font-weight: normal;
    font-size: 14px; /* Adjust font size as needed */
    color: #333; /* Adjust color if needed */
}

.form-control, .form-check-input, .form-check-label {
    margin-bottom: 10px; /* Adds spacing between form elements */
}
