/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.slider-inner {
    background: var(--cnvs-contrast-0)
        url("https://tw-expo-goa.s3.ap-south-1.amazonaws.com/static/assets/images/login_page_vcard.png")
        no-repeat right top;
    background-size: cover;
    background-size: 700px 700px;
}

@media (max-width: 480px) {
    .slider-inner {
        background: var(--cnvs-contrast-0)
            url("https://tw-expo-goa.s3.ap-south-1.amazonaws.com/static/assets/images/login_page_vcard.png")
            no-repeat right center;
        background-size: cover;
        background-size: 400px 400px;
    }
}
