/* * {
	font-size: 0.9rem;
} */

/*********** ***********/
.main-signin-div {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url("/jakarta.faces.resource/image/signin_custome_background.jpg.xhtml");
	background-position: center;
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover;
}

.main-reset-password-div {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background:
		url("/jakarta.faces.resource/lotresources/image/resetpassword_background.jpg.xhtml");
	background-position: center;
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.main-authentication-div {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background:
		url("/jakarta.faces.resource/lotresources/image/authentication_backgroud.jpg.xhtml");
	background-position: center;
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.ui-panel.panel-no-padding .ui-panel-content {
	padding: 0px;
}

.ui-panel.panel-no-border .ui-panel-content {
	border: 0px;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-right.button-orange
	{
	border: 1px solid orange;
	background-color: orange;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-left.button-orange
	{
	border: 1px solid orange;
	background-color: orange;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.button-orange
	{
	border: 1px solid orange;
	background-color: orange;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-right.button-green
	{
	border: 1px solid green;
	background-color: green;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-left.button-green
	{
	border: 1px solid green;
	background-color: green;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.button-green
	{
	border: 1px solid green;
	background-color: green;
}