﻿/* overriding styles for forgot password page    */

#login
{
	position:absolute;
	top:30%;
	background-image: url(../images/forgotpswd/mainLoginBG.jpg);
	background-position:center top ;
	background-repeat: no-repeat;
	width: 100%;
	height: 367px;
	margin: 0 auto;
	margin-top: -153px;
	z-index:3;
}

.containerHeading
{
	color: #3AB5CD;	
	font-size: 28px;
	margin-bottom: 25px;
}
form
{
	position:absolute;
	top:75px;
	left:60px;
	height: 210px;
	width:350px;
}
.resetform
{
	position:absolute;
	top:55px;
	left:60px;
	height: 250px;
	width:350px;
}
.formAction
{
	margin-top: 20px;
	border: none;
}
.formAction input
{
	margin-right: 20px;	
	vertical-align: bottom;
}