body {
  	background-color: #F0F3F4;
  	background-image: url("datacenter.jpg");
  	background-repeat:no-repeat;
    background-position:0px 100px;
    background-attachment:fixed;
  	margin:0; 
  	text-align:center;
}
/*改为直接采用body的方式
#middle-background {
  	background-image:	url("logo_bg.jpg");
  	height: 450px;
  	margin-top: 100px;
  	width: 100%; 
  	float: left;
  	background-size: cover;
  	-moz-background-size: cover;
  	-webkit-background-size: cover;
  	-o-background-size: cover;
}*/

/*遮罩层用于修改密码和重置密码*/
#shelter {
    width: 100%;
    height: 100%;
    background-color: grey;
    position: fixed;
    opacity: 0.8;
    display:none;
    z-index:99;
}

#login {
  	position:relative;
  	width:950px; 
  	margin:0 auto; 
  	text-align:left;
}
  
#logo {
  	position: absolute;
  	background-size: 70% auto; 
    background-repeat: no-repeat;
  	background-image: url("logo.png");
  	width: 256px;
  	height:256px;
  	left: 20px;
  	top: -50px;
}
  
#fttxTitle {
  	position: absolute;
  	color: #08669d;
  	left:200px;
  	top: 40px;
  	font-size :18pt;
  	font-weight:bold;
}

#fttxLogo {
  	position: absolute;
  	background-size: 80% auto; 
    background-repeat: no-repeat;
  	background-image: url(fttxLogo.png);
  	width: 300px;
  	height:300px;
  	left:90px;
  	top: 200px;
}
  
#fttxApp {
  	position: absolute;
  	background-size: 100% auto; 
    background-repeat: no-repeat;
  	background-image: url(fttxApp.png);
  	width: 120px;
  	height:120px;
  	left: 180px;
  	top: 450px;
}
  
#fttxWeixin {
  	position: absolute;
  	background-size: 100% auto; 
    background-repeat: no-repeat;
  	background-image: url(fttxWeixin.png);
  	width: 300px;
  	height:120px;
  	right: 90px;
  	top: 470px;
}

.login-panel {
  	background-color: white;
  	height: 321px;
  	position: absolute;
  	right: 90px;
  	top: 130px;
  	width: 300px;
  	margin: 0 auto;
  	border-radius: 8px;
}
  
.top-tabs {
  	height: 50px;
  	margin: 0 auto;
}
  
.top-tabs .login-type-btn {
  	height: 24px;
  	width: 124px;
  	cursor: pointer;
  	position: relative;
  	float: left;
  	font-weight: bold;
  	text-align: center;
  	position: relative;
  	top: 30%;
}
  
.top-tabs .login-type-btn.first {
  	margin-left: 25px !important;
}
  
.top-tabs .login-type-btn.tab-current>.mark {
  	background-color: #118ADE;
  	left: 0;
  	height: 2px;
  	bottom: -4px;
  	position: absolute;
  	width: 100%;
}

.field-row {
  	width: 250px;
  	margin: 0 auto;
  	margin-bottom: 5px;
  	height: 34px;
}
  
.panel-password {
  	position: relative;
  	top: 8px;
}
  
.panel-password .field-row {
  	font-size: 14px;
  	position: relative;
  	margin-bottom:15px;
}
  
.panel-password .field-row .wrapper {
  	position: relative;
  	/* top: 5px; */
  	height: 30px;
  	width: 248px;
  	z-index: 9;
  	background-color: white;
  	border: 1px solid #cfdadd;
  	border-radius: 2px;
}
  
.panel-password .field-row.login {
  	border: none;
  	height: 35px;
}
  
.panel-password .field-row.login .wrapper {
  	border: none;
  	height: 35px;
}
  
.panel-password .field-row.captcha .wrapper {
  	width: 248px;
}
  
.panel-password .field-row .field-icon.user {
  	background-image: url(username.png);
  	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=username.png, sizingMethod=scale);
}
  
.panel-password .field-row .field-icon.password {
  	background-image: url(password.png);
  	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=password.png, sizingMethod=scale);
}
  
.field-row.checkcode .field-icon {
  	background-image: url(captcha.png);
  	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=captcha.png, sizingMethod=scale);
}

.panel-password .field-row .field-icon {
  	height: 20px;
  	width: 20px;
  	position: absolute;
  	top: 5px;
  	left: 5px;
  	z-index: 10;
  	background-size: contain;
}
  
.panel-password .field-row input {
  	border-style: none;
  	margin-left: 25px;
  	position: absolute;
  	z-index: 5;
  	background: none repeat scroll 0 0 #FFFFFF;
  	border: 0px;
  	margin-top: 0px;
  	padding: 7px;
  	width: 209px;
}
  
.panel-password .field-row.captcha input {
  	border-style: none;
  	width: 166px;
}

.panel-password .field-row.checkcode .wrapper {
  	width: 150px;
}
  
.panel-password .field-row.checkcode input {
  	border-style: none;
  	width: 111px;
}
  
.captcha-code-img {
  	position: absolute;
  	margin-left: 168px;
  	margin-top: 0px;
  	height: 29px;
  	width:80px;
  	border: 0;
}
  
.login-btn {
  	border: medium none;
  	width: 100%;
  	position: relative;
  	height: 100%;
  	background-color: #1F99DB;
  	color: white;
  	font-weight: bold;
  	border-radius: 2px;
  	background-color: #1F99DB;
}
  
#login-btn:hover {
  	background-color: #1BA7DC;
}
  
.login-error {
  	font-size: 13px;
  	width: 248px;
  	position: relative;
  	background: #ffebeb;
  	color: #e4393c;
    text-align: center;
  	border: 1px solid #faccc6;
  	line-height: 15px;
  	height: auto;
  	margin: 0 auto;
  	margin-bottom: 2px;
  	display: none;
}

.login-error .result {
  	width: 248px;
  	text-align: center;
  	margin: 0 auto;
}

#panel-dyna .field-row {
  	font-size: 14px;
  	position: relative;
  	margin-bottom:15px;
}
  
#panel-dyna .field-row .field-icon.user {
  	background-image: url(username.png);
  	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=username.png, sizingMethod=scale);
}
  
.field-row .field-icon.captcha {
  	background-image: url(captcha.png);
  	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=captcha.png,	sizingMethod=scale);
}
  
#panel-dyna .field-row.captcha input {
  	border-style: none;
  	width: 100px;
}
  
#panel-dyna .fetch-sms-code {
  	width: 120px;
  	float: right;
  	position: absolute;
  	top: 50%;
  	right: -1px;
  	transform: translateY(-50%);
  	color: #3399ea;
  	background-color: transparent;
  	border-color: transparent;
  	display: inline-block;
  	text-align: center;
  	vertical-align: middle;
  	/*  border: 1px solid transparent; */
  	background-image: none;
  	white-space: nowrap;
  	cursor: pointer;
  	touch-action: manipulation;
  	padding: 6px;
  	font-size: 14px;
  	font-weight: 400;
  	line-height: 1.5;
  	user-select: none;
  	font-family: inherit;
  	-webkit-appearance: button;
  	text-transform: none;
  	font: inherit;
  	box-sizing: border-box;
  	align-items: flex-start;
  	text-rendering: auto;
  	letter-spacing: normal;
  	word-spacing: normal;
  	text-indent: 0px;
  	border-collapse: collapse;
  	outline: none;
  	text-shadow: none;
  	-webkit-writing-mode: horizontal-tb !important;
  	box-sizing: border-box;
}
  
#panel-dyna .field-row .wrapper {
  	position: relative;
  	height: 30px;
  	width: 248px;
  	background-color: white;
  	border: 1px solid #cfdadd;
  	border-radius: 2px;
}
  
#panel-dyna .field-row.login {
  	border: none;
  	height: 35px;
}
  
#panel-dyna .field-row.login .wrapper {
  	border: none;
  	height: 40px;
  	margin: 0px;
}
  
#panel-dyna .field-row.captcha .wrapper {
  	width: 248px;
}
  
#panel-dyna .field-row .field-icon {
  	height: 20px;
  	width: 20px;
  	position: absolute;
  	top: 5px;
  	left: 5px;
  	background-size: contain;
}
  
#panel-dyna .field-row input {
  	border-style: none;
  	margin-left: 25px;
  	position: absolute;
  	z-index: 5;
  	background: none repeat scroll 0 0 #FFFFFF;
  	border: 0px;
  	margin-top: 0px;
  	padding: 7px;
  	width: 209px;
  	color: black;
}
  
#forgot-password {
  	margin-top: 6px;
	height: 30px;
  	color: #404040;
  	cursor: pointer;
  	font-size: 14px;
  	left: 122px;
  	position: absolute;
  	text-decoration: none;
}
  
#panel-dyna {
  	position: relative;
  	top: 8px;
}
  
#login-btn-dyna {
  	border: medium none;
  	width: 248px;
  	position: relative;
  	height: 35px;
  	background-color: #1F99DB;
  	color: white;
  	font-weight: bold;
  	border-radius: 2px;
}
  
#login-btn-dyna:hover {
  	background-color: #1BA7DC;
}
  
input {
  	outline: none;
}
  
input:-webkit-autofill {
  	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
  	-webkit-text-fill-color: #333;
}
  
#dl-note {
  	position: absolute;
  	color: #fff;
  	left:310px;
  	top: 530px;
  	font-size :12pt;
  	font-weight:bold;
}
  
#bottom {
  	position:absolute;
  	top: 630px;
  	width: 100%;
  	text-align: center;
}
  
#bottom span {
  	color: #36444c;
  	font-size: 12px;
}
