.body{
    width: 1370px;
    min-height:340px;
    margin:0 auto;
    font-family: Microsoft YaHei! important;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#73c5ff,endColorStr=#FFFFFF); /*  IE*/
    background: -ms-linear-gradient(top,#73c5ff 0%,#FFFFFF 100%); 
    background:-moz-linear-gradient(top,#73c5ff,#FFFFFF);/*火狐*/   
    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#73c5ff), to(#FFFFFF));/*谷歌*/    
    background-image: -webkit-gradient(linear,left bottom,left top,color-start(0, #73c5ff),color-stop(1, #FFFFFF));/*   Safari & Chrome  */
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#73c5ff', endColorstr='#FFFFFF'); /*  IE6 & IE7  */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#73c5ff', endColorstr='#FFFFFF')"; /*   IE8   */
    alignment-adjust: central;
    /*background:url(<%=request.getContextPath()%>/images/common/register_bg.png);*/
    background-repeat:no-repeat;
    /*text-align: center;*/
}
.top_div{
    width: 1370px;
    height: 50px;
    background: #087ecb;
    padding-top: 5px;
}
.phone_div{
    display: inline-block;
    position: relative;
    left: 100px;
    top: 10px;
}
.phone{
    font-weight: bold;
    font-size: 16px;
    padding-top: 2px;
    color: #fff;
}
.regist_div{
    display: inline-block;
    position: relative;
    left: 760px;
    top: 10px;
}
.regist_div a{
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
.regist_div{
    color: #b9d1e6;
}
.content_div{
    width: 1370px;
    min-height: 900px;
    padding-top: 220px;
    background: #0b9eeb; 
    margin: 0px auto;

}
.content{
    width: 1370px;
    height: 550px;
    background-repeat: no-repeat;
    background-size: 1120px 700px;
    background-image: url("../../images/home/loginbac.png");
}
.content_footer{
    text-align: center;  
    color: #fff;
    font-size: 14px;
}
.content_footer p{
    margin-top: 30px; 
}
.course_logo{
    width: 700px;
    height: 150px;
    text-align: right;
    float: left;
    /*overflow: hidden;*/
}
.title{
    color: #fff;
    font-size: 56px;
    font-weight:500;
    font-family: Microsoft YaHei! important;
}
.subtitle{
    color: #fff;
    font-size: 30px;
    font-family: Microsoft YaHei! important;
    /*font-weight:bolder;*/
}
.login_form{
    margin-left: 160px;
    width: 350px;
    height: 365px;
    background: #53bbf0;
    border-radius: 10px;
    float: left;
}
.course_logo img{
    width: 1100px;
    height: 750px;
    position: relative;
    top: -120px;
    left: 0;
}
.login_logo{
    font-size: 24px;
    height: 70px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #88d0f6;
    color: #0b9eeb; 
    font-size: 30px;
    padding: 16px 0;
    /*letter-spacing: 30px;*/
}
.input_div{
    height: 75px;
    margin: 0 auto;
    width: 300px;
}
.glyphicon{
    position: relative;
    /*    top: -16px;
        left: 6.5px;*/
}
.login_input{
    margin-top: 30px;
}
.login_input input{
    margin: 0 0;
    background: #ffffff;
    width: 240px;
    height: 50px;
    border: 0 ;
    font-size: 18px;
    padding-left: 20px;
}
.glimg{
    width: 50px;
    height: 50px;
    color: #fff;
    background: #d2d2d2;
    font-size: 26px;
    text-align: center;
    padding-top: 12px;
    top: 0;
    left: 6px;
    vertical-align: middle;
}
.login_input a{
    font-size: 16px;
    float: right;
    color: #fff;
    padding: 0 10px;
}
.login_input button{
    width: 290px;
    text-align: center;
    background: #fff;
    color: #0b9eeb; 
    font-size: 28px;
    letter-spacing: 2px;
    border-radius: 10px;
    margin-left: 5px;
}
.error_info{
    clear: both;
    color: red!important;
    height: 40px;
    padding-left: 10px;
    font-size: 14px!important;
    font-size: 12px;
}



.logo{
    width: 650px;
    height: 50px;
    margin: 35px auto;
        top: 35px;
        left: 120px;
    position: relative;
    color: #FFFFFF;
}
.logo span:nth-child(1){ 
    margin: 0 15px;
    font-size: 50px;
    letter-spacing: 8px;
    display: inline-block;
}
.logo span:nth-child(2){
    font-style: italic;
    margin: 0 15px;
    font-size: 24px;
    position: relative;
    left: 200px;
}
.slogan{
    width: 510px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 16px;
    position: relative;
    top:80px;
    letter-spacing: 10px;
}
.slogan p:nth-child(2){
    padding-left: 160px;
}
.top{
    min-height: 410px;
    width: 600px;
    margin: 0 auto;
    background: #ffffff;
    visibility: hidden;
    position: relative;
}
.left{
    width:280px;
    height: 300px;
    margin-left: 60px;
    margin-top: 40px;
    float: left;
}
.right{          
    margin-top: 40px;
    width: 200px;
    height: 300px;
    float: left;
    margin-left: 30px;
    padding-top: 60px;
    border-left: 1px dashed #DAD8D8;
}
.ipt{
    clear: both;
    width: 300px;
    height: 40px;
    margin-left: 20px;
    margin-top: 30px;

}
.ipt input{
    clear: both;
    width: 200px;
    height: 40px;
    float: left;
    background-color: #f7f7f9;   
}
.ipt span{height:40px;}
.ipt_btn{
    height: 40px;
    margin-left: 20px;
    margin-top: 30px;
}
.ipt_btn button{
    width: 200px; 
    height: 40px;
    background-color: #F2F2F2;
    border-radius: 5px;
    color: #000
}
.ipt_btn button:hover{
    background-color: #73c5ff;
}
.error_info{
    clear: both;
    color: red;
    height: 40px;
    font-size: 12px;
}
.forget_psd{
    width: 200px;
    height: 30px;
    margin-top:20px;
    margin-left: 20px;
}
.modal-content{
    width: 300px;
}
.modal-header{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.nav li a{
    cursor:not-allowed;
}
