
/**
* 集团系统登录界面
*/

body.bg{background: url(../../../img/jituan/login_bg.jpg)#dfe3e6 no-repeat;background-size: 100% 60%;}
.page_wulilogo{background-image:url(../../../img/jituan/logo_sprite.png);width:313px;height:48px;position: fixed;top:30px;left:36px;z-index:99;}

.jumbotron{margin-top:0;padding:0 30px 10px!important;background: #fafbfc;color:#575757;}
.form-signin-heading{padding:40px 0 42px;border-bottom: 1px solid #cecccc;text-align: center;font-size: 34px;margin-bottom: 50px;margin-top:0;}
.form-group{font-size:18px;margin-bottom: 30px;}
.form-horizontal .control-label{line-height:44px;padding-top:0;}
.form-control{height:44px;line-height: 44px;border-radius: 10px;font-size:16px;}

.wulilogo{width:58px;height: 48px;overflow: hidden;background-position: -455px 0;margin: auto;margin-bottom: 26px;}
.control-label-icon{background-image:url(../../../img/jituan/icon_sprite.png);width:14px;height:18px;overflow: hidden;display: inline-block;position: relative;top:2px;}
.name_icon{height:16px;}
.password_icon{width:12px;background-position:-14px 0;}
.login_footer{padding-top:32px;border-top: 1px solid #cecccc;margin-top:25px;}

.forget_password{text-align: right;font-size: 14px;color:#4f4e4e;cursor: pointer;}
.popover-content{white-space: pre-wrap;}

@media screen and (max-height: 750px) {
    .group_footer{position:relative;bottom: auto;padding-bottom:20px;}
}