html {
	height:100%
}
body.signin {
	height:auto;
	/* 	background:url(../img/login-background.jpg) no-repeat center fixed; */
	background: #027a63;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.grid-container {
	/*display: grid;*/
	/*grid-template-columns: auto auto auto auto auto;*/
	/*grid-gap: 0;*/
	/*background-image: url("/img/logbg.png");*/
	width:100%;
	height: 100%;
}
.m-t-md {
	margin-top: -85px;
}
.grid-container > div {
	text-align: center;
	padding: 0 0;
	height: 100%;
}
.signinpanel {
	width:953px;
	margin:10% auto 0;
	color:rgba(255,255,255,.95);

}
.back{
	background: url(/img/logbg.png) no-repeat center;
	/*background-size: 100% 100%;*/
}
.item1 {
	/*grid-area: 1 / 1 / 1/ 5;!*第一行第一列开始第一列第三列结束*!*/
	/*background-size:100% 100%;*/
	/*background-repeat:no-repeat;*/
	width: 61%;
	padding: 0;
	margin: 0;
	float: left;
}
.item2 {
	/*grid-area: 1 / 5 / 1 / 5;!*第一行第一列开始第一列第三列结束*!*/
	background: #FFFFFF;
	/*flex 布局*/
	display: flex;
	/*实现垂直居中*/
	align-items: center;
	/*实现水平居中*/
	justify-content: center;

	text-align: justify;
	width:38%;
	height: 100%;
	margin:0;
	padding: 0;
	float: right;
}
*{
	margin: 0;
	padding: 0;
}
html,body{
	/*width: 100%;*/
	/*height: 100%;*/
	background: url("/img/logbg.png") no-repeat center;
	background-size: 100% 100%;
}
p{
	font-size: 50px;
	font-family: 宋体 ;
	font-weight: bolder;
	color: #ff9600;
	padding-bottom: 50px;
	align-content: center;
}
.btn,btn-success,tn-block{
	background-color: #ff9600;
	border-color:#ff9600;
	border-radius: 35px;
	width: 85%;
	height: 66px;
	font-size: 24px;
	margin-left: 8%!important;

}
.div1{
	position:absolute;
	top:50px;
	left:50px;

}
.div2{
	padding: 10px 6px;
	position: relative;
}
.div3{
	position: absolute;
	top: 24px;
	left: 22px;
}.div4{
	 position: absolute;
	 top: 15px;
	 left: 29px;
 }
.div5{
	padding: 20px 20px;
	position: relative;
	text-align: left;!important;
	margin-top: 20px!important;
}
.signinpanel .logopanel {
	float:none;
	width:auto;
	padding:0;
	background:0 0
}
.signinpanel .signin-info ul {
	list-style:none;
	padding:0;
	margin:20px 0
}
.signinpanel .form-control {
	display:block;
	margin-top:15px
}
.signinpanel .uname {
	background:#fff url(../img/uname.png) no-repeat 95% center;
	color:#333
}
.signinpanel .pword {
	background:#fff url(../img/olock.png) no-repeat 95% center;
	color:#333
}
.signinpanel .code {
	background: #fff no-repeat 95% center;color:#333; margin:0 0 15px 0;
}
.signinpanel .btn {
	margin-top:15px
}
.signinpanel form {
	background:rgba(255,255,255,.2);
	border:1px solid rgba(255,255,255,.3);
	-moz-box-shadow:0 3px 0 rgba(12,12,12,.03);
	-webkit-box-shadow:0 3px 0 rgba(12,12,12,.03);
	box-shadow:0 3px 0 rgba(12,12,12,.03);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:30px;
	min-height: 307px;
}
.signup-footer {
	border-top:solid 1px rgba(255,255,255,.3);
	margin:20px 50px;
	padding-top:15px;
	position: fixed;
	bottom: 0;
	/*-webkit-transform: translate(-50%, -50%);*/
	/*-moz-transform: translate(-50%, -50%);*/
	/*-ms-transform: translate(-50%, -50%);*/
	/*-o-transform: translate(-50%, -50%);*/
	/*transform: translate(-50%, -50%);*/
}
@media screen and (max-width:768px) {
	.signinpanel,.signuppanel {
		margin:0 auto;
		width:380px!important;
		padding:20px
	}
	.signinpanel form {
		margin-top:20px
	}
	.signup-footer,.signuppanel .form-control {
		margin-bottom:10px
	}
	.signup-footer .pull-left,.signup-footer .pull-right {
		float:none!important;
		text-align:center
	}
	.signinpanel .signin-info ul {
		display:none
	}
}@media screen and (max-width:320px) {
	.signinpanel,.signuppanel {
		margin:0 20px;
		width:auto
	}
}
/*
登录界面check样式
*/
.checkbox-custom {
	position: relative;
	padding: 0 15px 0 25px;
	margin-bottom: 35px;
	display: inline-block;
	float: left;
}
/*
将初始的checkbox的样式改变
*/
.checkbox-custom input[type="checkbox"] {
	opacity: 0; /*将初始的checkbox隐藏起来*/
	position: absolute;
	cursor: pointer;
	z-index: 2;
	margin: -6px 0 0 0;
	top: 50%;
	left: 3px;
}
/*
设计新的checkbox，位置
*/
.checkbox-custom label:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 21px;
	margin-top: 3px;
	width: 18px;
	height: 17px;
	display: inline-block;
	border-radius: 2px;
	border: 1px solid #bbb;
	background: #fff;
}
/*
点击初始的checkbox，将新的checkbox关联起来
*/
.checkbox-custom input[type="checkbox"]:checked +label:after {
	position: absolute;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	content: "\e013";
	top: 73%;
	left: 24px;
	margin-top: -5px;
	font-size: 11px;
	line-height: 1;
	width: 16px;
	height: 16px;
	color: #333;
}
.checkbox-custom label {
	cursor: pointer;
	line-height: 1.2;
	font-weight: normal; /*改变了rememberme的字体*/
	margin-bottom: 0;
	text-align: left;
	padding-left: 25px;
	margin-top: 27px!important;
}

.form-control, .form-control:focus, .has-error .form-control:focus,  .has-success .form-control:focus, .has-warning .form-control:focus,  .navbar-collapse, .navbar-form, .navbar-form-custom .form-control:focus,  .navbar-form-custom .form-control:hover, .open .btn.dropdown-toggle,  .panel, .popover, .progress, .progress-bar {
	box-shadow: none;
}

.form-control{
	border-radius: 1px!important;
	padding: 2px 0 0 60px!important;
	height: 56px!important;
}

.form-control:focus{
	border-color: #ff9600 !important;
}
.btn {
	border: 0 solid transparent !important;
}
.btn:hover {
	background-color: #ff6600!important;
	border-color: #ff6600;
}
.btn-success{
	background-color: #ff9600 !important;
	border-color: #ff6600 !important;
}
.btn-success:active{
	background-color: #ff6600 !important;
	border-color: #ff6600 !important;
}
.btn:focus {
	background-color: #ff6600;
	border-color: #ff6600;
	outline: none!important;
 }
.btn:active {
	background-color: #ff9600;
	border-color: #ff6600;
	outline: none !important;
}
.m-t {
	margin-top: 2px!important;
}
