.panel-bggray {
    background-color: #f8fafc;
    box-shadow: inset 0 0 10px -3px rgba(86,127,165,.1);
}
.panel {
    padding: 120px 0;
    background-color: #fff;
}
.container {
    margin-left: auto;
    margin-right: auto;
    min-width: 1240px;
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
}
.getpass {
    width: 700px;
    margin: auto;
    padding: 25px 35px;
}
.box {
    background-color: #fff;
    box-shadow: 0 3px 15px rgba(50,50,50,.04);
    border-radius: 6px;
}
.clearfix{
    height: 60px;
}

.pull-left, .pull-right {
    display: inline;
}
.pull-right {
    float: right;
}

.stepflex {
    position: relative;
    text-align: center;
    padding-left: 30px;
    margin: 30px;
}
.col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}
.getpass .stepflex {
    margin: 30px 100px;
}
.stepflex li {
    position: relative;
    z-index: 2;
    width: 33.33%;
    float: left;
    height: 60px;
}
.stepflex-4 li {
    width: 33.33%;
    *width: 33.2%;
}
.stepflex-num {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    font-family: Tahoma;
    text-indent: 1px;
    background: url(../images/iconimg.png?2021) 0px 0px no-repeat;
}
.stepflex-primary .doing .stepflex-num {
    background-position: -70px -35px;
}
.stepflex-text {
    position: absolute;
    bottom: 0;
    right: -33px;
    width: 100px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-align: center;
    color: #999;
}
.stepflex-progress {
    position: relative;
    z-index: 2;
    top: 13px;
    margin: 0 40px 0 10px;
    height: 4px;
    overflow: hidden;
    background-color: #e5e5e5;
}
.stepflex-primary .doing .stepflex-text {
    color: #f89339;
}
.form-group {
    margin-bottom: 15px;
    position: relative;
    height: 50px;
}

.col-xs-2 {
    width: 16%;
}
.col-xs-offset-2 {
    margin-left: 16%;
}
.form-group .control-label {
    display: inline-block;
    max-width: 100%;
    line-height: 20px;
    padding-top: 10px;
}
.verifyimg {
    display: block;
    height: 38px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.pl10 {
    padding-left: 30px !important;
}
.col-xs-5 {
    width: 40%;
}
.col-xs-3 {
    width: 25%;
}
.form-group .mr4 {
    position: relative;
}
.mr4 {
    margin-right: 4px !important;
}
.form-control {
    display: block;
    width: 100%;
    line-height: 20px;
    padding: 9px 12px;
    font-size: 14px;
    color: #484848;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    border-radius: 6px;
    transition: border linear .2s, box-shadow linear .2s;
}
.form-group {
    margin-bottom: 15px;
    position: relative;
}
.pb30 {
    padding-bottom: 30px !important;
}







input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}


.btn-primary:active {
    color: #f89339;
    border-color: #f89339;
    background-color: #ffffff;
}
.btn {
    display: inline-block;
    padding: 9px 25px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;

    color: #FFF;
    border: 1px solid transparent;

    border-radius: 100px;
    transition: .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-primary {
    color: #fff;
    color: #fff;
    border-color: #f89339;
    background-color: #f9841c;
    box-shadow: 1px 3px 13px #f89339;
}


.btn:active {
    background-color: #f6f6f7;
    box-shadow: none!important;
}
.btn:hover {
    text-decoration: none;
}
.btn-primary:hover {
    color: #f89339;
    border-color: #f89339;
    background-color: #ffffff;
}


.error-panel, .message-panel {
    padding: 80px 0 100px 0;
    text-align: center;
    font-size: 16px;
    zoom: 1;
    color: #666;
}
.message-panel {
    padding: 90px 80px;
    text-align: left;
}
.prompt {
    margin: 0 auto;
    position: relative;
    zoom: 1;
    padding: 30px 40px;
    clear: both;
    text-align: center;
}
.message-panel .prompt {
    margin: 0 25%;
}
.prompt-icon {
    margin: auto;
}
.prompt-cont {
    overflow: hidden;
    zoom: 1;
    padding: 25px 0 10px 0;
}
.prompt-icon i{
    font-size: 100px;
    color: #04c769;
    margin-right: 20px;
}

.prompt-cont h4 {
    font-size: 22px;
    margin-bottom: 10px;
}
.prompt-success .prompt-cont h4 {
    color: #36ab7a;
}
.prompt-cont p {
    padding: 3px 0;
    font-size: 16px;
    color: #666;
}
.prompt-cont .action {
    padding-top: 20px;
    white-space: nowrap;
}

.btn-default {
    color: #666;
    border-color: #eee;
    background-color: #fafafa;
    box-shadow: 1px 3px 13px rgba(200,200,200,.2);
}
.prompt-cont .action .btn {
    margin: 0 10px;
    font-size: 14px;
    padding: 9px 30px;
}
