﻿@charset "utf-8";

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #959595;
    font: normal 12px/1.8em yahei;
}


#bkimages {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/loginBK.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}

.login-panel {
    width: 450px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffefdd;
    border-radius: 10px;
    position: relative;
    top: 50%; /*偏移*/
    margin-top: -120px;
    text-align:center;
}

.form-group  input {
    width:240px;
    margin:0 auto;
}

@media (max-width: 768px) {
    #bkimages {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-width: 768px;
        z-index: -10;
        zoom: 1;
        background-image: url(/images/loginBK-sm.jpg);
        background-color: #fff;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-position: center 0;
    }

}
    .clr {
        clear: both;
        padding: 0;
        margin: 0;
        width: 100%;
        font-size: 0;
        line-height: 0;
    }

    .editbox {
        height: 50px;
    }

    img.hbg_img {
    }

    .readmore {
        display: block;
        position: relative;
        top: 350px;
        left: 650px;
        border: none;
        /*width:180px;
	height:10px;*/
    }

    #register {
        display: block;
        position: relative;
        top: -285px;
        left: 350px;
    }

    .error-header {
        height: 30px;
        margin-left: -80px;
    }

        .error-header li {
            list-style-type: none;
        }





    /* Styles for validation helpers
-----------------------------------------------------------*/
    .field-validation-error {
        color: #ff0000;
    }

    .field-validation-valid {
        display: none;
    }

    .input-validation-error {
        border: 1px solid #ff0000;
        background-color: #ffeeee;
    }

    .validation-summary-errors {
        /*   font-weight: bold;
    color: #ff0000;*/
        background-position: left center;
        color: #D8000C;
        background-image: url('/content/images/validation.png');
        background-repeat: no-repeat;
        /*padding-left: 40px;*/
        list-style: none;
    }

    .validation-summary-valid {
        display: none;
    }

    .btn-primary {
        background-color: #821312;
        border-color: #821312;
    }

    .btn:hover {
        background-color: #AA2F2F;
    }


    .rigthTitle {
        height: 51px;
        background: url(/images/RegTop_bk.png) repeat-x top;
        margin: -16px -16px 0px -16px;
        border-radius: 4px 4px 0 0;
    }

        .rigthTitle > p {
            font: normal 19px/1.8em 微软雅黑;
            font-weight: 500;
            color: black;
            padding: 8px 0px 0 15px;
        }

    #regtoptriangle {
        position: relative;
        top: -11px;
        left: 40px;
        width: 19px;
        height: 8px;
        background: url(/images/RegTop.png) no-repeat;
    }

    .required {
        color: red;
    }


footer {
    
    margin: 0 auto ;
    text-align: center;
    position:relative;
    top:850px;
}
footer a{
    color:gray;
    }

/**********滑块验证*********/
.drag {
    width: 240px;
    height: 32px;
    line-height: 32px;
    background-color: #e8e8e8;
    position: relative;

    display: none;
    left:24%;

}

.dragbg {
    width: 40px;
    height: 100%;
    position: absolute;
    background-color: #75CDF9;
}

.dragtext {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 14px;
    text-align: center;
    user-select: none;
}

.dragbtn {
    width: 40px;
    height: 32px;
    position: absolute;
    border: 1px solid #ccc;
    cursor: move;
    font-family: "宋体";
    text-align: center;
    background-color: #fff;
    user-select: none;
    color: #666;
}
/**********end of  滑块验证*********/