@charset "UTF-8";
.authentication-wrapper.authentication-basic .authentication-inner:before {
    background-image: none;
}

.light-style .authentication-wrapper.authentication-basic .authentication-inner:after {
    background-image: none;
}

@media (max-width: 575.98px) {
    .light-style .authentication-wrapper.authentication-basic .authentication-inner:after {
        background-image: none;
    }

    .dark-style .authentication-wrapper.authentication-basic .authentication-inner:after {
        background-image: none;
    }
}
