// Empty, but we can expand here.

.form-group {
    margin-bottom: 20px;
}

.form-control::placeholder {
    color: $placeholder-color;
}

.form-control {
    font-size: $input-font-size;
}

.form-check-label {
    font-size: $input-font-size;
}

.custom-control-label {
    font-size: $input-font-size;
}
