﻿body {
    background: url('images/login_bg.jpg') no-repeat center center;
    background-size: cover;
}

.login, .register, .findpwd {

}

.register {
    background-image: url(../images/register_bg.jpg);
}

.findpwd {
    background-image: url(../images/findpwd_bg.jpg);
}

.sologan {
    font-size: 52px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    text-align: center;
    padding-top: 188px;
}

.wrap {
    background-color: #fff;
    margin: 50px;
    padding: 30px 20px;
    box-sizing: border-box;
}

.title {
    font-size: 18px;
    color: #111;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    text-align: left;
}

.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: #b59d46;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    margin-top: 10px;
    position: relative;
}

.wrap-item i {
    font-size: 18px;
    color: #b59d46;
    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;
}

.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: #b59d46;
    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: #b59d46;
}

.wrap-link a:hover {
    color: #b49458;
    text-decoration: underline;
}

.wrap-info {
    line-height: 18px;
    font-size: 12px;
    color: #b59d46;
    padding: 0 0px;
    padding-top: 20px;
    text-align: center;
}







.check-code {
    border: 0px;
}

.check-code img {
    width: 125px;
    margin-left: 10px;
}