@media screen and (max-width:1000px){

}
@media screen and (max-width:980px){
	.left_panel{display: none;}
	.responsive_head{display: block;}
	.right_panel{margin-top: 80px;}
}
@media screen and (max-width:768px){
	
	
}
@media screen and (max-width:767px){
	
}

@media screen and (max-width:577px){
	
}
@media screen and (max-width:480px){
	.login_center{width: 90%;}
	
	
}



