.con {
	width: 1200px;
	margin: 0 auto;
}

.login_from {
	width: 655px;
	height: 520px;
	padding: 70px 100px;
	background-color: #fff;
	margin: 60px auto;
	box-shadow: 0px 15px 15px #dde9fa;
	border-radius: 30px;
}

.login_tit {
	font-size: 36px;
	margin-bottom: 50px;
}

.con input[type="text"],
.con input[type="password"] {
	width: 87%;
	padding: 1em 1em 1.1em 4em;
	font-size: 16px;
	outline: none;
	border: 1px solid #dcdcdc;
	font-weight: 500;
	margin: 12px 0;
}

.con input[type="submit"] {
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	cursor: pointer;
	outline: none;
	padding: 17px 15px;
	width: 100%;
	border: none;
	background: linear-gradient(to right, #6eb1ff, #0c62ff);
	border-radius: 0.3em;
	margin-top: 12px;
	box-shadow: 0px 2px 10px #0c62ff;
}

.yzm{
	position: relative;
}

.yzm span{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 51px;
	width: 120px;
	color: #3381ff;
	position: absolute;
	top: 13px;
	right: 5px;
	cursor: pointer;
}

.sjhm {
  background: url("../res/zc_sj.png") no-repeat 20px 11px;
}
.yzm>span{
	background-color: #f5f7fa;
}
.dxyzm{
	background: url("../res/zc_dx.png") no-repeat 20px 11px;
}
.con input[type="password"]{
	background: url("../res/zc_mm.png") no-repeat 20px 11px;
}

.yhxx{
	margin-top: 30px;
	display: flex;
}

.yhxy{
	width: 20px;
	height: 20px;
	margin-right: 10px;
	margin-top: 2px;
}

.nxcjw{
	color: #3c9cff;
}

.yyzh{
	color: #c0cad1;
	border-bottom: 1px solid #c0cad1;
}