.login-div {
	position: relative;
	padding: 88px 0;
	box-sizing: border-box;
	background-color: #F5F6FA;
}

.loginbg1 {
	position: absolute;
	right: 0;
	top: -80px;
}

.loginbg2 {
	position: absolute;
	left: 0;
	bottom: 0;
}

.login-box {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	position: relative;
	z-index: 999;
	font-size: 0;
	height: 710px;
}

.login-box-left {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: url("/img/agent/login_03.jpg") no-repeat;
	background-size: auto;
	padding: 100px 70px 180px 67px;
	box-sizing: border-box;
	width: 37%;
	height: 100%;
}

.login-box-left-one {
	font-size: 28px;
	color: #fff;
	font-weight: bolder;
	margin-bottom: 16px;
}

.login-box-left-two {
	margin-top: 48px;
	display: flex;
	align-items: center;
}

.login-box-left-two-left {
	margin-right: 20px;
}

.login-box-left-two-left>img {
	width: 30px;
	height: 30px;
}

.login-box-left-two-right {
	font-size: 16px;
	color: #fff;
}

.login-box-left-two-right>span {
	font-size: 14px;
	color: #fff;
}

.login-box-left-three {
	margin-top: 85px;
	display: flex;
}

.login-box-left-three>a {
	padding: 23px 63px;
	border-radius: 8px;
	background-color: #fff;
	color: #5873e8;
	font-size: 14px;
}

.login-box-right {
	padding: 0px 30px;
	box-sizing: border-box;
	background-color: #fff;
	width: 63%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.login-box-right-first {
	font-size: 28px;
	color: #282b32;
	font-weight: bolder;
	margin-bottom: 21px;
	width: 430px;
	text-align: left;
}

.login-box-right-second {
	margin-top: 25px;
	width: 430px;
	height: 61px;
	padding: 20px 16px;
	box-sizing: border-box;
	background-color: #f5f6fa;
	border-radius: 6px;
	display: flex;
	align-items: center;
}

.login-box-right-second>img:nth-child(1) {
	width: 18px;
	height: auto;
	margin-right: 18px;

}

.login-box-right-second>input {
	flex-grow: 1;
	font-size: 16px;
	background: none;
	border: none;
	outline: none;
}

.login-box-right-second>input::-webkit-progress-inner-value {
	font-size: 16px;
	color: #a4a7b3;
}

.login-box-right-second>img:nth-child(3) {
	width: 20px;
}

.login-box-right-third {
	width: 430px;
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.login-box-right-third-left {
	display: flex;
	align-items: center;
}

.login-box-right-third-left .mui-checkbox {
	display: flex;
	align-items: center;
}

.login-box-right-third-left .mui-checkbox span {
	font-size: 16px;
	color: #6b7180;
	margin-left: 10px;
}

.login-box-right-third-right a {
	font-size: 16px;
	color: #6b7180;
}

.login-box-right-fourth {
	margin-top: 65px;
	margin: 0 auto;
}

.login-box-right-fourth>button {
	padding: 28px 183px;
	box-sizing: border-box;
	background-color: #5873e8;
	border-radius: 6px;
	color: #fff;
	font-size: 16px;
	font-weight: bolder;
	white-space: nowrap;
	border: 0;
	outline: none;
	cursor: pointer;
	margin-top: 65px;
}

.login-box-right-fifth {
	text-align: center;
	font-size: 16px;
	margin-top: 87px;
	color: #6b7180;
}

.login-box-right-fifth>a {
	color: #5873e8;
	text-decoration: underline;

}

@media screen and (max-width:600px) {
	.loginbg1 {
		display: none;
	}

	.loginbg2 {
		display: none;
	}

	.login-div {
		padding: 30px 0;
	}

	.login-box {
		flex-direction: column;
	}

	.login-box-left {
		width: 100%;
		padding: 30px;
		display: none;
	}

	.login-box-right {
		width: 100%;
	}

	.login-box {
		height: auto;
	}

	.login-box-left-two {
		margin-top: 20px;
	}

	.login-box-left-three {
		margin-top: 40px;
	}

	.login-box-right-first {
		width: 100%;
		font-size: 26px;
	}

	.login-box-right-second {
		width: 100%;
	}

	.login-box-right {
		padding: 30px;
	}

	.login-box-right-third {
		width: 100%;
	}

	.login-box-right-fourth>button {
		padding: 16px 70px;
		margin-top: 40px;
		width: 100%;
	}

	.login-box-right-fifth {
		margin-top: 30px;
	}

	.login-box-left-two-right {
		font-size: 14px;
	}

	.login-box-left-one {
		font-size: 26px;
	}

	.login-box-right-fourth {
		width: 100%;
	}
}