/* CSS Document */
@charset "utf-8";
body{margin:0px auto;
	 padding:0px;
	 font:12px "微软雅黑",Helvetica,Arial,sans-serif;
	 color:#515151;
	 width:100%;
	 overflow-y:hidden;}
.overflowhiddiv{margin:0px auto; padding:0px; overflow:hidden;}
ul{margin:0px; padding:0px; list-style:none;}

#login_top{margin:0px;padding:0px;width:100%;}
#top_logo{margin:0px auto;padding:0px;width:80%;height:100px;
         text-align:right;clear:both;
         background:url(../images/login_logo_station.png) no-repeat left bottom;
         background-size:auto 60px;
}
#login_center_rim{margin:0px;padding:0px;width:100%;}
#login_bg{margin:0px;padding:0px 0px;width:100%;
          background:#bfe074;}

#login_bg01{margin:0px;padding:0px 0px;width:100%;
          background:#7eb7e1;}

#login_bg03{width:100%;
          background:url(../images/login_bannerbg.png) repeat-x;
		  margin:0px;
		  padding:0px 0px;}
#login_main{margin:0px auto;padding:0px 0px;height:600px;width:1024px;
    background:url(../images/login_banner04.png) no-repeat;
    text-align:left;
    clear:both;}
#login_frame{padding:10px 20px 20px 20px;width:335px;
	background-color:rgba(255,255,255,0.95);border-radius:16px;
	margin:100px 80px 0px\0;float:right\0;
}

@media (max-width: 991px) {
#login_main{width:auto;padding-top:30px;}
#login_frame{margin:50px auto;}
}
@media (min-width: 992px) {
#login_frame{margin:100px 80px 0px;float:right;}
}
@media (max-width: 760px) {
#top_logo{width:100%;}
}
#login_frame .input-group{margin:15px 0px 20px;}

#login_frame .input-group .btn{margin:0px 0px; width:295px; height:40px;font-size:16px;}
#login_title{font-weight:normal;font-size:20px;
    font-family:"微软雅黑","黑体",Helvetica;
    color:#888;
    margin:10px 0px 30px;padding:0px 0px 10px;
    border-bottom:#47C9EA 2px solid;}
.login-title{
    font-size:20px;
    font-family:"微软雅黑","黑体",Helvetica;
    color:#555;
    text-align:center;
    padding:10px;
    margin:10px 0px 30px;
    /* background-color:#48fae2; */
    border-bottom:#47C9EA 2px solid;
    
}
#errorAlert{margin-top:20px;margin-bottom:-20px;}
  
#login_frame .input-group{margin:20px 0px 20px;}

#login_bottom{width:100%;position:fixed;bottom:0px;margin:0px;padding:0px;z-index:10;
    background-color:#000000;
    opacity:0.8;
    color:#fff;
}
#bottom_content{margin:10px auto 0px;height:40px;line-height:30px;
    text-align:center;clear:both;
}

.popover-content{color:#c21f08;font-size:14px;font-weight:bold;font-family:"微软雅黑","黑体",Helvetica;}
