@import url('login.css');


			
@import url('./login_high.css')  screen and (max-width:1200px),
			screen and (max-resolution:1.5dppx) and (max-width:1200px),
			screen and (-webkit-max-device-pixel-ratio: 1.5) and (max-width:1200px),
			screen and (max-resolution: 120dpi) and (max-width:1200px);

@import url('./login_low.css')   screen and (max-width:800px),
			screen and (max-resolution:1dppx) and (max-width:800px), 
			screen and (-webkit-max-device-pixel-ratio: 1) and (max-width:800px),
			screen and (max-resolution: 120dpi) and (max-width:800px);

@import url('./login_shigh.css') screen and (min-width:1200px),
			screen and (min-resolution:1.5dppx) and (min-width:1200px), 
			screen and (-webkit-min-device-pixel-ratio: 1.5) and  (min-width:1200px),
			screen and (min-resolution: 120dpi) and (min-width:1200px);	
