/* Header */
.large-header {
	position: relative;
	width: 100%;
	background: #333;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}

.demo-1 .large-header {
	background-image: url('../../img/log/bg.jpg');
}
.logo_box{
	width:650px;
	height: 500px;
	padding: 0px;
	color: #EEE;
	position: absolute;
	left: 50%;
	top:30%;
	transform: translate(-50%,-30%);
	margin: 0 auto;

}
.logo_box h3{
	text-align: center;
	height: 20px;
	font: 20px "microsoft yahei",Helvetica,Tahoma,Arial,"Microsoft jhengHei",sans-serif;
	color: #FFFFFF;
	height: 20px;
	line-height: 20px;
	padding:0 0 35px 0;
}
.logo{
	text-align: center;
	margin-bottom: 3rem;
}
.formBox{
	border: 1px solid #1a46c0;
	padding: 30px;
	box-shadow:inset 0px 0px 10px 2px #1a46c0;
	background-color: rgba(0,48,100,0.3);
}
.sheenfly{
	margin-bottom: 20px;
}
.login_btn{
	display: flex;
}
.login_btn div{
	margin-left: 10px;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	font-size: 1.2rem;

}

.login_btn div:nth-child(1){
	flex: 1;
	margin-left: 0px;
	background: -moz-linear-gradient(left, #194fd9 0%, #15d2ff 100%);
    background: -webkit-gradient(linear, left left, left right, color-stop(0%,#194fd9), color-stop(100%,#15d2ff));
    background: -webkit-linear-gradient(left, #194fd9 0%,#15d2ff 100%);
    background: -o-linear-gradient(left, #194fd9 0%,#15d2ff 100%);
    background: -ms-linear-gradient(left, #194fd9 0%,#15d2ff 100%);
    background: linear-gradient(to right, #194fd9 0%,#15d2ff 100%);
}
.login_btn div:nth-child(2){
	width: 200px;
	background: -moz-linear-gradient(left, #07c160 0%, #31d780 100%);
    background: -webkit-gradient(linear, left left, left right, color-stop(0%,#07c160), color-stop(100%,#31d780));
    background: -webkit-linear-gradient(left, #07c160 0%,#31d780 100%);
    background: -o-linear-gradient(left, #07c160 0%,#31d780 100%);
    background: -ms-linear-gradient(left, #07c160 0%,#31d780 100%);
    background: linear-gradient(to right, #07c160 0%,#31d780 100%);
}
.footer{
	text-align: center;
	position: fixed;
  	bottom: 10px;
	width: 100%;
	color:#878787;
}
.forms{
	width: 280px;
	height: 485px;
}
.logon_inof{
	width: 100%;
	min-height: 450px;
	padding-top: 35px;
	position: relative;
}
.input_box{
	display: flex;
}
.input_box :nth-child(2){
	margin-left: 10px;
}
.input_outer{
	height: 50px;
	padding: 0 5px;
	margin-bottom: 30px;
	border-radius: 0px;
	position: relative;
	flex: 1;
	background-color: #e8f0fe;
	display: flex;
	border: rgba(255,255,255,0.2) 2px solid !important;
}
.u_user{
	width: 25px;
	height: 25px;
	background: url(../img/login_ico.png);
	background-size: contain;
/* 	background-position:  -125px 0; */
	margin: 10px 13px;
}
.us_uer{
	width: 25px;
	height: 25px;
	background-image: url(../img/pwd_ico.png);
	background-size: contain;
/* 	background-position: -125px -34px; */
	margin: 10px 13px;
}
.l-login{
	position: absolute;
	z-index: 1;
	left: 50px;
	top: 0;
	height: 46px;
	font: 14px "microsoft yahei",Helvetica,Tahoma,Arial,"Microsoft jhengHei";
	line-height: 46px;
}
.text{
	flex: 1;
	height: 46px;
	outline: none;
	display: inline-block;
	font: 14px "microsoft yahei",Helvetica,Tahoma,Arial,"Microsoft jhengHei";
	margin-left: 50px;
	border: none;
	background: none;
	line-height: 46px;
}
/*///*/
.mb2{
	margin-bottom: 20px
}
.mb2 a{
	text-decoration: none;
	outline: none;
}
.submit {
	padding: 15px;
	margin-top: 20px;
	display: block;
}
.act-but{
	line-height: 20px;
	text-align: center;
	font-size: 20px;
	border-radius: 50px;
	background: #0096e6;
}
.erro{
	text-align: center;
	visibility:hidden;
	color:#bf025b;
	margin-bottom:10px;
}
.control-label{
	margin-top: 10px;
}
