* {
	margin: 0 auto;
	padding: 0;
}

.findpwd,
.resetpwd {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	width: 500px;
	display: block;
	overflow: hidden;
	border: 1px solid #dcdfe6;
	border-radius: 5px;
	color: #666;
	font-size: 14px;
	box-shadow: 0 1px 16px 1px rgba(0, 0, 0, 0.14), 0 4px 22px 3px rgba(0, 0, 0, 0.12), 0 6px 7px -4px rgba(0, 0, 0, 0.2);
}

.findpwd {
	height: 395px;
	margin-top: -220px;
}

.resetpwd {
	margin-top: -190px;
	height: 440px;
}

.findpwd-log {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	margin: 0 auto;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
	padding: 30px 0 40px 0;
	color: #000;
}

.findpwd-log>img {
	vertical-align: middle;
}


/*form*/

.editPwd-form {
	width: 100%;
	height: 55px;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}

.editPwd-form input[type=text],
.editPwd-form input[type=email],
.editPwd-form input[type=password] {
	background: #fff;
	height: 34px;
	width: 280px;
	border-radius: 5px;
	z-index: 999;
	text-indent: 1rem;
	border: 1px solid #dcdfe6;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	color: #666;
}

.editPwd-form input[type=text]:focus,
.editPwd-form input[type=email]:focus,
.editPwd-form input[type=password]:focus {
	outline: 0;
	background: #fff;
}

.editPwd-form label {
	width: 136px;
	padding-right: 10px;
	display: inline-block;
	text-align: right;
}

.editPwd-btn {
	margin-left: 150px;
	margin-top: 40px;
}

.editPwd-btn button {
	width: 130px;
	height: 36px;
	color: #fff;
	line-height: 36px;
	border-radius: 5px;
	border: 0;
	outline: 0;
	cursor: pointer;
}

.editPwd-btn button a {
	color: #fff;
}

.editPwd-btn button.btn-confirm {
	background: #4E93D6;
	margin-right: 15px;
}

.editPwd-btn button.btn-confirm:hover {
	background: #73B9FE;
}

.editPwd-btn button.btn-return {
	background: #7c2216;
}

.editPwd-btn button.btn-return:hover {
	background: #992a1b;
}

.btn-validation {
	width: 100px;
	height: 36px;
	color: #666;
	line-height: 36px;
	border-radius: 5px;
	border: 0;
	outline: 0;
	cursor: pointer;
	background: #f4f4f4;
	border: 1px solid #c9c9c9;
}

.action {
	border: 1px solid #7c2216;
	background: #7c2216;
	color: #fff;
}

.action:hover {
	border: 1px solid #992a1b;
	background: #992a1b;
}

.validation-input {
	width: 180px !important;
}

.error {
	margin-left: 150px;
	color: red;
	font-size: 12px;
	display: none;
	line-height: 20px;
	text-indent: 1rem;
}

.editPwd-title {
	margin-left: 150px;
	color: red;
	font-size: 14px;
	display: none;
	margin-bottom: 20px;
}