﻿* {
    margin: 0;
    padding: 0;
}
/*清楚浮动*/
.clear {
    clear: both;
}
html, body {
    height:100%
}
/*html页面上的样式*/
body {
    background: url(../images/login/background.jpg) no-repeat;
    background-size: cover;
    font-family: arial, "微软雅黑";
    font-style: normal;
    font-variant: normal;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Content/DefaultTheme/images/login/background.jpg',sizingMethod='scale')8\9\0; 
}
.wrap {
    padding-top:100px
}
.inContent {
    height: 320px;
    width: 350px;
    margin: 0 auto;
    background: url(../images/login/inBackground.png);
    position: relative;
}

.null {
    height: 5px;
    width: 400px;
}

.inContent .upContent {
    height: auto;
    width: 350px;
    margin: 30px 0 30px 0;
    text-align: center;
    color: #ffffff;
}

.upContent label {
    font-weight: bold;
    font-size: 1.6rem;
}

.inContent .printMessage {
    height: 100px;
    width: 300px;
    margin-bottom: 20px;
    margin: auto auto;
}

.forWorld {
    width: 300px;
    border-radius: 10px 10px 2px 2px;
    -webkit-border-radius: 10px 10px 2px 2px;
    -moz-border-radius: 10px 10px 2px 2px;
    -ms-border-radius: 10px 10px 2px 2px;
    -o-border-radius: 10px 10px 2px 2px;
    background: #ffffff;
    height: 49px;
    border-bottom: solid 1px #e6e6e6;
}

.icontLeft1 {
    position: relative;
    width: 44px;
    height: 42px;
    float: left;
    left: 1px;
    top: 3px;
}

    .icontLeft1 img {
        position: absolute;
        top: 1px;
        height: 30px;
        margin: 6px 0 5px 10px;
        z-index: 10;
    }

    .icontLeft1 label {
        margin-left: 46px;
        font-size: 29px;
        position: absolute;
        color: #e9e9e9;
        top: 6px;
        z-index: 10;
    }

.inputLeft1 {
    float: left;
    position: relative;
}

    .inputLeft1 input {
        width: 220px;
        height: 38px;
        border: 0;
        margin-top: 6px;
        margin-left: 14px;
        line-height:38px
    }
   
.passWorld {
    width: 300px;
    border-radius: 2px 2px 10px 10px;
    -webkit-border-radius: 2px 2px 10px 10px;
    -moz-border-radius: 2px 2px 10px 10px;
    -ms-border-radius: 2px 2px 10px 10px;
    -o-border-radius: 2px 2px 10px 10px;
    background: #ffffff;
    height: 49px;
}
.icontLeft2 {
    position: relative;
    width: 44px;
    height: 42px;
    float: left;
    left: 1px;
    top: 3px;
}

    .icontLeft2 img {
        position: absolute;
        top: 1px;
        height: 30px;
        margin: 6px 0 5px 10px;
        z-index: 10;
    }

    .icontLeft2 label {
        margin-left: 46px;
        font-size: 29px;
        position: absolute;
        color: #e9e9e9;
        top: 6px;
        z-index: 10;
    }

.inputLeft2 {
    float: left;
    position: relative;
}

    .inputLeft2 input {
        width: 220px;
        height: 38px;
        border: 0;
        margin-top: 6px;
        margin-left: 14px;
        line-height:38px
    }

.inContent .enterContent {
    height: auto;
    width: 300px;
    margin: 10px auto;
}

.enterContent .enter {
    height: 33px;
    width: 300px;
    background: #ff9000;
    color: #ffffff;
    text-align: center;
    margin: 20px 0 5px 0;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    border: 0;
    padding: 0;
    margin: 0;
    line-height: 32px;
    font-weight: bold;
    font-size: 0.5rem;
    letter-spacing: 1px;
}

.inContent .downContent {
    height: 50px;
    width: 400px;
}

.downContent .downLeft {
    height: 50px;
    width: 151px;
    color: #ffffff;
    text-align: left;
    margin: 10px 0 0 0;
    float: left;
}

.downLeft label {
    font-size: 13px;
    float: left;
    margin-left: 5px;
}

.downLeft input {
    float: left;
    margin-top: 3px;
}

.downLeft a:hover {
    background: #ff9000;
}

.downContent .downRight {
    color: #ffffff;
    height: 50px;
    width: 160px;
    text-align: left;
    margin: 10px 0 0 0px;
    float: right;
}

.downRight label {
    font-size: 13px;
}

.downRight a {
    color: #ffffff;
    text-decoration: none;
}

    .downRight a:hover {
        color: #ff9000;
    }

.foot {
    height: 50px;
    width: 417px;
    margin: auto auto;
}

    .foot .footCenter {
        height: 50px;
        width: auto;
        position: fixed;
        bottom: 0px;
    }

.footCenter label {
    font-size: 0.5rem;
    color: #767373;
}
/*JS里面的DIV样式*/
.miss {
    height: 251px;
    width: 352px;
    margin: auto auto;
    position: absolute;
    top: 23px;
    border: solid 2px;
    z-index: 20;
    display: none;
    background: #ffffff;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    left: 1px;
    border: 4px solid #527a9e;
    margin-left: -4px;
}

    .miss .firstContent {
        height: 62px;
        width: 352px;
        text-align: center;
        margin-top: 25px;
        line-height: 28px;
    }
    .miss .firstContent p {
        line-height:40px
    }
        .miss .firstContent p:nth-child(2) {
            font-weight: bold;
        }

.sure {
    height: auto;
    width: 345px;
    margin: auto auto;
    margin-top: 60px;
}

    .sure .sureCenter {
        height: 42px;
        width: 197px;
        background: #ff9000;
        color: #ffffff;
        text-align: center;
        margin: auto auto;
        border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -ms-border-radius: 5px 5px 5px 5px;
        -o-border-radius: 5px 5px 5px 5px;
    }

.sureCenter label {
    line-height: 42px;
    font-weight: bold;
    font-size: 0.5rem;
    letter-spacing: 1px;
}

.forWorldMiss {
    height: 30px;
    width: 300px;
    margin: auto auto;
    display: none;
}

.forWorldMissCenter {
    height: 30px;
    width: 300px;
    background: #fff79a;
    color: #fe0000;
    line-height: 32px;
    border-radius: 10px 10px 2px 2px;
    -webkit-border-radius: 10px 10px 2px 2px;
    -moz-border-radius: 10px 10px 2px 2px;
    -ms-border-radius: 10px 10px 2px 2px;
    -o-border-radius: 10px 10px 2px 2px;
    border: solid 1px #ffac36;
}

    .forWorldMissCenter img {
        margin-left: 15px;
    }

    .forWorldMissCenter label {
        margin-left: 9px;
    }

.field-validation-error {
    position: absolute;
    top: 0;
    left: 260px;
    display: block;
    top: 10px;
    min-width: 300px;
}

    .field-validation-error span {
        color: red;
    }

.validation-summary-errors {
    color: red;
    margin-left: 40px;
    padding-bottom: 10px;
    width: 280px;
}
.inputLeft1 input.input-validation-error,.inputLeft2 input.input-validation-error {
    border:solid 1px red
}
.hid {
    display:none
}
#UserName {
    width:120px;
}
#KouLing {
    width:100px;
}