   /* 找回密码页面 */
.code{
    width: 168px;
    margin: 0;
}
.l_i.code input:not([type=checkbox]){
    width: 75px;
}
#login .code>div{
    cursor: pointer;
    width: 74px;
    height: 24px;
    line-height: 22px;
    border-radius: 1px;
    border: 1px solid #CCCCCC;
    position: absolute;
    right: -87px;
    top: 3px;
    text-align: center;
    font-size: 12px;
}
#login .code>.gain:hover {
    border-color:#0079FC;
    color: #0079FC;
}
.l_i{
    border: none;
}
.l_i>span:first-child {
    display: block;
    float: left;
    width: 88px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #B4BED7;
    border-right: none;
    padding: 0 10px;
    color: #20207B;
    float: left;
    
border-radius: 2px 0px 0px 2px;
}

.l_i>input:not([type=checkbox]){
    border: 1px solid #B4BED7;
    height: 30px;
    float: left;
    width: 165px; 
    border-radius: 0px 2px 2px 0px;
    margin: 0;
}
#login a.combo-arrow:first-child {
	margin-right: 0px;
}
.textbox {
    border: 1px solid #B4BED7;;
    border-radius: 2px;
}
em.tips{
    font-size: 12px;
    color: red;
    font-style: normal;
    margin-left: 91px;
   }
input[type=text].active {
border: 1px solid red;
}
/* 禁止按钮点击 */
.disable {
	pointer-events: none;
}