.custom-body {
	width: 100%;
	min-width: 700px;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #b3b3b3;
}

.custom-body .header {
	width: 100%;
	min-height: 30px;
	clear: both;
	margin: 0;
	paddding: 0;
}

.applicationHeader {
	width: 48%;
	height: 30px;
	background: url("/em/images/header/decoration.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	float: left;
}

.applicationlogo {
	width: 52%;
	height: 30px;
	background: url("/em/images/header/logo.png");
	background-size: 89px 30px;
	background-position: right;
	background-repeat: no-repeat;
	float: right;
	background-color: #ffffff;
}

.body {
	padding-top: 0px;
}

.forgotpasswordcontainer {
	height: 110%;
	margin-left: 15%;
	margin-top: 5%;
	width: 70%;
}

.forgotpasswordupadtepasswordbodycontent {
	background-color: #ffffff;
	height: 60%;
	margin-left: 25%;
	margin-top: 5px;
	width: 50%;
	min-height: 400px;
	max-height: 400px;
	border: 1px solid white;
}

.resetpasswordupadtepasswordbodycontent {
	background-color: #ffffff;
	height: 60%;
	margin-left: 35%;
	margin-top: 5px;
	width: 37%;
	min-height: 250px;
	max-height: 325px;
	border: 1px solid white;
}

.passwordspanlegend {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 5%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif !important;
	padding: 10px;
}

.forgotpasswordspanlegend {
	font-size: 1em;
    font-weight: bold;
    margin-top: 10%;
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Geneva, sans-serif !important;
    padding: 10px;
    float: left;
    margin-left: 10px;
}

.forgotpasswordspanlegendinput {
	font-size: 1em;
	font-weight: bold;
	margin-top: 10%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif !important;
	padding: 10px;
	margin-left: 45%;
}
.upadtepassworderrormessage{
	font-size: 18px;
    font-weight: bold;
    color: #FF0000;
    margin-left: 30%;
}

.passworddivcontainer {
	margin-top: 12%;
    margin-left: 5%;
}

#pswd_info {
	position: absolute;
    bottom: 492px;
    bottom: -115px\9;
    right: 284px;
    width: 325px;
    background: #fefefe;
    font-size: .79em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    font-family: Verdana, Geneva, sans-serif !important;
}

#pswd_info h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
}

#pswd_info::before {
	content: "\25C0";
    position: absolute;
    top: 9px;
    left: -3.5%;
    font-size: 14px;
    line-height: 14px;
    color: #ddd;
    text-shadow: none;
    display: block;
}

.invalid {
    background:url(/em/images/wrong.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#ec3f41;
}
.valid {
    background:url(/em/images/right.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;
}

#pswd_info {
    display:none;
}
.forgotpasswordspanlegendasterik {
	color: #FF0000;
    float: left;
    font-size: 1em;
    padding-top: 8px;
    margin-left: -10px;
}

.inputpassword {
	background-repeat: no-repeat;
	border-color: #bfbfbf #dedede #dedede #bfbfbf;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	font: 1em Arial, Helvetica, Verdana, sans-serif;
	padding: 5px 1px;
}

.footer {
	width: 100%;
	height: 3%;
	background-color: gray;
	clear: both;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 3% px;
	background-color: grey;
	border: 1px;
}

.en, .fr {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif !important;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.forgotpasswordsavebuttonclass {
	background: url("/em/images/portlet/header_bg.png") repeat-x scroll 0 0
		#d4d4d4;
	border-color: #c8c9ca #9e9e9e #9e9e9e #c8c9ca;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	color: #34404f;
	cursor: pointer;
	font-weight: bold;
	margin-left: 0%;
	margin-top: 3%;
	overflow: visible;
	padding: 5px;
	text-shadow: 1px 1px #fff;
	width: auto;
	font-size: 14px;
}

.errorMessageSection {
	color: red;
	font-size: 10pt;
	font-weight: bold;
	height: atuo;
	width: 100%;
	padding-top: 0.5%;
	margin-left: 400px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif !important;
}

.successMessageSection {
	color: green;
	font-size: 10pt;
	font-weight: bold;
	height: atuo;
	width: 100%;
	padding-top: 0.5%;
	margin-left: 400px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif !important;
}