.login_container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1100px;
	margin: 0 auto;
	z-index: 1;
	transform: translate(-50%,-50%)
}

.login_body {
	width: inherit;
	display: flex;
	box-shadow: 0 20px 80px 0 rgba(0,0,0,.3)
}

.login-sidebox {
	width: 50%;
	padding: 60px;
	color: #fff;
	background: #3887e5;
	position: relative;
	overflow: hidden
}

.login-sidebox__title h2 {
	font-size: 30px
}

.login-sidebox__title h4 {
	font-size: 18px;
	margin-top: 10px;
	font-weight: 400
}

.login-sidebox__title p {
	font-size: 14px;
	margin-top: 10px;
	line-height: 1.8;
	color: hsla(0,0%,100%,.6)
}

.login-sidebox img {
	position: absolute;
	left: -120px;
	bottom: -160px;
	width: 550px
}

.login-logo {
	text-align: center;
	margin-bottom: 30px
}

.login-logo .logo {
	width: 70px;
	height: 70px;
	vertical-align: bottom
}

.login-logo h2 {
	font-size: 24px;
	margin-top: 20px;
	color: #40485b
}

.login-title {
	margin-top: 20px
}

.login-title h2 {
	font-size: 22px;
	font-weight: 400
}

.login-title p {
	font-size: 12px;
	margin-top: 40px;
	line-height: 1.8;
	color: hsla(0,0%,100%,.8)
}

.login-form {
	width: 50%;
	padding: 60px 100px;
	background: #fff
}

.login-oauth {
	display: flex;
	justify-content: space-around
}

.login-form .el-divider {
	margin-top: 40px
}

.login-footer {
	text-align: center;
	color: #999;
	margin-top: 50px
}

.demo-user-item {
	display: flex;
	align-items: center;
	line-height: 1;
	padding: 10px 0
}

.demo-user-item .icon {
	margin-right: 20px
}

.demo-user-item .info h2 {
	font-size: 14px
}

.demo-user-item .info p {
	color: #666;
	margin-top: 6px
}

@media (max-height:650px) {
	.login_container {
		position: static;
		transform: none;
		margin: 50px auto
	}

	.login-footer {
		margin-bottom: 50px
	}
}

@media (max-width:1200px) {
	.login_container {
		width: 900px
	}

	.login-form {
		padding: 60px
	}
}

@media (max-width:1000px) {
	.login_container {
		width: 100%;
		background: #fff;
		margin: 0;
		transform: none;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0
	}

	.login_body {
		box-shadow: none
	}

	.login-form {
		width: 100%;
		padding: 60px 40px
	}

	.login-sidebox {
		display: none
	}

	.login-footer {
		margin-top: 0
	}
}