@charset "UTF-8";

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}


element.style {
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
	height: auto;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

.login-page,
.register-page {
	align-items: center;
	background-color: #e9ecef;
	display: flex;
	flex-direction: column;
	height: 100vh;
	justify-content: center;
}

.login-box, 
.register-box {
    width: 400px;
}

.card-header{
	background-color: transparent;	
}

.card-primary.card-outline {
  border-top: 3px solid #007bff;
}

.login-box-msg,
.register-box-msg {
  margin: 0;
  padding: 0 20px 20px;
  text-align: center;
}

.login-box-title{
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
	margin-top: -10px;
	font-size: 22px;
}

.system-version{
	font-size:.78em;
	color: white !important;
	background-color: #007bff !important;
	margin: 1px;
	padding: 1px;
	text-align: end;
}

.system-version-top-right{
	margin-top: -8px;
	margin-right: -12px;
	text-align: end;
}

.login-icon{
	height: 24px;
	display: flex;
	align-items: center;
}

.login-page .login-box {
	width: auto;
}
.login-box, .register-box {
	width: 360px;
	margin: 7% auto;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div {
	display: block;
}
.login-logo{
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
}

.login-page .login-box-body {
	width: 360px;
	margin: auto;
	padding: 28px;
	background: #fff;
	box-shadow: 0 2px 6px #999;
	border-radius: 5px;
}

.login-box-body, .register-box-body {
	background: #fff;
	padding: 20px;
	border-top: 0;
	color: #666;
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.login-page .login-box-body .form-control-feedback {
	cursor: pointer;
	pointer-events: auto;
}
.login-box-body .form-control-feedback, .register-box-body .form-control-feedback {
	color: #777;
}
.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}

.login-page .form-group {
	margin-top: 5px;
	margin-bottom: 23px;
}
.has-feedback {
	position: relative;
}

form {
	display: block;
	margin-top: 0em;
}

.login-page .btn {
	padding: 5px 10px 4px 10px;
	font-size: 15px;
}
.btn.btn-flat {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-width: 1px;
}
.btn {
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid transparent;
}
.btn-block {
	display: block;
	width: 100%;
}
.login-copyright{
	display: flex;
	justify-content: center;
	padding-top: 10px
}