/* App-wide styles (main layout). Auth pages use auth.css. */
/* Add custom overrides to Bootstrap/Cosmo here. */

/* Standalone checkbox below a form-label, aligned with adjacent form-control inputs. */
.field-checkbox-input {
    display: flex;
    align-items: center;
    min-height: calc(1.5em + 0.75rem + 2px);
}

.field-checkbox-input .form-check-input {
    float: none;
    margin-top: 0;
}
