.hander{
    width: 100%;
    height: 80px;
    background: #ddeff8;
}
.bmdw-select{
    width:181px;
    height:38px;
    padding-left: 6px;
}

.content {
    margin: 60px 0 50px;
}

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

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

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

#login {
    background: #337ab7;
}
#login:disabled{
    background: #aaaaaa !important;
}

.loaddot {
    width: 27px;
    text-indent: -32px;
    vertical-align: bottom;
    overflow: hidden;
    animation: dot 3s infinite step-start both;
    font-family: Consolas, Monaco, monospace;
    display: none;
}

@keyframes dot {
    33% { text-indent: 0; }
    66% { text-indent: -12px; }
}
.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: 90px;
    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 input {
    box-sizing: border-box;
    width: 181px;
    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;
}

.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;
}

.loginbtn {
    outline: none;
    display: block;
    width: 110px;
    height: 38px;
    border-radius: 3px;
    border: 0;
    margin: 20px auto;
    background: #337ab7;
    color: #fff;
    font-size: 16px;
}