﻿* {
    padding: 0;
    margin: 0;
}

ul, li {
    margin:0;padding:0;list-style:none;
}

/*div {
            border: 1px solid black;
        }*/

.head {
    height: 105px;
}

.main {
    height: 450px;
    background-color: #0978d2;
}

.content {
    width: 990px;
    height: 100%;
    margin: 0 auto;
    background-image: url(images/login/mainBg.jpg);
}



.leftPanel {
    height: 360px;
    width: 640px;
    float: left;
    margin-top: 30px;
}

.loginBox {
    width: 330px;
    height: 360px;
    background-image: url(images/login/loginBoxBg.png);
    float: right;
    margin-top: 30px;
    /*border: 1px solid grey;*/
}



.boxContent {
    width: 250px;
    height: 100%;
    margin: 0 auto;
    position:relative;
}

.loginPanel {
    height: 90px;
}

.txtTitle {
    font-family: SimHei;
    font-size: 24px;
    text-align: left;
    color: #565656;
    padding-top: 30px;
}

.txtLogin {
    height: 38px;
    width: 200px;
    border: 1px solid grey;
    background-repeat: no-repeat; 
    font-size: 1.2em;
    font-family: Consolas;
}

/*.txtLoginName {
    background-image: url(images/login/person.png);
}

.txtPwd {
    background-image: url(images/login/lock.png);
}*/

.btnLogin {
    width: 242px;
    height: 42px;
    font-family: SimHei;
    font-size: 21px;
    color: white;
    background-color: #e66e1e;
    border: 0;
    cursor: pointer;
}

div .textBox {
    margin-top: 32px;
}

.logo {
    height: 210px;
}

.qrCodes {
}

.qrtext {
    color: white;
    text-align: center;
}

.qrContent {
    margin-left: 4px;
    float: left;
}

/* 验证 */
.validation-summary-valid {
    
}

.validation-summary-errors {
    overflow:hidden;
    height:25px;
    background: #FDEEE9;
    border: 1px solid #f8b7a3;
    font-size:12px;
    position:absolute;
    top:58px;
    left:0px;
}
    .validation-summary-errors li {        
        height:25px;
        line-height:25px;
        padding-left:21px;
        width:220px;
        background:url(images/login/icon-waring.png) 5px center no-repeat;
    }