/**********************************************************/
/* CUSTOM LOGIN LAYOUT                                    */
/**********************************************************/
.loginSelectLanguage>label {
	margin-left: -8px;
}

/**********************************************************/
/* FORGOT PASSWORD                                        */
/**********************************************************/
.forgotPasswordDialog {
	width: 49% !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 70% !important;
}

.forgotPasswordDialog .ui-dialog-content {
	margin: 0 !important;
	padding: 0 !important;
}

.iframeForgotPasswordDialog {
	border: none;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.panelDialogCode .confirmation {
	font-weight: bold;
}

.panelDialogCode .ui-messages-error .ui-messages-error-icon{
	top: -6px;
}