@media (max-width:768px){

	/* Login Page Start */
	.login-container .left-col img.logo{
	    top: 10px;
	    left: 10px;
	}
	.login-container .left-col figure img{
	    margin-top: 20px;
	}
	.dataTables_wrapper  .row:nth-of-type(1) > div .dataTables_length, 
	.dataTables_wrapper  .row:nth-of-type(1) > div .dataTables_filter,
	.dataTables_wrapper  .row:nth-of-type(3) > div .dataTables_info {
		text-align: unset;
	}

	/* Login Page End */
	
}

@media (max-width:576px){
	
	/* Login Page Start */
	.login-container{
	    padding: 0 20px;
	}
	/* Login Page End */
	
}