html, body {
    height: 100%;
    min-height: 300px !important;
    margin: 0;
    padding: 0;
    background-color: #474b4f;
    font-size: 13px;
    overflow: hidden;
}

ul, li, p {
    margin: 0;
    padding: 0;
}

a {
    color: #474b4f;
    text-decoration: underline;
}

.container {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 600px;
    min-width: 1024px;
}

.login-bg {
    width: 100%;
    height: 100%;
}

.login-box input[type="text"]:focus,
.login-box input[type="password"]:focus,
.login-box input[type=null]:focus,
.login-box select[multiple=null]:focus,
.login-box textarea:focus {
    border: none;
}
.login-box input[type="text"]:hover,
.login-box input[type="password"]:hover,
.login-box input[type=null],
.login-box select[multiple=null]:hover,
.login-box textarea:hover {
    border: none;
}

.login-header {
    width: 600px;
    height: 70px;
    margin: 0 auto;
    padding: 20px 10px;
}

.login-header .login-header-container {
    text-align: center;
    position: relative;
}

.login-content {
    position: relative;
    width: 100%;
    height: 400px;
    background-color: #7ac143;
    vertical-align: middle;
    display: flex;
	align-items: center;
}


.login-box {
    width: 400px;
    height: 320px;
    margin: 0 auto;
/*     padding-top: 10px; */
    text-align: center;
    border-radius: 10px;
}

.login-switch {
    height: 44px;
    text-align: center;
    margin-bottom: 20px;
}

.login-switch-btn {
    display: inline-block;
    margin: 0 15px;
    min-width: 75px;
    height: 100%;
    line-height: 50px;
    font-size: 18px;
    color: #000;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: bold;
}

.login-switch-btn.active {
    border-bottom: 1px solid #fff;
    color: #fff;
}

.separate-line {
    font-size: 16px;
    color: #000;
}

.login-input-box {
    width: 100%;
    margin: 10px auto 0;
    border-radius: 5px;
    overflow: hidden;
}

.login_error_tip1 {
    width: 350px;
    margin: 5px 0;
    color: red;
    font-weight: bold;
    font-size: 12px;
    border-radius: 5px;
    padding: 2px 0px;
    display:none;
}

.login-input {
    position: relative;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
}

.login-input input {
    width: 384px;
    height: 46px;
    padding: 0px 8px 0px 8px;
    border: none;
    font-size: 15px;
    line-height: 46px;
    border-radius: 3px;
    color: #777c80;
}

.login-other {
    margin: auto;
    margin-top: 10px;
    width: 350px;
    height: 30px;
    line-height: 30px;
}

.login-check-box {
    width: 600px;
    line-height: 22px;
    font-size: 16px;
    color: #474b4f;
    text-align: left;
}

.login-check-box span{
    display:inline-block
}

.login-check-box span .login-check{
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0 !important;
    vertical-align: -5px !important;
    border: 1px solid #7ac143;
    line-height: 20px;
}

.login-tip {
    display: inline-block;
    margin-right: 20px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    vertical-align: middle;
}

.login-reset {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    vertical-align: middle;
}

.login-btn-box {
    margin-top: 15px;
    overflow: hidden;
}

.login-btn-box .login-btn{
    height: 48px;
    border: 1px solid #474b4f;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: left;
    background-color: #474b4f;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-indent: 20px;
    cursor: pointer;
}

.login-btn-box .login-btn:hover, .login-btn-box .login-btn:hover {
    filter: alpha(opacity = 80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.login-btn-box .login-normal-btn {
    width: 100%;
	min-width: 130px;
    margin: 0 auto;
    /*background-image: url("../images/oldArchitecture/icon-lock.png");*/
    text-align: center;
    text-indent: 0px;
}

.login-btn-box .login-finger-btn {
    display: inline-block;
    min-width: 200px;
    height: 50px;
    padding-left: 30px;
    background-image: url("../images/oldArchitecture/icon-fingerprint.png");
    line-height: 50px;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 5px;
    outline: none;
}

.login-btn-box .login-normal-btn:hover {
    background-color: #474b4f;
}

.login-btn-box .login-finger-btn.disabled {
    opacity: .4;
}

.login-footer {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    color: #999999;
    font-size: 14px;
}

.login-footer .logo {
    margin-bottom: 2px;
}

.login-footer .item {
    display: inline-block;
}

.login-footer .login-footer-logo img{
/*     width: 132px; */
    height: 32px;
}

.login-footer .login-footer-logo{
	margin-top: 20px;
}

.login-footer .copyright-box {
    text-align: center;
}

.login-footer .copyright-box .copyright{
    color: #999999;
    font-size: 14px;
}
.login-footer .copyright-box .nav-list {
    display: inline-block;
}

.login-footer .copyright-box .nav-list .nav-item {
    display: inline-block;
    margin: 0 5px;
    color: #fff;
    text-decoration: underline;
}

.login-footer .copyright-box .nav-list .nav-item:hover {
    text-decoration: none;
}

/* common input placeholder style */
.login-input input::-webkit-input-placeholder { /* WebKit browsers */
    color: #757575;
}
.login-input input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #757575;
}
.login-input input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #757575;
}
.login-input input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #757575;
}

.login-lang-oldbox {
	background:#585858 !important;
	color:#fff;
	padding: 6px 8px 6px 8px!important;
	border: 1px solid #585858 !important;
	font-family: MicrosoftYaHei;
	width: 197px!important;
}

.login-lang-oldbox .login-lang-down {
	border-color: #fff transparent transparent transparent;
}

.login-lang-oldbox .login-lang-up {
	border-color: transparent transparent #fff transparent;
}

.login-lang-oldlist {
	background: #585858 !important;
	color: #fff;
	font-family: MicrosoftYaHei;
}

.login-lang-oldlist .login-lang-item:nth-child(2n+1) {
	background: #6a6a6a;		
}

.login-lang-oldlist .login-lang-item {
	padding: 3px 10px;
}

.login-lang-oldlist .login-lang-item:hover,.login-lang-oldlist .login-lang-active {
    background: #629f33!important;
}

.login-lang-oldlist,.login-lang-oldbox {
	right:-320px!important;		
}

.login-lang-oldlist .login-lang-lab2 {
	color: #fff;	
	font-size:12px;		
}

.login-footer-barcode {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 0px;
}

.login-footer-barcode-img {
	width: 70px;
	height: 70px;	
}

.login-footer-barcode span {
	color: #fff;
	padding:  0px 40px 0px 10px;
	font-size: 16px;
}

@media screen and (min-width: 1200px) {

}

@media screen and (min-width: 1600px) {

}

@media screen and (min-width: 1920px) {

}
