.dz_content .login {
	max-width: 500px;
	min-width: 280px;
	margin: 0 auto;
	background: #fff;
	border-radius: 5px;
}

.dz_content .login .title {
	background: #007AFF;
	color: #fff;
	height: 40px;
	padding-left: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.dz_content .login .el-form {
	padding: 20px;
}

.dz_content .login .el-form .el-form-item__label {
	width: 0 !important;
}

.dz_content .login .el-form .el-form-item__content {
	margin-left: 0px !important;
}

.dz_content .login .el-form .submit-btn {
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.footer {
		flex-wrap: wrap;
	}

	.footer .register {
		order: -1;
		width: 100%;
	}

	.footer .forget {
		height: 40px;
	}
}

@media only screen and (min-width: 769px) {
	.footer .register {
		padding: 0;
		background: transparent !important;
		color: #0072B7 !important;
		border: none !important;
	}

	.footer .register:hover {
		color: #0072B7 !important;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {}
