#psw-reset{
	text-align:center;
	font-size:14px;
	color:#2d3a4b;
	padding-bottom:60px;
}
#psw-reset .psw-form{
	width:70%;
	margin:0 15%;
	text-align:center;
}
#psw-reset p{
	margin-bottom:20px;
}
#psw-reset input[type=text]{
	width:96%;
	margin:0;
	padding:0 2%;
	border:1px solid #dadada;
	line-height:38px;
	height:38px;
	border-radius:3px;
}
#psw-reset input[type=submit]{
	display:inline-block;
	background:#000;
	margin:0 auto;
	padding:0 30px;
	line-height:36px;
	height:38px;
	border-radius:3px;
	border:3px solid #000;
	color:#fff;
	font-weight:700;
	cursor:pointer;
	transition:ease 0.25s;
}
#psw-reset input[type=submit]:hover{
	color:#dadada;
}
#psw-reset .psw-back{
	clear:both;
	float:left;
	color:#5c8dc7;
	margin-top:20px;
	font-size:14px;
	transition:ease 0.25s;
}

#psw-reset .psw-back:hover{
	color:#2d3a4b;
}
#errorMsg{
	min-height:15px;
	padding:10px 0;
	width:100%;
	line-height:15px;
	font-size:13px;
	color:#E81F00;
	font-weight:500;
}