﻿* {
    margin: 0;
    padding: 0;
}

html, body {
    font-family: "Microsoft YaHei";
}

@font-face {
    font-family: 'HYxingyuT';
    src: url(font/HYxingyuT.ttf);
}

@font-face {
    font-family: 'FZzongyiS';
    src: url(font/FZzongyiS.ttf);
}

@font-face {
    font-family: 'HWxingkai';
    src: url(font/HWxingkai.ttf);
}


input::-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    box-shadow: 0 0 0 60px white inset;
    -webkit-text-fill-color: black;
}

input {
    outline-color: invert;
    outline-style: none;
    outline-width: 0px;
    border: none;
    border-style: none;
    text-shadow: none;
    -webkit-appearance: none;
    -webkit-user-select: text;
    outline-color: transparent;
    box-shadow: none;
    font-size: 16px;
}

input,
img {
    vertical-align: middle;
}

body {
    background: #c4cbcf;
}

#main_container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -400px 0 0 -600px;
    width: 1200px;
    height: 800px;
    background-color: white;
}

    #main_container .LogoMain {
        float: left;
        padding-top: 70px;
        padding-left: 50px;
    }

    #main_container .LogoSecondary {
        float: right;
        padding-top: 80px;
        padding-right: 50px;
    }

    #main_container .main_container_bg {
        width: 1200px;
        height: 450px;
        background: url(images/bg.jpg);
        margin-top: 175px;
        overflow: hidden;
    }

        #main_container .main_container_bg h3 {
            color: white;
            font-size: 50px;
            letter-spacing: 5px;
            font-family: HYxingyuT;
            text-align: center;
            padding-top: 50px;
        }

    #main_container .login {
        margin: 63px auto 0 auto;
        width: 750px;
        height: 324px;
        background-color: white;
        border-radius: 10px;
        box-shadow: 0px 5px 20px rgb(58, 58, 58)
    }

    #main_container .login_bg {
        float: left;
        width: 426px;
        height: 324px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        background: url(images/bg_login.jpg) no-repeat;
    }

    #main_container .login_window {
        float: left;
        width: 324px;
    }

        #main_container .login_window h2 {
            font-size: 24px;
            font-family: FZzongyiS;
            font-weight: lighter;
            padding-top: 35px;
            text-align: center;
        }

.login_window h2 img {
    width: 55px;
    height: 28px;
    vertical-align: text-bottom;
}

#main_container .login_window label {
    display: block;
    font-size: 16px;
    font-family: HWxingkai;
    color: #2474b5;
    text-align: center;
    padding-top: 12px;
}

.input_style {
    width: 260px;
    height: 30px;
    margin: 30px auto 0 auto;
    border-bottom: solid 1px #c4cbcf;
}

    .input_style img {
        padding: 0 10px 0 20px;
    }

.login_window .login_button {
    display: block;
    width: 200px;
    height: 35px;
    margin: 25px auto 0 auto;
    background-color: #2474b5;
    border-radius: 10px;
    color: white;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}

.copyright {
    width: 270px;
    margin: 110px auto 0 auto;
    color: rgb(150, 150, 150);
}

    .copyright p {
        float: left;
        font-size: 14px;
    }

    .copyright label {
        font-size: 16px;
        padding-left: 10px;
        line-height: 38px;
    }
