.omni-form:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: white !important;
    z-index: -1;
}

.text-danger {
    color: red;
}
