@charset "utf-8";
/* CSS Document */


@media only screen and (max-width: 1024px) {
body {

	 -moz-transform: scale(1, 1); / Moz-browsers /
    zoom: 1; / Other non-webkit browsers /
    zoom: 100%; / Webkit browsers /
}

	
	}	
	
	



	
@media only screen and (max-width: 800px) {
header{ min-height:100px; float:left; background:#3a3a3c; color:#fff; margin-top:0;}
.mid_content .tab-content { text-align:center; padding:90px 70px 50px 70px; float:left;} 
header .top_links .nav-tabs>li{ height:110px;}
header .top_links .nav-tabs>li>a { font-size:18px; height:110px; line-height:110px;}
header .top_links .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {height:110px; line-height:110px;}


footer { font-size:16px; margin-bottom:50px;}

	

		
	}	
	
	
	
	
	
		
@media only screen and (max-width: 767px) {
	.mid_content h1{ font-size:36px; }

	
header .top_links .nav-tabs>li>a { font-size:16px; height:110px; line-height:110px;}
header .top_links .nav-tabs>li {min-width:35%;}
header .top_links .nav-tabs>li + li{  width: 65%;}

.input_area { margin-top:30px; }
.input_area .input_usb{ width:100%; height:70px; border:none; border-bottom: solid 1px #d4d9e3; background:url(../images-login/usb_key.png) no-repeat left; padding-left:40px;}
.input_area .input_password{ width:100%; height:70px; margin-top:30px; border:none; border-bottom: solid 1px #d4d9e3; background:url(../images-login/password.png) no-repeat left; padding-left:40px;}
.input_area .input_email{ width:100%; height:70px; border:none; border-bottom: solid 1px #d4d9e3; background:url(../images-login/email.png) no-repeat left; padding-left:40px;}
.mid_content .tab-content { text-align:center; padding:90px 20px 50px 20px; float:left;} 


.input_area .submit_btn{ width:100%; height:70px; margin-top:100px; border:none; border-bottom: solid 1px #d4d9e3; background: #5db646 url(../images-login/arrow.png) no-repeat center right 50px;  color:#fff; border-radius:50px;}

.mid_content .tab-content p{ font-size:13px; line-height:20px; }
	}
		@media only screen and (max-width: 480px) { header .top_links .nav-tabs>li>a { font-size:14px; }}
