﻿@charset "utf-8";
/* CSS login.css */
body{font-size:14px;}

.header,.footer{ position:absolute;  left:0; right:0; width:100%; z-index:99;}
.header{top:0; height:60px; background:#426374  no-repeat 0 center}
.formRow1{margin-left:62px;}
.loginWraper{ position:absolute;width:100%; left:0; top:0; bottom:0; right:0; z-index:1; background:#eee url(../images/admin-login-bg.jpg) no-repeat center;}
.loginBox{ position:absolute; width:617px; height:330px;  left:50%; top:46%; padding-top:38px;}
.loginBox .formRow{padding-left:153px;}
.loginBox .input_text{ width:300px;}
	.user{background:url(../images/icon-user.png) no-repeat 98px 4px;}
	.password{background:url(../images/icon-pass.png) no-repeat 102px 5px;}
	.yzm a{ color:#426374; font-size:12px}

#span_msg{ font-size:14px; color:Red; line-height:40px; height:40px; margin-left:10px; width:160px;; float:left;}

.hd_msg{font-size:12px; color:#fff; height:30px; z-index:100;position: absolute; padding-left:50px; padding-top:5px;}
.hd_msg a{ color:#fff;}
.hd_msg a:hover{ color:#fff; text-decoration:underline;}

.footer{ height:46px; line-height:46px; bottom:0; text-align:center; color:#fff; font-size:12px; background-color:#426374;}
.header,.footer,.loginWraper{min-width:617px;}

#ie6-warning{background:#fff url(/jscss/demoimg/201006/warning.gif) no-repeat 3px center;position:absolute;top:0;left:0;font-size:12px;color:#333;width:97%;padding: 2px 15px 2px 23px;text-align:left;}
#ie6-warning a {text-decoration:none;}
.test {margin-left:20px;}
/*
本代码由js代码收集并编辑整理;
尊重他人劳动成果;
转载请保留js代码链接 - www.jsdaima.com
*/
/*横向手机 竖向平板*/
@media (max-width: 767px) {
	.loginWraper{min-width:200px;}
	.loginWraper{
		background-size: 280px 130px;
	}
	.loginBox { width:auto;height:auto;top:43%;}
	.loginBox .formRow { padding-left:0px;}
	.formRow {margin-top:0px;}
	body {font-size:6px}
	#username {width:68px;height:15px;}
	#passwd { width:68px;height:15px;}
	.formRow1{margin-left:0px;}
	.test {margin-left:0px}
}
/*竖向手机*/
@media (max-width: 480px) {
	.loginWraper{min-width:200px;}
	.loginWraper{
		background-size: 280px 130px;
	}
	.loginBox { width:auto;height:auto;top:45%;}
	.loginBox .formRow { padding-left:0px;}
	.formRow {margin-top:0px;}
	body {font-size:6px}
	#username {width:68px;height:15px;}
	#passwd { width:68px;height:15px;}
	.formRow1{margin-left:0px;}
	.test {margin-left:0px}
}

