body {
    /* background:  center / cover no-repeat; */
    background-color: #fff;
}
.wrapper{
    background: url(/uploads/image/timages/25.jpg) center / cover no-repeat;
}
.log-title1 {
    background: rgba(255, 255, 255, 0.7);
}
.log-title1 > img {
    display: inline !important;
}
.reg-page {
    color: #555;
    padding: 30px;
    background: #fefefe;
    border: solid 1px #eee;
    box-shadow: 0 0 3px #eee;
}

/*reg header*/
.reg-header {
    color: #555;
    text-align: center;
    margin-bottom: 35px;
    border-bottom: solid 1px #eee;
}

.reg-header h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

/*reg forms*/
.reg-page label {
    color: #777;
}
.err-msg {
    margin: 10px auto;
    color: #f00;
    text-align: center;
}

/* 覆盖bootstrap样式 */
.input-group {
    display: block;
    font-size: 0;
}
.input-group .form-control {
    display: inline-block;
    float: none;
    width: 84%;
    height: 34px;
    box-sizing: border-box;
}
.input-group-addon {
    display: inline-block;
    width: 16%;
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
    padding: 0;
    vertical-align: bottom;
}
.input-group span {
    font-size: 14px;
}
#txtvalidate {
    width: 50%;
}
