@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0px;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.login_body{
	background: #fff url(../../Images/login/login-bg.jpg) no-repeat fixed;
	background-size: 100% 100%;
	min-width: 1200px;
	min-height: 800px;
	width: 100vw;
	height: 100vh;
	vertical-align: middle;
	display: inline-block;
}
.login_wrapper{
	width: 1300px;
	height: 500px;
	margin: calc(50vh - 350px) 0 0 calc(50vw - 650px);
	background-size: 100% 100%;
/*	box-shadow: 0 0 15px #333;*/
	min-width: 840px;
	min-height: 500px;
	position: relative;
	display: inline-block;
/*	background-color: #fff*/
}
.company_logo{
	height: 80px;
	/* margin: 25px 0 0 20px; */
	position: absolute;top: 20px;
	left: 25px;
}
#login_div{
	width: 35%;
/*	height: 635px;*/
	text-align: center;
	vertical-align: middle;
	margin-top: 50px;
	transition: all 0.5s;
	display: inline-block;
    float: right;
	background-color: #fff;
	padding: 45px 0;
	border-radius: 5px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,.1);
}
.login_form{
	display: inline-block;
	width: 400px;
	height: auto;
}
.login_form p{
	text-align: left;
	line-height: 40px;
	font-size: 15px;
	color: #555;
	font-weight: bold;
	margin-top: 10px
}
.login_form input{
	height: 36px;
	border: none;
	border-bottom: 1px solid #bbb;
	/* border-radius: 3px; */
	width: calc(100% - 8px);
	padding-left:8px;
	line-height: 36px;margin-top: 20px;
}
.input_verify{
	background: url("../img/验证码示例.png") no-repeat right top;
	background-size: auto 100%;
}
.append{
	width: 100%;
	vertical-align: middle;
	height: 35px;
	text-align: left;
	font-size: 14px;
	line-height: 35px;
	margin-top: 15px;
}
/* .login_form input[type='checkbox']{
	height: 15px;
	width: 15px;
	vertical-align: middle;
	float: left;
	margin-top: 10px;
	margin-right: 15px
} */
.append span:nth-of-type(2){
	color: #2491dd;
	float: right;
	cursor: pointer;
}
.login_button{
	height: 55px;
	width: 100%;
	font-size: 15px;
	background-color: #F66F6A;
	color: #fff;
	border: none;
	border-radius: 3px;
	font-weight: bold;
	margin-top: 35px;
	cursor: pointer
}
.login_button:active{
	transform: scale(0.98);
	
}
#register_div{
	width: 35%;
/*	height: 635px;*/
	text-align: center;
	vertical-align: middle;
	margin-top: 50px;
	transition: all 0.5s;
    float: right;
	background-color: #fff;
	padding: 45px 0;
	display: none;
	border-radius: 5px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,.1);
}
.back_login{
	color: #2491dd;
	float: left;
	cursor: pointer
}
.login_rightinfor{
	width: 65%;
	display: inline-block;
	float: left;
/*
	position: absolute;
	right: 0px;
	top: 0px;
*/
}
.login_rightinfor img{
	width: 100%;
		
}

h2{font-size:25px;}

.back_login a{text-decoration: underline;}

.append{display: inline-block;}

