﻿/*-------------新login登录界面--------------*/
body{ background:#ebebeb radial-gradient(circle, #f8f8f8, #e3e3e3) repeat 0 0;}
/*登录框*/
.loginborder{ background:url("../Images/Logo/loginborder.png") no-repeat; height:184px; width:583px; padding:47px 46px 43px 41px/*40px 42px 40px 34px*/; position:absolute; margin-left:-324px; margin-top:-127px; _margin-top:200px; top:50%;  left:50%;}
.leftborder{ float:left; margin-top:40px;}
.rightborder{ float:right;}
.newlogo{ background:url("../Images/Logo/logo2.png") no-repeat; height:50px; width:230px;}
.loginname{ color:#6b7274; font-size:18px; margin-bottom:20px;}

/*账号和密码*/
.middle_tb tr{overflow:hidden; height:42px; }
.middle_tb tr td:first-child{display:none;}
.middle_tb tr td{_display:expression(this.previousSibling==null?"none":"");}
.middle_tb td a{ color:#004ea2; text-decoration: none;}
.loginput{ float: left; margin-left: 5px; background-color:#fff; border:1px solid #fff; height:27px;line-height:27px;}
.ainput{ height:27px;line-height:27px;}
#userid,#auth{color:#fff; background-color:#6d7374;  width: 200px; padding-left:12px; margin-left:33px; overflow:visible;}
#vcode{background-color:#bac5c6;}

/*忘记密码和小图标*/
.gba{text-align:left;margin-left:8px;}
#blueuser{ position:absolute;top:62px; right:270px;}
#bluekey{ position:absolute;top:106px; right:270px;}

/*登录按钮*/
.buttonstyle{ margin-left:8px;  background-color:#0c80e8; color:#fff; height:33px; font-size:14px; width:240px; cursor:pointer;}
.buttonstyle:active{ background-color:#0378e2;}

/*版权和语言切换*/
.bottomdiv{ color:#8b8b8b; font-size:12px; position:absolute; bottom:25px; _bottom:-600px;width:100%; text-align:center;}
.languagebtn{position: absolute; top: 0px; right: 50px; margin-right: 50px; background: #fff; border-radius: 0px 0px 3px 3px; border:1px solid #1c81ed; border-top:none; /*display:inline-block; *display:inline; *zoom:1;*/}
.lang-on { background-color:#1c81ed; color: #fff; height: 19px; line-height: 19px; padding:0 13px; float: left;cursor:pointer;}
.lang-off{background-color:#fff; border-right:1px solid #1c81ed; color: #848484; height: 19px; line-height: 19px; padding:0 13px; float: left;cursor:pointer;}
/*.lang-on:hover{text-decoration:underline;}
.lang-off:hover{text-decoration:underline;}*/
.lang-off:first-child{border-radius:0 0 0 3px;}
.lang-off:last-child{ border-right:none; border-radius:0 0 3px 0;}

/*--------------新忘记密码界面-------------*/
.fgpwd_bg{/* background:url("../Images/Logo/fgpwd_bg.png") no-repeat;*/ background:#fff; border-radius:3px; box-shadow:0 0px 13px rgba(0, 0, 0, 0.41); height:384px; width:672px; position:absolute;/* margin-left:-324px;*/ margin-top:-192px; margin-left:-336px;top:50%;left:50%;}
.left_fgpwd{width:238px; text-align:center; float:left; margin-top:70px; display:none;}
.right_fgpwd{ margin-top:35px;}
.fgtitle{ color:#0288d1; font-family:"黑体"; font-size:20px; font-weight:bold; text-align: center;}
.fginfo{ color:#c2c2c2;line-height:22px; margin-bottom:15px; margin-top:15px;}

/*文本框和按钮*/
.inputname{ color:#9a9a9a; font-size:14px; font-weight:bold; line-height:27px;}
#TextBox1{ border:1px solid #ccc; background:transparent; border-radius:2px; font-size:14px; height:38px; line-height:38px; padding:0 10px; width:280px;}
.btndiv{/*text-align:right;*/}
.btndiv input{ margin:22px 10px 0 0 ; border:1px solid #0288d1; border-radius:3px; color:#0288d1; cursor:pointer; height:38px; line-height:28px; width:100%; text-align:center; font-size:14px;}
#Button2{ background-color:#fff;}
/*#Button2:active{ background-color:#fff;}*/
#Button1{ background-color:#0288d1; color:#fff;}
/*#Button1:active{ background-color:#0378e2;}*/