﻿/*登入*/
.login_body{
    width: 100%;
    height: 380px;
    /*background-image: url(/Content/login/images/login_bg_2_2.jpg);*/
	background-size:100% 100%;
    background-repeat: no-repeat; 
    background-position: center;
    position: relative;
    font-size: 1.4em;
	margin:0px auto;

}

.login_body2{
    width: 100%;
    height: 380px;
    /*background-image: url(/Content/login/images/login_bg_2_2.jpg);*/
	background-size:100% 100%;
    background-repeat: no-repeat; 
    background-position: center;
    position: relative;
    font-size: 1.4em;
	margin:0px auto;

}

.login_block{
    position: absolute;
    right: 250px;
    top: 85px;
    background-color: rgba(246,245,251,0.7);
    padding: 30px 30px;
    padding-bottom: 16px;
    border-radius: 5px;
    width: 340px;
    *border:1px solid #cfdae5;  /*ie7*/
    border:1px solid #cfdae5\0; /*ie8*/

}
.uname_block, .password_block{
    width: 280px;
    background-color: #fff;
    border: 1px solid #c7d4db;
    margin-bottom: 14px;
    padding: 6px 16px;
}
/*去除input样式*/
.login_block input{
    width: 100px;
}
.login_block input{
    outline: none;
    border: 0px;
}
.remember_block{
    margin: 0px 0px;
    
    height: 30px;
    margin-bottom: 14px;
}
.forgot_passwd{
    color: #1d3f77;
    text-decoration: underline;
    float: right;
    margin-top: 14px;
    cursor:pointer;
}
/*记住密码块*/
#ifRemember{
    width: 14px;
    height: 14px;
    position: relative;
    top: 8px;
    margin-right: 3px;
}

/*语言选择*/
.language_selector{
    position: relative;
    float: right;
    width: 100px;
    height: 25px;
    border: 1px solid #c7d4db;
    overflow: hidden;
    top:-3px;
}
.lang_selector{
    width: 100%;
    -webkit-appearance:none;
    appearance:none;
    outline: none;
    border: 0px;
    padding: 3px 0px;
    padding-left: 10px;
    color: #002766;
    position: relative;
}

/*遮罩盖住下拉框的三角*/
.language_selector .cover{
 position: absolute;
 width: 20px;
 height: 25px;
 background-color: #fff;
 right: 0px;
 top: 0px;
 pointer-events:none;
 *display: none;
}
/*小三角*/
.language_selector:after{
    border: 5px solid transparent;
    border-top: 5px solid #002766;
    width: 0px;
    height: 0px;
    position: absolute;
    content: ' ';
    right: 10px;
    top: 10px;
    pointer-events:none;
}
/*验证码获取*/
#DynamicCode_Btn{
    background-color: #3F7DD2;
    color: #fff;
    text-align: center;
	border:1px solid gray;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
	border-top-left-radius:3px;
	/*
	border-right-color:#3F7DD2;
	border-top-color:#3F7DD2;
	border-bottom-color:#3F7DD2;*/
	border-color:#3F7DD2;
	border-left:none;
    line-height: 32px;
    font-size: 1.2em;
    cursor: pointer;
	width:31%;
	float:right;
}
/*登入按钮*/
.login_btn{
    height: 40px;
    background-color: #006394;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    line-height: 40px;
    font-size: 1.5em;
    cursor: pointer;
	width:100%;
	margin-top:140px;
}
.login_btn:hover{
    background-color: #0d577a;
}
/*忘记密码*/
.login_forgetpassword{
    height: 15px;
    width: 100px;
    color: #171616;
    border-radius: 5px;
    cursor: pointer;
    margin-top:142px;
    position: absolute;
	margin-left:115px;
}
/*介绍*/
.description_body{
	
    height: 180px;
    width: 100%;	  
    background-color: #ffffff;
    font-size: 16px;

}
.monitor_des, .analysis_des, .other_des{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 230px;
   padding: 0px 10px;
   text-align:left;
   margin-top:-20px;
}
.bg_des{
    width: 69px;
    height: 0px;
    background-repeat: no-repeat;  
    background-position: 0px 20px;
    margin-right: 10px;
    margin-left: 10px;
    
}
.content_des{
    width: 230px;
    height: 140px;
    vertical-align: top;
}
.title_des{
    color: #6E6966;
    margin-bottom: 20px;
    font-weight: bold;
}
.body_des{
    color: #398EDC;
    text-align：justify;
	font-size: 10px;
}

.inform_bg{
    /*background-image: url(/Content/login/images/login_3.png);*/
}
.help_bg{
    /*background-image: url(/Content/login/images/login_2.png);*/
}
.question_bg{
    /*background-image: url(/Content/login/images/login_1.png);*/
}

.err_info
{
    color:red;
    position: absolute;
    left: 645px;
    top: 190px;
    border-radius: 5px;
}

.loginid_separator{
  background-repeat: no-repeat;
  background-position: 0 200px;
  position: absolute;
  width: 1px;
  height: 33px;
  top: 30px;
  left: 125px;
  background-color:#c7d4db;
}

.password_separator{
  background-repeat: no-repeat;
  background-position: 0 200px;
  position: absolute;
  width: 1px;
  height: 33px;
  top: 77px;
  left: 125px;
  background-color:#c7d4db;
}

