html {
    height:100%
}
body.findpass-page {
    height:auto;
    background:url(../img/login-background.jpg) no-repeat center fixed;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}
.findpass-panel {
    width:750px;
    margin:10% auto 0;
    color: white;
}
.findpass-panel .logopanel {
    float:none;
    width:auto;
    padding:0;
    background:0 0
}
.findpass-panel .signin-info ul {
    list-style:none;
    padding:0;
    margin:20px 0 0;
}

.findpass-panel form {
    background:rgba(255,255,255,.2);
    border:1px solid rgba(255,255,255,.3);
    -moz-box-shadow:0 3px 0 rgba(12,12,12,.03);
    -webkit-box-shadow:0 3px 0 rgba(12,12,12,.03);
    box-shadow:0 3px 0 rgba(12,12,12,.03);
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    padding:30px 30px 0px;
}
.signup-footer {
    border-top:solid 1px rgba(255,255,255,.3);
    margin:220px 0 0;
    padding-top:15px
}
@media screen and (max-width:768px) {
    .findpass-panel,.signuppanel {
        margin:0 auto;
        width:420px!important;
        padding:20px
    }
    .findpass-panel form {
        margin-top:20px
    }
    .signup-footer,.signuppanel .form-control {
        margin-bottom:10px
    }
    .signup-footer .pull-left,.signup-footer .pull-right {
        float:none!important;
        text-align:center
    }
    .findpass-panel .signin-info ul {
        display:none
    }
}@media screen and (max-width:320px) {
    .findpass-panel,.signuppanel {
        margin:0 20px;
        width:auto
    }
}





.findpass-box {
    background:rgba(255,255,255,.2);
    border:1px solid rgba(255,255,255,.3);
    -moz-box-shadow:0 3px 0 rgba(12,12,12,.03);
    -webkit-box-shadow:0 3px 0 rgba(12,12,12,.03);
    box-shadow:0 3px 0 rgba(12,12,12,.03);
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    width: 600px;margin: 0 auto;
    padding:30px;
}
.flow {
    width: 100%;
    margin: 30px auto;
    height: 50px;
    padding: 20px 0 0;
    position: relative
}

.flowList {
    float: left;
    height: 2px;
    border: 2px solid #ccc;
    background: #ccc
}

.flowListBox {
    position: absolute;
    width: 100%;
    left: 0;
    top: 10px
}

.flowListBox .flowList {
    float: left;
    text-align: right
}

.flowListBox .flowList em {
    margin-top: -22px;
    display: inline-block;
    width: 40px;
    height: 40px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #ccc;
    text-align: center;
    line-height: 40px;
    font-style: normal;
    font-weight: 700;
    vertical-align: middle;
    box-shadow: 0 0 2px 2px rgba(255, 255, 255, .56);
    cursor: pointer
}

.flowListBox .flowList strong {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    cursor: pointer;
    position:absolute;
}

.flowListBox .for-cur em {
    margin-top: -20px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color:#fff;
}
.flowListBox .for-cur strong{
    color:#fff;
    font-size: 14px;
}
#flowDiv .btn {
    background-color: rgb(0, 153, 102);
    color:#fff;
}
.foot-btn {
    width: 100%;
    height: 58px;
    border-top: 1px solid #ddd;
    padding: 10px;
    margin-top: 10px
}

.successs {
    text-align: center;
    padding: 20px 0 60px
}

.successs h3 {
    padding: 20px;
    font-size: 25px
}

.for-cur {
    position: relative;
    width: 33%;
    border: 2px solid rgb(204, 204, 204);
    background-color: rgb(204, 204, 204);
}

.for-cur em {
    position: absolute;
    left: 35%;
    background-color: rgb(204, 204, 204);
    border: 0px none rgb(0, 0, 0);
}

.finished {
    border: 2px solid rgb(0, 153, 102);
    background-color: rgb(0, 153, 102)!important;
}

.contentList {
    display: none
}

.form-group input {
    color: #000!important;
}

.form-group select {
    color: #000!important;
}

#btnStep1,#btnStep2 {
    width: 260px;
    display: block;
    margin: 20px auto;
}