
body, p, div, ul, li, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    background: #E9E9E9 url(/images/logoinbg1.png) no-repeat fixed center center;
    background-size: cover;
}

.login {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -185px;
    margin-left: -200px;
}

.insidelogin {
    width: 400px;
    background: #ffffff;
    opacity: 0.8;
    margin: 0 auto;
    height: auto;
    border: 1px solid #c0c0c0;
    border-radius: 15px;
    -webkit-box-shadow: 4px 2px 8px rgba(102, 102, 102, .7);
    -moz-box-shadow: 4px 2px 8px rgba(102, 102, 102, .7);
    box-shadow: 4px 2px 8px rgba(102, 102, 102, .7);
}

.login form div {
    text-align: center;
}

.login-input-container {
    width: 260px;
    height: 36px;
    border: solid #ccc 1px;
    border-radius: 3px;
    padding-left: 30px;
    margin: 30px auto 20px;
    background-position: 10px center;
    background-repeat: no-repeat;
}
.login-input-container.user-active {
    background-image: url(/images/user_selected.png) !important;
}
.login-input-container.pwd-active {
    background-image: url(/images/pwd_selected.png) !important;
}

.login-input-container input {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    background: transparent;
    border: 0;
    text-indent: 10px;
}
.login-input-container input:-webkit-autofill { box-shadow: 0 0 0px 1000px white inset;}

#submitBtn {
    width: 294px;
    height: 40px;
    background: #014e82;
    border-radius: 10px;
    margin-bottom: 30px;
    color: #ffffff;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-weight: bold;
    border-width: 0px;
}

#submitBtn:hover {
    cursor: pointer;
}

.title {
    margin-top: 20px;
    font-size: 20px;
    color: #014e82;
    font-family: "Microsoft YaHei";
}

.system_title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 40px;
    line-height: 1;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    color: #fff;
    text-shadow: 4px 2px 8px #666;
}
