html, body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-size: 12px;
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	/* background-color: #57abea; */
	background-image: url("../../image/bg_login.png");
	background-repeat: no-repeat;
	background-size: 100%;
}

.con-login {
	width: 900px;
	height: 400px;
	position: absolute;
	top: calc(50% - 200px);
	left: calc(50% - 450px);
	border-radius: 5px;
	display: flex;
	overflow: hidden;
	box-shadow: 0px 7px 5px rgb(0 0 0 / 40%);
}

.con-login ._l {
	width: 500px;
	height: 100%;
	background-color: rgba(82, 104, 214, 0.7);
	display: flex;
	flex-direction: column;
}

.con-login ._l ._title {
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
	line-height: 50px;
	margin: 80px 0 30px 0;
}

.con-login ._l ._computer {
	width: 280px;
	margin: auto;
}

.con-login ._l ._computer img {
	width: 100%;
}

.con-login ._r {
	width: 400px;
	height: 100%;
	display: flex; flex-direction : column;
	background-color: #fff;
	flex-direction: column;
}

.con-login ._r ._title {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
	line-height: 50px;
	margin: 80px 0 0 0;
}
.con-login ._r .layui-form {
	width: calc(100% - 80px);
	margin: auto;
}

.login-title h1 {
	font-size: 5.5rem;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	margin-top: 15%;
	text-shadow: 0 0 10px #00AAFF;
	letter-spacing: 0.5rem;
}

.login-container {
	border-radius: 10px;
	width: 300px;
	position: absolute;
	margin: 50px 0;
	left: calc(50% - 150px);
}

.layui-input, .layui-select, .layui-textarea {
	border-radius: 5px;
}

.con-ba {
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 99;
	color: #fff;
}

.con-ba img {
	width: 30px;
	height: 30px;
}

.con-ba a {
	color: #fff;
	margin-left: 10px;
	letter-spacing: 1px;
	font-size: 12px;
}