.layui-container {
	width: 100%;
}

.right {
	height: 100vh;
	background-image: url(../img/op.jpg);
	background-position: top left;
	background-size: auto 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.left-img {
	width: 400px;
	height: 400px;
}

.left-img img {
	width: 100%;
}

.left {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.right-form {
	width: 400px;
	height: 400px;
}
.text{
	padding: 5px;
	position: absolute;
	top: 440px;
	left: 600px;
}
.text a{
	color: blue;
}
.text-box{
	height: 30px;
	line-height: 30px;
}

legend{
	font-size: 20px;
}
.layui-input-inline{
	width: 280px !important;
}
.layui-form-mid{
	margin-right: 0;
}
.logo{
	position: absolute;
	width: 350px;
	top: 50px;
	left: 75px;
}
.logo img{
	width: 100%;
}