/* 
    Created on : Nov 13, 2024, 6:25:17 PM
    Author     : frank
*/

.body {
    background-image: url('/images/flat_03.jpg') !important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.bg-global{
    background-color: var(--gray);
}


@media (min-width: 992px) {
    .card-right {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-left {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
}