html, body {
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

.reset-pwd-container{
	margin: auto;
	width: 300px;
	height: 480px;
	border: none;
}

.reset-pwd-logo{
	display: block;
	margin: auto;
	height:170px;
	width:170px;
}

.reset-pwd-grid {
	border-spacing: 0px;
	max-width: 500px;
}


.reset-pwd-grid .ui-panelgrid-cell,
.reset-pwd-grid .ui-widget-header{
	text-align: center;
	vertical-align:middle;
	margin:auto;
	padding: 0px;
	color: white;
	border:none;
	background: none;
}

.reset-pwd-input-grid {
	width: 100%;
	border-radius: 10px;
	border-collapse: separate !important;
	border: solid #ccc 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 1px #ccc;
	-moz-box-shadow: 0 1px 1px #ccc;
	box-shadow: 0 1px 1px #ccc;
	margin: auto;
}

.reset-pwd-grid thead {
	background: #DEE9EC;
}

.reset-pwd-grid .ui-panelgrid-footer {
	background-color: #FFFFFF;
}

.ui-widget-header td {
	padding: 10px 40px;
}

.userNotifMessage {
	max-width: 400px;
	margin: auto;
	background: transparent;
	text-align: center;
	margin-top: 50px;
}

.userNotifMessage .ui-panel-content {
	background: transparent;
}

.userNotifMessage .content-title {
	line-height: 1em;
}

.footer {
	bottom: 10px;
	text-align: center;
	width: 100%;
	background: none;
	border: none;
}

.espridaFooter {
	color: #6E6E6E;
	font-weight: bold;
}

.ui-resetpass-header-box {
	background-color: #565656;
	padding-left: 15px;
}

.ui-resetpass-header-text {
	color: gray;
	font-family: "Century Gothic";
	font-size: 14pt !important;
	font-weight: bold;
	text-shadow: none;
}

.ui-watermark {
	color: #686868 !important;
	font-size: 11pts;
	font-family: Trebuchet MS;
	background-color: #FFFFFF;
	padding-left: 15px;
}

.ui-inputbox {
	border-color: #D6D6D6;
	border-width: 1px !important;
	box-shadow: none !important;
	width: 200px;
	border: 1px solid rgb(214, 214, 214);
	margin-top: 10px;
	height: 25px;
}

.ui-resetpass-header {
	background: #565656;
	text-align: left;
	padding-left: 10px !important;
}

.ui-footer-box {
	background-color: #FFFFFF !important;
}

.ui-resetpass-button-text {
	color: #FFFFFF !important;
	font-family: Century Gothic !important;
	font-size: 12pt !important;
	text-shadow: none !important;
}

.ui-resetpass-button {
	background: #4B8DF8 !important;
	border-style: none !important;
	width: 210px;
	height: 35px;
	margin-bottom: 15px;
}