.tips,
.login-box {
    width: 50%;
    margin: 0 auto;
}

.tips h3 {
    line-height: 40px;
}

.tips p {
    line-height: 40px;
}

.login>h2 {
    font-weight: lighter;
    text-align: center;
    line-height: 50px;
    border-bottom: 1px solid #b5bdca;
    font-size: 18px;
    margin-bottom: 18px;
}

.login dl {
    /*margin-bottom: 6px;*/
    /*padding: 10px 25px 0;*/
}

.login dl dt {
    display: inline-block;
    width: 158px;
    font-size: 16px;
    color: #666;
    text-align: right;
    line-height: 40px;
}

.login .tips {
    font-size: 12px;
    color: #f00;
    float: right;
    display: none;
}

.login dl dd {
    display: inline-block;
    position: relative;
}
.login dl dd:nth-child(3){
    width: 148px;
}

.login dl dd input {
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    padding-left: 10px;
    height: 38px;
    border: 1px solid #b5bdca;
    border-radius: 2px;
}

.login dl dd i {
    display: inline-block;
    box-sizing: border-box;
    font-style: normal;
    width: 90px;
    height: 38px;
    font-size: 14px;
    color: #e4393c;
    text-align: left;
}

.login dl dd i .yzm {
    width: 70px;
    height: auto;
}

.login p input {
    vertical-align: middle;
}

.login p span {
    font-size: 14px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
    margin: 16px 0;
}

.sendbtn {
    outline: none;
    display: block;
    width: 112px;
    height: 36px;
    border-radius: 3px;
    border: 0;
    background: rgb(226, 147, 21);
    color: #fff;
    font-size: 14px;
}

.login p{
    width: 100%;
    text-align: center;
}
.findpwd{
    display: inline-block;
    width: 80%;
    text-align: left;
    color: #337ab7;
}

.noboder{
    background:#d9edf7;
    border:0 !important;
    outline: none;
}

.resetbtn{
    outline: none;
    display: block;
    width: 112px;
    height: 36px;
    border-radius: 3px;
    border: 0;
    background: #337ab7;
    color: #fff;
    font-size: 14px;
}
.tipbox{
    padding-bottom: 10px;
}