.login-box{
	width:500px;
	height: 610px;
	background: #fff;
	border-radius:24px;
	box-shadow: 0 0 6px 6px rgba(168,171,178,.1);
	box-sizing: border-box;
	position: absolute;
	z-index: 1;
	right: 10%;
	top: 17%;
}
.welcome{
	font-size: 30px;
	color:#283542;
	line-height: 36px;
	margin:60px 0 60px 39px;
	letter-spacing: 2px;
}
.login-form{
	width:420px;
	margin:0 auto;
}
.login-form-item{
	margin-bottom: 20px;
	position: relative;
}
.form-validate-tip{
	position: absolute;
	color:#E91407;
	font-size: 12px;
	bottom: -17px;
	left:0;
	display: none;
}
.login-form-label{
	color:#283542;
	font-size: 18px;
	line-height: 16px;
	padding: 8px 0 12px;
	letter-spacing: 1px;
}
.login-form-input{
	height: 48px;
}
.login-form-input input{
	height: 100%;
	width:100%;
	border-radius: 8px;
	border-radius: 8px;
	box-sizing: border-box;
	border:1px solid #ccd4de;
	color:#111;
	font-size: 16px;
	font-weight: 700;
	box-sizing: border-box;
	padding: 0 22px;
	transition: all .2s ease-in-out;
}
.login-form-input input:focus,.login-form-input input:focus-visible{
	border:1px solid #178FD2;
	outline: none;
	box-shadow: 0 0 7px 3px rgba(0,0,0,.1);
}
.login-form-checkbox{
	display: block;
}
.login-form-checkbox input{
	float: left;
	margin:5px 5px 0 0;
}
.login-btn{
	width:100%;
	background: #3276FF;
	color:#fff;
	text-align: center;
	font-size: 20px;
	letter-spacing: 1px;
	border-radius: 8px;
	cursor: pointer;
	height: 48px;
	line-height:48px;
	box-shadow: 0 3px 5px rgba(21,100,230,.4);
	transition: all .2s ease-in-out;
	margin: 45px auto 0;
	width:420px;
}
.login-btn:hover{
	box-shadow: -2px -2px 5px rgba(21,100,230,.5), 0px 2px 2px #0646b0;
}
.login-footer{
	height: 64px;
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: center;
	width: 100%;
	font-size: 14px;
	text-align: center;
	color:#666;
	justify-content: center;
}
input::placeholder {
	font-family: 'Arial', sans-serif;
	color: #909090;
	opacity: 1;
	font-weight: normal;
}
.thirdParty{
	width: 420px;
	margin: 10% auto 0 auto;
border-bottom: 1px solid #F2F3FA;
align-items: center;
	border-bottom-width: 0;
	display: flex;
}
.thirdParty span{
      color: #909AB3;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	margin: 0 20px;
	letter-spacing: 2px;
}
.thirdParty::before,.thirdParty::after{
	border-bottom: 1px solid;
		border-bottom-color: inherit;
		content: "";
		flex: 1 1;
		height: 0;
	}
.thirdParty-icon{
	text-align: center;
	margin-top: 15px;
}
.thirdParty-icon img{
 cursor: pointer;
}