/* this is needed to make the content scrollable on larger screens */
@media (min-width: 576px) {
    .h-sm-100 {
        height: 100%;
    }
}

/* Highlight applied to a form-group row when deep-linked via URL hash */
.field-highlight {
    background-color: rgba(255, 193, 7, 0.15);
    outline: 1px solid rgba(255, 193, 7, 0.5);
    border-radius: 4px;
}
