﻿/*新版登录页面*/
html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.loginNew-container {
    width: 100%;
    height: 100%;
    background: url(Images/Login/loginBg.png) center center no-repeat;
    position:relative;
}

.loginNew-content {
    width:1919px;
    height:1155px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-960px;
    margin-top:-578px;
}
.loginNew-centerBox {
    width:750px;
    height:419px;
    float:left;
    margin-left:585px;
    margin-top:358px;
}

.loginNew-webName {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-family: LiSu;
    height:100px;
    line-height:100px;
}

.loginNew-inputContent {
    padding-top:16px;
    padding-left:263px;
}

.loginNew-inputList {
    height:51px;
    padding-top:19px;
}

.loginNew-inputList.error {
    height:30px;
    line-height:30px;
    color:red;
    font-size:14px;
    padding-top:0px;
}

.loginNew-btnBox {
    width:310px;
    text-align:center;
    padding-top:15px;
    height:52px;
}

.loginNew-btn {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #666666;
    font-size: 16px;
    background: #ffffff;
    border: 0;
    outline: none;
    border-radius: 4px;
    word-spacing: 4px;
    cursor:pointer;
}


.loginNew-input {
    width:280px;
    height:51px;
    line-height:51px;
    border:0;
    background:#fff;
    outline:none;
    padding-left:15px;
    padding-right:15px;
    color:#666666;
    font-size:16px;
    float:left;
}

.loginNew-inputError {
    height:51px;
    line-height:51px;
    color:red;
    padding-left:10px;
    font-size:14px;
    float:left;
}

.userOrgName {
    float: left;
    display: inline;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-family: LiSu;
    margin-top: 200px;
}

#UserLogin .LoginAll {
    width: 1280px;
    height: 933px;
    background: url("Images/Login/login-middle.jpg") no-repeat;
    margin: 0px auto 0px auto;
    text-align: left;
}

.FailureText {
    margin-top: 5px;
    line-height: 25px;
}

.Top {
    width: 1280px;
    height: 408px;
    float: left;
    display: inline;
}

.LoginContent {
    float: left;
    display: inline;
    width: 1280px;
}

.Left {
    float: left;
    display: inline;
    width: 595px;
    height: 300px;
}

.Right {
    float: left;
    display: inline;
    width: 518px;
}

.User {
    width: 500px;
    height: 30px;
    float: left;
    display: inline;
}

.Pass {
    width: 500px;
    height: 30px;
    float: left;
    display: inline;
}

.Login {
    float: left;
    display: inline;
    margin-top: 32px;
    margin-left: 5px;
}

.texbox {
    border: solid 1px #247F7C;
    width: 132px;
    margin-right: 5px;
}
