

img.logo_image {
    width: 390px;
}
footer#site-footer {
    height: 70px;
    background: #e9e9e9;
    padding-top: 25px;
    width: 100%;
}

/*login page*/
.auth-page {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    img.logo_image {
        width: 95%; /* Set the width to 100% to make it responsive on mobile devices */
    }
    .auth-page {
	    margin-top: 0px;
	    margin-bottom: 50px;
	}
    .sm-none{
        display: none!important;
    }
	
}

@media (min-width: 768px) and (max-width: 1024px) {
    .auth-page {
	    margin-top: 150px;
	}
	
}
    