html,
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg.png)no-repeat;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	position: absolute;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg.png', sizingMethod='scale');
}

.div-login {
	transform: translateY(-50%);
	position: relative;
	top: 50%;
	margin: 0 auto;
	box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.26);
	width: 480px;
	height: 493px;
	border-radius: 12px;
	background: #FFFFFF;
}

.div-login-title {
	padding-top: 60px;
	text-align: center;
	width: 100%;
	font-size: 34px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #1281E5;
	line-height: 45px;
	height: 45px;
}

.div-login-option {
	margin: 40px auto;
	width: 340px;
	height: 42px;
	background: #FAFAFA;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
}

.div-login-icon {
	margin-top: 8px;
	margin-right: 8px;
	width: 22px;
	height: 22px;
	margin-left: 8px;
}

.div-login-text {
	font-size: 16px;
	border: none;
	background: #FAFAFA;
	position: absolute;
	width: 290px;
	height: 39px;
	outline: none;
}

.div-login-yzm {
	cursor: pointer;
	margin-left: 19px;
	width: 105px;
	height: 42px;
	background: #FAFAFA;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	color: #1281E5;
	font-size: 16px;
	text-align: center;
	line-height: 42px;
}

.div-login-button {
	cursor: pointer;
	text-align: center;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin: 40px auto;
	width: 230px;
	line-height: 42px;
	height: 42px;
	background: #1281E5;
	opacity: 0.51;
	border-radius: 8px;
}

.div-login-code {
	display: flex;
	margin: 40px auto;
	width: 100%;
}

.yzm-div {
	margin-left: 68px;
	width: 215px;
	height: 42px;
	background: #FAFAFA;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
}

.yzm {
	font-size: 16px;
	border: none;
	background: #FAFAFA;
	position: absolute;
	width: 170px;
	height: 39px;
	outline: none;
}
