* {
    margin: 0;
    padding: 0;
}

html, body, .container, .wrap {
    width: 100%;
    height: 100%;
}

em {
    font-style: normal;
}

a {
    display: inline-block;
    text-decoration: none;
    color: #000;
}

li {
    list-style: none;
    display: inline-block;
    border-right: 1px solid #000;
}

.clear {
    clear: both;
}

header, footer, section {
    width: 1300px;
    margin: 0 auto;
}

header, footer {
    height: 50px;
}

    /*头部样式*/
    header em {
        font-size: 50px;
        height: 100px;
        line-height: 100px;
    }

    header span {
        font-size: 22px;
        margin-left: 20px;
    }

article {
    width: 100%;
    height: 600px;
    /*background-color: #00a0e9;*/
}

section {
    height: 700px;
    background-image: url("/Content/login/img/Login.jpg");
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: relative;
}

/*表单的样式*/
aside {
    width: 400px;
    height: 450px;
    position: absolute;
    top: 150px;
    right: 300px;
    background-color: #fff9;
    border-radius: 15px;
}

    aside em {
        display: block;
        width: 160px;
        height: 60px;
        margin: 25px auto 10px auto;
    }

        aside em img {
            width: 100%;
            height: auto;
        }

form {
    width: 300px;
    margin: 0 auto;
}

    form p {
        position: relative;
        margin-top: 10px;
    }

    form input {
        padding-left: 50px;
        width: 250px;
        height: 40px;
        border: none;
        border-bottom: 1px solid #47414133;
        margin-top: 20px;

        background-color: rgba(255, 255, 255, 0.82);
        outline: none;
    }

    form i {
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
    }

.name i {
    background-image: url("/Content/login/img/user1.png");
    background-repeat: no-repeat;
    left: 10px;
    top: 27px;
}

.password i {
    background-image: url("/Content/login/img/password1.png");
    background-repeat: no-repeat;
    left: 10px;
    top: 29px;
}

button {
    background-color: #00a0e9;
    border: none;
    width: 100%;
    height: 40px;
    letter-spacing: 3px;
    font-size: 20px;
    margin-top: 35px;
    border-radius: 10px;
    color: #fff;
    outline: none;
}

.remember {
    width: 170px;
}

    .remember input {
        width: 24px;
        height: 24px;
        background-image: url("/Content/login/img/rememberPassword1.png");
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        padding-left: 0px;
        border-radius: 0px;
        background-color: rgba(0,0,0,0);
        border: none;
        vertical-align: middle;
        margin-right: 5px;
        margin-top: 0px;
    }

        .remember input:checked {
            background-image: url("/Content/login/img/rememberPassword2.png");
        }

.remember, .regist {
    float: left;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
}

.regist {
    width: 130px;
}

    .regist a {
        color: red;
    }
/*尾部样式*/
footer {
    margin-top: 15px;
}

    footer ul {
        width: 68%;
        margin: 0 auto;
    }

        footer ul li {
            width: 120px;
            text-align: center;
            font-size: 13px;
            height: 15px;
            line-height: 15px;
        }

    footer p {
        text-align: center;
        font-size: 13px;
        margin-top: 10px;
    }
