﻿.ngpLoginDiv {
    background: url(/images/bg.png) no-repeat;
    background-size: 100% 100%;
    background-size: cover;
    color: #666;
    min-height: 100%;
    padding:50px 0px;
}

html {
    min-height: 100%;
}

ul, li, form, p {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

a img {
    vertical-align: top;
    border: none;
}

.tac {
    text-align: center;
}

.headerNpg {
    width: 1000px;
}

.headerNpg.top {
    margin: 20px auto 20px auto;
    height: 40px;
}

.headerNpg .logoNpg {
    float: left;
    width: 195px;
    height: 38px;
}

.headerNpg .charge {
    float: right;
    width: 195px;
    height: 38px;
    line-height: 38px;
}

.charge img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.headerNpg .charge a {
    text-decoration: none;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    width: 125px;
}

input {
    outline: none;
}

.footer .year {
    display: inline;
    margin-top: 0
}

.footer .year-company {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0
}
/*.content .regbox { width: 640px; height: 500px; margin: 100px auto; background: #fff; padding-top: 40px; font-size: 14px; }*/
.content {
    display: flex;
    justify-content: center;
    height: 600px;
}

.content-left {
    width: 265px;
    background: url(/images/left-bg.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.content-left div {
    color: #fff;
}

.msg-top {
    font-size: 16px;
    font-weight: 100;
}

.content-title {
    font-size: 20px;
    font-weight: 500;
    margin: 25px 0 6px 0;
}

.content-english {
    font-size: 12px;
    opacity: 0.25;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center
}

.content-main {
    display: flex;
    justify-content: center;
    align-items: stretch;
    height: 470px;
    overflow: hidden;
}

.content-main .content-right {
    width: 450px;
}

.footer {
    clear: both; /*background: #fff;*/
    min-height: 76px;
    width: 1000px;
    margin: 0 auto;
    margin-top: 100px;
    text-align: center;
}

.footer > span {
    display: block;
    margin-top: 13px;
    font-size: 12px;
    color: #fff;
}

.footer span a {
    text-decoration: none;
    color: #fff;
    margin-left: 6px
}

.content {
}
