﻿.academyPasswordRecoveryWrapper
{
	width: 600px;
	height: 375px;
	position: relative;
}

.academyPasswordRecoveryWrapper .passwordRecoveryMessage
{
	
	position: absolute;
	width: 500px;
	height: 90px;
	top: 0px;
	left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00549F;
	text-align: justify;
}

.academyPasswordRecoveryWrapper .passwordRecoveryEmailLabel
{
	position: absolute;
	width: 100px;
	height: 30px;
	top: 103px;
	left: 75px;
}

.academyPasswordRecoveryWrapper .usernameTextbox
{
	position: absolute;
	left: 180px;
	top: 100px;
	width: 345px;
	height: 30px;
}

.academyPasswordRecoveryWrapper .passwordRecoveryButton
{
	position: absolute;
	width: 305px;
	height: 60px;
	top: 140px;
	left: 200px;
	text-align: center;
}

.academyPasswordRecoveryWrapper .passwordRecoveryNotificationContainer
{
	position: absolute;
	width: 550px;
	height: 50px;
	top: 235px;
	left: 25px;
	text-align: center;
	color: #FF0000;
}