.page-reset-password .reset-password-form {
	margin: 20px auto;
}
.page-reset-password .reset-password-form .head {
	color: #6b1d0a;
	background-color: #c98720;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	padding: 10px 20px;
    font-size: 30px;
    font-weight: 700;
}
.page-reset-password .reset-password-form .content {
	background-color: #fff;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 20px;
}
.page-reset-password .reset-password-form .content table tr td:first-child {
	vertical-align: top;
}
.page-reset-password .reset-password-form .content label {
	line-height: 2;
    font-size: 16px;
    vertical-align: super;
    font-weight: normal;
}
.page-reset-password .reset-password-form .content table {
	margin: auto;
	border: none;
	width: 100%;
}
.page-reset-password .reset-password-form .button {
	position: relative;
	margin: 20px 0;
}
.page-reset-password .reset-password-form .button .submit {
	float: right;
	background-color: #275b6e;
	padding: 10px 20px;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}