.login{position:absolute;background:#fff;width:280px;padding:20px;top:50%;left:50%;margin:-150px 0 0 -161px;box-shadow: 0 0 12px rgba(0,0,0,.2);-moz-box-shadow: 0 0 12px rgba(0,0,0,.2);-webkit-box-shadow: 0 0 12px rgba(0,0,0,.2);border: 1px solid #eee;opacity:0.8;border-radius: 5px;}

.tab{height:44px;border-bottom: 1px solid #eef1f4;line-height:44px;font-size:18px;margin-bottom: 15px;}
.log-txt{height:45px;overflow:hidden;margin-bottom: 15px;position:relative;}
.input-txt{border-radius: 2px;position: absolute;top: 0;left: 0;width: 209px; height: 38px; line-height: 38px; background: transparent; font-size: 14px; padding: 2px 10px 2px 50px; outline: 0; z-index: 10;border:1px solid #999}

.hover .input-txt{border: 1px solid #2f82ff;color: #1b2f4d;}

.logIcoNew {position: absolute;top: 12px;left: 15px;width: 21px; height: 21px;background: url('../images/login_icon.png') no-repeat;}
.logIcoCacct {background-position: 1px 1px;}
.logIcoSacct {background-position: -35px 0;}
.logIcoPwd {background-position: -75px -1px;}
.logIcoImg {background-position: -116px -1px;}

.imgcaptcha{position: absolute;top: 8px;right: 15px;width:110px;height:30px;overflow:hidden;cursor: pointer;z-index:999;}

.log-showPwd {height: 14px;width: 43px;position: absolute; right: 15px;top: 16px;cursor: pointer;background: url('../images/login_icon.png') -49px -53px no-repeat; z-index: 10;}
.log-showPwd.on {background-position: -49px -94px;}

.loginBtn {width: 280px;height: 44px;line-height: 44px;color: #fff;text-align: center;font-size: 16px;cursor: pointer;background: #2075f6;margin: 5px 0 15px 0; border-radius: 5px;}
.loginBtn:hover{background: #3282fa;}