@media screen and (max-width: 768px) {
    body {
        background-image: url("../../../images/content/verification-background-mobile-2026.jpg") !important;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media screen and (min-width: 768px) {
    body {
        background-image: url("../../../images/content/verification-background-2026.jpg") !important;
        background-repeat: no-repeat;
        background-size: cover;
    }
}