/* Keep the decorative authentication artwork out of the mobile critical path. */
@media (max-width: 575.98px) {
    .auth-page-background {
        background-image: none !important;
    }
}
