﻿* {
    margin: 0;
    padding: 0
}
body {
    background: url(/Content/images/loginBG2.jpg) no-repeat center center;
    background-size: 100% 100%;
    font-family: 'Microsoft YaHei';
}
.fl{float:left;}
.fr{float:right}
.k{clear:both}

.inner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 440px;
    width: calc(100% - 40px);
    padding: 24px;
    margin-bottom: 28px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    min-width: 320px;
    min-height: 300px;
    overflow: hidden;
}
.labelbox {
    padding: 24px 0
}

    .labelbox input {
        line-height: 24px;
        padding: 8px 14px;
        display: block;
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;margin:12px 0
    }

    .labelbox .btnadpt {
        background-color: #ff6700;
        width: 100%;
        display: block;
        text-align: center;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
        border: 0 none;
    }


.logo img {
    margin-right: 12px;
    vertical-align: middle;
}
.logo span {
    display: inline-block;
    vertical-align: middle;
}

.HolyGrail {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

header, footer {
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #000;
    color: #fff;
}

.HolyGrail-body {
    display: flex;
    flex: 1;
    align-items: center;
}

    .HolyGrail-body div {
        margin: auto;
    }

@media (max-width: 768px) {
    .HolyGrail-body {
        flex-direction: column;
        flex: 1;
    }

    .HolyGrail-nav,
    .HolyGrail-ads,
    .HolyGrail-content {
        flex: auto;
    }
}
.mtb12{margin:12px 0px}
.navf {
    float: left;
    font-size: 18px;
   
    text-align: center;
    cursor: pointer
}
.fwd {
    text-align: right;
    color: #999;
    font-size: 13px;
}
.fwd a {
    text-align: right;
    color: #999; font-size:13px; text-decoration:underline
}
    .fwd a:hover {
        color: #fe5122;
        text-decoration: underline
    }
.on {
    color: #fe5122
}
.borR {
    border-left: 1px solid #999797;
    width: 43%;
}
.borL {
    border-right: 1px solid #cacaca;
     width: 55%;
}

#login_dingding {
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.loginBox{display:none}

.validation-summary-errors {
    background: #ffd1d1;
    padding: 12PX
}

ul, li {
    list-style: none;
}

.text-danger {
    color: #ff0000
}