.login, .register, .findpwd {
    background-image: url(../image/login_bg.jpg);
    /*background-position: top center;
    background-repeat: no-repeat;*/
    background-size: cover;
    overflow: hidden;
    position: fixed;
    width:100%;
    height:100%;
}

.sologan {
    font-size: 52px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    text-align: center;
    padding-top: 150px;
}

.wrap {
    background-color: #fff;
    margin: 50px;
    padding: 30px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Google */
	-ms-box-sizing: border-box;/*IE*/
}

.wrap2 {
    background-color: #fff;
    margin: 120px 50px 120px 50px;
    padding: 30px 20px;
    border-radius: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Google */
    -ms-box-sizing: border-box;/*IE*/
}

.title {
    font-size: 18px;
    color: #111;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.title:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #eee;
}

.wrap-label {
    line-height: 20px;
    font-size: 14px;
    color: #a78547;
    text-indent: 10px;
    display: block;
}

.wrap-item, .wrap-item2 {
    height: 46px;
    color: #d9b778;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Google */
	-ms-box-sizing: border-box;/*IE*/
    margin-top: 10px;
    position: relative;
}

.wrap-item i {
    font-size: 18px;
    /* color: #009688; */
    /* color: #27a9e3; */
    color: #35B6A0;
    line-height: 44px;
    padding: 0 15px;
    position: absolute;
    z-index: 2;
}

.wrap-item input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border: 0;
    outline: 0;
    margin-top: 2px;
    padding-left: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Google */
	-ms-box-sizing: border-box;/*IE*/
}

.wrap-item2 {
    border: 0;
}

.wrap-item2 input {
    height: 46px;
    line-height: 46px;
    font-size: 14px;
}

.wrap-find {
    font-size: 12px;
    color: #363948;
    padding-right: 10px;
    float: right;
}

.wrap-btn {
    width: 100%;
    height: 50px;
    /* background-color: #009688; */
    /* background-color: #27a9e3; */
    background-color: #35B6A0;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border: 0;
    cursor: pointer;
    display: block;
}

.wrap-btn:active {
    background-color: #b49458;
}

.wrap-link {
    line-height: 20px;
    color: #363948;
    text-align: center;
    padding: 20px;
    position: relative;
}

.wrap-link:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #eee;
}

.wrap-link a {
    color: #d9b778;
}

.wrap-link a:hover {
    color: #b49458;
    text-decoration: underline;
}

.wrap-info {
    line-height: 18px;
    font-size: 12px;
    color: #d9b778;
    padding: 0 15px;
    padding-top: 20px;
}