﻿@charset "utf-8";
/* CSS Document */
.body{
	margin:0px;
    background-color:#d5e1ef;
    background-image:url(image/bj3.png);
    background-size:100% 100%;
    background-repeat:no-repeat;
    height:1080px;
    width:100%;
}
.MainDiv
{
	width:100%;
    background-size:100% 100%;
    background-repeat:no-repeat;
    border:0px solid red;
    height:100%;
}

.LoginTable
{
	border:0px solid red;
	width:409px;
	height:371px;
	position:absolute;
	background-image:url(image/bgtable.png);
    background-repeat:no-repeat;
	
}
#TableTitle li{  
	filter: Alpha(Opacity:10);
	list-style:none;
	float:left;
	height:45px;
	line-height:45px;
	cursor:pointer;
	z-index:999;
	width:48%;
    font-size:18px;
	
}

#TableTitle
{
	margin-top:20px;
	margin-left:14px;
	text-align:center;
}

.logins{
	display:none; 
	margin:0px;
	padding:0px;
}
.account{
	display:block;	
}

.divLoginName {
    background: url(image/inputtext.png) no-repeat;
    width: 308px;
    height: 42px;
    border: none;
    background-size:auto;
	line-height:42px;
	margin-left:56px;
	margin-top:20px;
}

.txtUserNameClass
{
	width:210px;
	height:30px;
	border:none;
	background:transparent;
    border: 2px solid #E0E0E0;
}

.spanLoginName
{
	padding-left:10px;
}

.divLoginPassword {
    background: url(image/inputtext.png) no-repeat;
    width: 308px;
    height: 42px;
    border: none;
    background-size:auto;
	line-height:42px;
	margin-top:20px;
	margin-left:56px;
}

.txtUserPasswordClass
{
	width:210px;
	height:30px;
	border:none;
	background:transparent;
    border: 2px solid #E0E0E0;
}

.spanPassword
{
	padding-left:10px;
}

.loginBtn{
    background: url(image/btnlogin.png) no-repeat;
    width: 102px;
    height: 38px;
    border: none;
    background-size:auto;
    float:right;
}

.divForgetPwd
{
	margin-left:56px;
	margin-top:20px;
	
}
.divForgetPwd span
{
	font-size:18px;
}

.divbtnlogin
{
	margin-top:20px;
	width:100%;
}


#checkbox-1 {
   display: none;
   visibility:hiiden;
}
  
#checkbox-1 + label { 
    background: url(image/NoChecked.png) no-repeat;
}
  
#checkbox-1:checked + label {
    background: url(image/checked.png) no-repeat;
}

#checkbox-2 {
   display: none;
   visibility:hiiden;
}
  
#checkbox-2 + label { 
    background: url(image/NoChecked.png) no-repeat;
}
  
#checkbox-2:checked + label {
    background: url(image/checked.png) no-repeat;
}

.Check{
	border-bottom:3px solid white;
}

.NoCheck{
	border-bottom:0px solid white;
}

.DivFooter
{
    line-height:20px;
	width:380px;
    margin:0 auto;
}
.divlogo
{
    margin-top:60px;
    position:absolute;
}