.con {
	width: 1200px;
	margin: 0 auto;
}

.login_from {
	width: 655px;
	height: 485px;
	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: 70px;
}

.con input[type="text"],
.con input[type="password"] {
	width: 87%;
	padding: 1.1em 1em 1.1em 4em;
	font-size: 16px;
	outline: none;
	background: #fff;
	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;
}

.new p a {
	font-size: 0.9em;
	color: #999;
}

.new {
	margin-top: 30px;
}

.new p:nth-child(1) {
	float: right;
}

.yzm{
	position: relative;
}

.yzm span{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 55px;
	width: 120px;
	color: #3381ff;
	position: absolute;
	top: 13px;
	right: 0;
	cursor: pointer;
}