	.loginbox {
		text-align: center;
		height: 500px;
		padding-top: 60px;
		width: 100%;
		margin: 0 auto;
		background-color: #f0f0f9;
	}


	.loginform {
		margin: 0 auto;
		width: 35%;
		padding: 20px 80px;
		border-radius: 8px;
		border: solid 1px #dcdcdc;
		background: #fff;
		box-shadow: 6px 6px 2px #e9e9e9;
		font-size: 12px;
	}

	.item:hover p, .item:hover i, .question:hover p, .question label:hover, input:hover::placeholder {
		color: #669999;
	}

	.item input:hover, .item select:hover, .item textarea:hover {
		border: 1px solid transparent;
		box-shadow: 0 0 3px 0 #669999;
		color: #669999;
	}

	.item {
		position: relative;
		margin: 10px 4px;
	}

	.item span {
		color: red;
	}