/* Header */
.large-header {
	position: relative;
	width: 100%;
	background: #333;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 1;
	height: 100%;
}

#Login {
	background: #045CD7;
	border: 0;
}

.demo-1 {
	height: 100vh;
}

.content {
	height: 100%;
}

.demo-1 .large-header {
	background-image: url('../img/bg-client.png');
}

.demo-2 .large-header {
	background-image: url('../bg-admin.jpg');
}

.login_title_box {
	display: flex;
	justify-content: space-between;
}

.login_title_right_img img {
	width: 46px;
	margin-top: 10px;
}

.logo_box {
	width: 400px;
	height: 430px;
	padding: 35px;
	color: #EEE;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -215px;
	background: #FFFFFF;
	border-radius: 8px;
	box-shadow: 0px 50px 114px 0px rgba(7, 0, 2, 0.21);
}

.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;
}

.forms {
	width: 280px;
	height: 485px;
}

.logon_inof {
	width: 100%;
	min-height: 450px;
	padding-top: 35px;
	position: relative;
}

.input_outer {
	height: 46px;
	margin-bottom: 30px;
	border-radius: 50px;
	position: relative;
	border: rgba(255, 255, 255, 0.8) 1px solid !important;
}

.u_user {
	width: 25px;
	height: 25px;
	background: url(../user.png);
	background-position: -125px 0;
	position: absolute;
	margin: 10px 13px;
	background-size: cover;
}

.red {
	color: red;
}

.us_uer {
	width: 25px;
	height: 25px;
	background-image: url(../password.png);
	position: absolute;
	margin: 10px 13px;
	background-size: cover;
}

.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 {
	width: 100%;
	height: 46px;
	outline: none;
	display: inline-block;
	font: 14px "microsoft yahei", Helvetica, Tahoma, Arial, "Microsoft jhengHei";
	line-height: normal;
	border: none;
	line-height: 46px;
	background: #F7F8FA;
	color: #A6A6A6;
	padding: 0 0 0 15px;
}

/*///*/
.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;
}

.login_title_left_main {
	color: #1D57D8;
	font-size: 20px;
}

.login_title_left_sub {
	color: #1A1A1A;
	font-size: 20px;
	margin-bottom: 30px;
}
