.forgetpwds button {
	width: 78px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	border: 0;
	background-color: #2698FA;
	color: #fff;
	/*border-radius: 50px;*/
	margin-right: 10px;
}

.forgetpwds button:hover {
	background-color: #2698FA;
}

.forgetpwds button.disabled {
	background: #ccc;
}

.forgetpwds button.disabled:hover {
	background: #ccc;
}

.forgetpwds button a {
	display: block;
}

.forgetpwds button a:hover {
	padding-top: 3px;
}

.forgetpwds .verifyCode {
	width: 98px;
	height: 48px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	float: right;
	cursor: pointer;
}

.verCode {
	height: 34px;
	margin-left: 10px;
	width: 68px;
	border-radius: 5px;
}

.logoIcon {
	background: url("./assets/images/logo.png") no-repeat;
	background-position: 60px;
}