.warper .topNav {
    position: fixed;
    top: 0;
    height: 50px;
    line-height: 50px;
    width: 100%;
    background: #42b0d3;
    padding: 0 15px;
    color: #565656;
    z-index: 2;
}

.warper .topNav .logo {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
}

.warper .topNav .logo .iconfont {
    padding-right: 5px;
    font-size: 25px;
}

.warper .topNav .subTitle {
    font-size: 16px;
}

.warper .topNav .splitLine {
    padding: 0 0.5em;
}

.warper .registerBox {
    width: 500px;
    margin: 80px auto;
}

.warper .registerBox table {
    width: 100%;
    /* border: 1px solid #ccc;*/
    border-radius: 4px;
}

.warper .registerBox table th {
    background: #eee;
    text-align: center;
    font-weight: bold;
}

.warper .registerBox table tr:nth-child(even) {
    background: none;
}

.warper .registerBox table tr td {
    border: 1px solid #ccc;
}

.warper .registerBox table tr td:first-child {
    background: #eee;
    width: 100px;
    text-align: center;
    vertical-align: middle;
}

.warper .registerBox table tr td:nth-child(2) {
    text-align: left;
    position: relative;
    min-width: 300px;
}

.warper .registerBox table tr td:nth-child(2) input[type=text], .warper .registerBox table tr td:nth-child(2) input[type=password] {
    width: 90%;
    position: absolute;
    left: 10px;
    border: none;
    box-sizing: border-box;
}

.warper .registerBox table tr td:nth-child(2) input[type=text]:focus, .warper .registerBox table tr td:nth-child(2) input[type=password]:focus {
    outline: none;
}

.warper .registerBox table tr td:nth-child(2) .label-radio {
    margin-left: 10px;
}

.warper .registerBox table tr td:nth-child(2) .error {
    position: absolute;
    right: 10px;
    margin-right: 0;
}

.warper .registerBox table tr td:nth-child(3) {
    border: none;
}

.warper .registerBox .btnBox {
    text-align: center;
}

.warper .registerBox .btnBox .registerBtn {
    margin: 30px auto;
    height: 30px;
    width: 100px;
}

/*# sourceMappingURL=changePasswor.css.map */
