.help_nav{
    box-sizing: unset;
    width: 100%;
    top: 0;
    box-shadow: 0 0 1px rgba(0,0,0,0.25);
    background-color: #fff;
    height: 40px;
    padding: 10px 60px;
    z-index: 100;
}
.help_logo{
    font-size: 16px;
    float:left;
    cursor: default;
}
.help_logo span{
    line-height:40px;
    color: #2c3e50;
    font-family: "Dosis", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
}
.help_logo img{
    border-right: 1px solid #ccc;
    vertical-align: middle;
    margin-right: 6px;
    height: 40px;
    padding-right: 15px;
}
.help_operation{
    margin:0;
    float:right;
    list-style-type: none;
    padding-right: 100px;
}
.help_operation li{
    color:#34495e;
    margin: 0 0.6em;
    cursor: pointer;
    line-height:40px;
    float:left;
    font-size:  15px;
}
.help_operation li a{
    color:#337ab7;
    text-decoration:none;
}
.help_operation li a:hover{
    color:#23527c;
}
.form-horizontal{
    margin: auto;
    width: 600px;
    padding-left: 100px;
    padding-top: 80px;
}
.input_hint{
    padding-left:5px;
    color:#666;
}
.validation_img{
    margin-left:0 !important;
    margin-top:0 !important;
    width:auto;
}
.help-block{
    display: block;
    margin-top: 2px;
    margin-bottom: 0;
    color: #737373;
}
.text{
    width:300px;
}
.phone_after{
    width:50px;
}
.phone_content{
    width:90px;
}
input[disabled]{
    background:#f5f5f5;
}
.validation_img_div{
    margin-top: 5px;
}
.find_pass_success{
    padding-top: 100px;
    margin: auto;
    width: 200px;
    text-align: center;
}
.find_pass_success_img{
    float: left;
    margin-right: 8px;
}
.find_pass_success_img img{
    width:60px;
    height:60px;
}
.find_pass_success_btn{
    margin-top: 5px;
}
.find_pass_success_text{
    line-height: 33px;
    text-align:left;
}
#validation,#username,#validation_img{
    width: 188px;
}
body{
    background:#fff !important;
}