.logo {
    width: 100%;
    height: 146px;
    line-height: 146px;
    margin: 0 auto;
}

.logo span {
    height: 50px;
    width: 1px;
    background-color: #507c61;
    display: block;
    float: left;
    margin: 50px 8px 50px 0px;
}

.logo a {
    width: 100%;
    float: left;
    display: block;
    text-align: center
}

.bd {
    margin: auto;
    height: 542px;
    background: url(../images/bg.png) no-repeat center top;
    position: relative;
}

.login {
    width: 350px;
    height: 344px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -200px;
    left: 50%;
    margin-left: -175px;
    padding: 36px 32px;
}

.login h1 {
    text-align: center;
    height: 58px;
    font-weight: normal;
    font-size: 24px;
    color: #313131;
}

.name {
    position: relative;
}

.name input {
    width: 286px;
    height: 36px;
    border-radius: 18px;
    border: 1px solid #bdbdbd;
    padding-left: 32px;
    outline: none;
}

.name img {
    position: absolute;
    left: 12px;
    top: 11px;
}

.password {
    position: relative;
    margin-top: 32px;
}

.password input {
    width: 286px;
    height: 36px;
    border-radius: 18px;
    border: 1px solid #bdbdbd;
    padding-left: 32px;
    outline: none;
}

.password img {
    position: absolute;
    left: 12px;
    top: 11px;
}

.login .btn-login {
    width: 286px;
    height: 40px;
    border-radius: 20px;
    background-color: #0a73d0;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-top: 50px;
    outline: none;
}

.login .btn-login:hover {
    background-color: #469ce8;
}

.footer {
    height: 80px;
    background-color: #fff;
    text-align: center;
    line-height: 80px;
}

.footer p {
    font-size: 16px;
    color: #6a6a6a;
}