﻿* {
    margin: 0px;
    padding: 0px;
    font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
    text-decoration: none;
}

html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    width: 100%;
    min-height: 100%;
    background:url("../images/bg.jpg") repeat;
}
.login-page {
    width: 520px;
    padding: 13% 0 0;
    margin: auto;
}
    .login-page .form {
        position: relative;
        z-index: 1;
        background: #fff;
        max-width: 500px;
        margin: 0 auto 100px;
        padding: 20px 10px 20px;
        text-align: center;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    }
    .login-page .title {
        font-size: 26px;
        margin-bottom: 20px;
        color: #1e9fff;
    }
.footer {
    text-align: center;
    color: #f1f3f7;
    margin: 0px;
    line-height: 23px;
    font-weight: bold;
    width: 100%;
    margin-top: 30px;
}

.home_content {
    /*background-color: #336699;*/
    padding-bottom: 20px;
}

.wrapper .headlogo {
    background-color: #f2f2f2;
}


 



