﻿/******************************login*************************/
body,html
{
    height:100%;
    padding:0px;
    margin:0px;
    overflow:hidden;
}

body
{
    background-color: #D4D4D4;
    padding-top:5%;
}

.login-table
{
    
    width: 100%;
    height: 574px;
}

.login-table td
{
    background-image: url("../Default/Imgs/loginbg1.jpg");
    background-repeat: repeat-x;
    height: 574px;
}
.login-table td .login-bg
{
    background-image: url("../Default/Imgs/loginbg2.jpg");
    background-repeat: no-repeat;
    height: 268px;
    width: 610px;
    margin-top:170px;
    position:relative;
}
.login-table td .login-bg .login-org{top: 10px; font-size: 20px; color: white; left: 100px; position: absolute;font-family: 微软雅黑;}
.login-name
{
    position:absolute;
    border:0px;
    width:140px;
    top:70px;
    left:202px;
    background-color:transparent;
}

.login-pwd
{
    position:absolute;
    border:0px;
    width:140px;
    top:115px;
    left:202px;
    background-color:transparent;
}

.login-btn
{
    position:absolute;
    border:0px;
    width:98px;
    height:100px;
    top:160px;
    left:415px;
    background-color:transparent;
    cursor:pointer;
}

.login-remark
{
    width:500px;
    font-size:12px;
    margin-top:50px;
    line-height:30px;
}

