html {
	min-height: 100%;
	position: relative;
}

body {
	background-color: #e4e6e9;
	min-height: 100%;
	padding-bottom: 0;
	font-family: 'Open Sans';
	font-size: 13px;
	color: #393939;
	line-height: 1.5;
}

a:focus,a:active {
	text-decoration: none;
}

h4 {
	font-size: 18px;
	font-weight: normal;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h4.smaller {
	font-size: 17px;
}

h4.bigger {
	font-size: 19px;
}

h4.block {
	margin-bottom: 16px;
}

.lighter {
	font-weight: lighter;
}

.bolder {
	font-weight: bolder;
}

.inline {
	display: inline-block !important;
}

.block {
	display: block !important;
}

.center,.align-center {
	text-align: center !important;
}

.bigger-110 {
	font-size: 110% !important;
}

.space-6 {
	max-height: 1px;
	min-height: 1px;
	overflow: hidden;
	margin: 12px 0;
	margin: 6px 0 5px;
}

[class*="vspace-6"] {
	max-height: 1px;
	min-height: 1px;
	overflow: hidden;
	margin: 12px 0;
	margin: 6px 0 5px 0;
}
.space-2 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 2px 0 1px;
}

.header {
	line-height: 28px;
	margin-bottom: 16px;
	margin-top: 18px;
	padding-bottom: 4px;
	border-bottom: 1px solid #CCC;
}

.header.blue {
	border-bottom-color: #d5e3ef;
}

.btn-sm {
	border-width: 4px;
	font-size: 13px;
	padding: 4px 9px;
	line-height: 1.39;
}

label {
	font-weight: normal;
	font-size: 14px;
}

label.inline {
	margin-bottom: 3px;
}

input[type="text"],input[type="password"] {
	border-radius: 0 !important;
	color: #858585;
	background-color: #ffffff;
	border: 1px solid #d5d5d5;
	padding: 5px 4px 6px;
	font-size: 14px;
	font-family: inherit;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}

input[type="text"]:hover,input[type="password"]:hover {
	border-color: #b5b5b5;
}

input[type="text"]:focus,input[type="password"]:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #696969;
	border-color: #f59942;
	background-color: #ffffff;
	outline: none;
}

.input-icon {
	position: relative;
}

span.input-icon {
	display: inline-block;
}

.input-icon>input {
	padding-left: 24px;
	padding-right: 6px;
}

.input-icon.input-icon-right>input {
	padding-left: 6px;
	padding-right: 24px;
}

.input-icon>.ht-icon {
	padding: 0 3px;
	z-index: 2;
	position: absolute;
	top: 4px;
	bottom: 1px;
	left: 3px;
	line-height: 28px;
	display: inline-block;
	color: #909090;
	font-size: 16px;
}

.input-icon.input-icon-right>.ht-icon {
	left: auto;
	right: 3px;
}

.input-icon>input:focus+.ht-icon {
	color: #579;
}

.position-relative {
	position: relative
}

.bpmlogo_login {
	background: url(../../images/logo/bpmlogo.gif) no-repeat;
	width: 272px;
	height: 49px;
	display: inline-block;
}

.top_login {
	background: #438eb9;
	height: 45px;
	color: #fff;
	line-height: 45px;
}

.logo {
	background: url(../../images/logo/logo.png) no-repeat;
	width: 150px;
	height: 26px;
	display: inline-block;
	margin: 9px;
	margin-left: 20px;
}

.l {
	float: left;
}

.r {
	float: right;
	padding-right: 10px;
}

.copy {
	margin-left: 35%;
	
}


.login-container {
	width: 375px;
	margin: 4% auto;
}


.login-layout {
	background-color: #1D2024;
}

.login-layout .main-container:before {
	display: none;
}

.login-layout .main-content {
	margin-left: 0 !important;
	margin-right: 0 !important;
	min-height: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.login-layout label {
	margin-bottom: 11px;
}

.login-layout .widget-box {
	visibility: hidden;
	position: fixed;
	z-index: -5;
	border-bottom: none;
	box-shadow: none;
	padding: 6px;
	background-color: #394557;
	-moz-transform: scale(0, 1) translate(-150px);
	-webkit-transform: scale(0, 1) translate(-150px);
	-o-transform: scale(0, 1) translate(-150px);
	-ms-transform: scale(0, 1) translate(-150px);
	transform: scale(0, 1) translate(-150px);
}

.login-layout .widget-box.visible {
	visibility: visible;
	position: relative;
	z-index: auto;
	-moz-transform: scale(1, 1) translate(0);
	-webkit-transform: scale(1, 1) translate(0);
	-o-transform: scale(1, 1) translate(0);
	-ms-transform: scale(1, 1) translate(0);
	transform: scale(1, 1) translate(0);
	transition: transform .3s ease;
	-moz-transition: -moz-transform 0.3s ease;
	-webkit-transition: -webkit-transform 0.3s ease;
	-o-transition: -o-transform 0.2s ease;
}

.login-layout .widget-box .widget-main {
	padding: 16px 36px 36px;
	background: #F7F7F7;
}

.login-layout .widget-box .widget-main form {
	margin: 0;
}

/* social login */
.login-layout .login-box .widget-main {
	padding-bottom: 16px;
}

.reset-and-login {
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.reset-and-login :first-child {
	display: inline-block;
	background: #F7F7F7;
	padding: 0 8px;
	color: #5090C1;
	font-size: 13px;
}

.reset-and-login:before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 0;
	right: 0;
	border-top: 1px dotted #A6C4DB;
}
/***light样式的登录*/
.light-login {
	background: #dfe0e2 url('../../images/login/pattern.jpg') repeat;
}

.light-login .widget-box {
	padding: 1px 1px 0;
	-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.12);
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.12);
	border-bottom: 1px solid rgba(50, 50, 50, 0.33);
}

.light-login .widget-box .toolbar {
	border-top-width: 1px;
}

.light-login .widget-box.login-box {
	background-color: #BCC6CF;
	background-color: rgba(100, 110, 120, 0.4);
}

.light-login .widget-box.signup-box {
	background-color: #C1CEC4;
	background-color: rgba(110, 120, 100, 0.4);
}

.light-login .widget-box.forgot-box {
	background-color: #D2C5C5;
	background-color: rgba(120, 110, 100, 0.4);
}
@media only screen and (max-width: 540px) {
  .login-layout .widget-box .widget-main {
    padding: 16px;
  }
  .login-container {
    width: 98%;
  }
  .login-layout .widget-box {
    padding: 0;
  }
  .login-layout .main-content {
    padding-left: 6px;
    padding-right: 6px;
  }
  .login-box .toolbar > div {
    width: auto;
  }
  .r{
  	display: none;
  }
  .copy {
	 margin-left: 5px;
	}
}