.custom-checkbox {
    margin-left: 7px !important; /* Adjust the space between the checkbox and the label */
    vertical-align: middle; /* Align checkbox vertically with the label */
}

.form-container {
    text-align: center; /* Center the form contents */
}

.checkbox-container {
    display: inline-block; /* Align checkbox and label in the same line */
    text-align: left; /* Align the text to the left */
}
