
body{
    background-color: #F7F7F7;
    width: 100%;
    height: 100%;
}
/*top*/
.register-box{
    margin: 0px -15px 0px -15px;
    box-shadow: 0px 2px 4px 0px #ccc;
    -webkit-box-shadow: 0px 2px 4px 0px #ccc;
    -moz-box-shadow: 0px 2px 4px 0px #ccc;
}
.register-top{
    width: 1190px;
    height: 80px;

}

.register-top .col-xs-1 img{
    vertical-align: top;
    margin-top: 11px;
}
.register-top .col-xs-6{
    line-height: 80px;
    padding-left: 0px;
}
.register-top .col-xs-6 span{
    font-size: 30px;
    color: #1c68a7;
}
.center-blank{
    height: 80px;
    width: 100%;
    background-color: #F7F7F7;
}
.container{
    background-color: white;
    height: 500px;
    width: 800px;
}
/*center*/
.register-center{
    height: 554px;

    margin-top: 40px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.find-img{
    height:200px;
    padding: 50px 0 0 322px;
}
/**/

.register-input{
    margin-bottom: 25px;
}
.form-control{
    height: 40px;
}
.control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}

.pswinfo{
    display: block;
    height: 34px;
    font-size: 10px;
    color: red;
    line-height: 34px;
}
.pswinfo2{
    color: greenyellow;
    margin: 10px 0 0 10px;
    font-size: 16px;
}
#scode{
    width: 183px;
    height: 40px;
    background: #ededed;
}
.register-submit{
    width: 406px;
    height: 50px;
    color: white;
    line-height: 38px;
    text-align: center;
    font-size: 22px;
    margin-left: -15px;
    font-weight: bold;
}

.alertinfo,.alertinfo2{
    margin-top: 30px;
}



/**/
#footer2{
    height:300px;
    padding:100px 0 0 0;
    font-size: 12px;
    color: #808080;
}
#footer2 p:first-child a{
    color: #808080;
}
#findpsw2,#findpsw3{
    display: none;
}
