body {
    font-size: 12px;
    font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei";
    overflow-y: scroll !important;
    padding-right: 1px !important;
    border: 0;
    padding: 0;
    margin: 0;
}

.bg-success {
    background: rgb(235,239,238);
}

.navbar-brand-img {
    float: left;
    height: 50px;
    margin-right: 10px;
}

.main-frame {
    width: 100%;
    padding: 16px 10px 0 10px;
    margin: 50px 0 10px 0;
}

.findpwd-wapper {
    width: 100%;
    height: auto;
    background-color: #fff;
}

.title {
    padding: 20px 20px;
}

.stepflex {
    border-top: 5px solid #ccc;
    text-align: center;
    margin: 30px auto;
    width: 640px;
}

    .stepflex dl {
        float: left;
        position: relative;
        width: 160px;
        top: -5px;
        border-top: 5px solid #ccc;
    }

.s-num {
    position: relative;
    margin: -15px auto 0;
    color: #fff;
    font-weight: 700;
    width: 23px;
    height: 23px;
    background-image: url(step.png);
    line-height: 23px;
}

dl.doing {
    border-top-color: #7abd54;
}

.doing .s-num {
    background-position: -23px 0;
}

dl.done {
    border-top-color: #caecb6;
}

.done .s-num {
    background-position: -46px 0;
}

.last .s-num {
    background-position: -68px 0;
}

.findpwd-form {
    margin: 30px auto;
    padding-top: 60px;
    width: 500px;
    font-size: 14px;
}

.security-form {
    padding-top: 10px;
}

.verify-code {
    padding-left: 5px;
}

    .verify-code a {
        line-height: 25px;
    }

.label-title {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
    color: #999;
}

.label-content {
    text-align: left;
    margin-bottom: 0;
    padding-top: 7px;
    font-weight: bold;
}

.findpwd-ok {
    font-size: 42px;
    padding: 8px 20px 0 110px;
}

.form-group .prompt_error {
    color: red;
    margin-left: 20px;
}

span.prompt_info {
    font-size: 12px;
    color: gray;
    display: inline-block;
    margin-top: 20px;
}

/**********/
html body {
    height: 100%;
    overflow: hidden;
}

.logo {
    height: 130px;
    border-radius: 2px;
    width: 100%;
    text-align: center;
    position: relative;
    background-color: #EBEFEE;
}

.LogoImg {
    width: 450px;
    height: 70px;
    /*transform: translate(-50%,0%); position: absolute; left: auto; bottom: 0; */
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* margin: auto; */
    margin: auto;
    display: inline-block;
}


.bg-success {
    background: #fff;
}

.form-control:focus {
    border-color: #0CB4BD;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: none;
}