/****************************login page styles***********************/
@charset "utf-8";
/* CSS Document */

/* font */
@font-face {
	font-family: 'Roboto-Regular';
	src: url('fonts/Roboto-Regular.eot');
	src: url('fonts/Roboto-Regular.eot?#iefix') format('eot'), 
	     url('fonts/Roboto-Regular.woff') format('woff'), 
	     url('fonts/Roboto-Regular.ttf')  format('truetype'),
	     url('fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
}

@font-face {
	font-family: 'Roboto-Bold';
	src: url('fonts/Roboto-Bold.eot');
	src: url('fonts/Roboto-Bold.eot?#iefix') format('eot'), 
	     url('fonts/Roboto-Bold.woff') format('woff'), 
	     url('fonts/Roboto-Bold.ttf')  format('truetype'),
	     url('fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
}

/* Login & Exit page */
.loginLTR{
	margin: 0 auto;
	background:transparent url('../images/login.jpg') center fixed no-repeat;
	-webkit-background-size: cover;
 	 -moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.exitLTR{
	margin: 0 auto;
	background:transparent url('../images/exit.jpg') center fixed no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;	
}
.exitRTL{
	margin: 0 auto;
	background:transparent url('../images/exit-arabic.jpg') center fixed no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;	
	}
.login-box {
			margin:190px 850px;
			width:320px;
 		    height:auto;
			background: #fff;
			padding: 10px;
			-moz-border-radius: 12px;
			-webkit-border-radius: 12px;
			border-radius: 12px;
			clear:both;
}
.loginhd{color:#3a3b3c;font-size:14px; font-family:'Roboto-Bold';}
.exit-text-LTR{ 
	margin:200px 850px;
	font-family:'Roboto-Bold';  
	color:#fff;
	font-size:18px;	
	line-height:24px;
	width: 450px;
}
.exit-text-RTL{ 
	margin:250px 200px;
	font-family:'Roboto-Bold';  
	color:#fff;
	font-size:18px;	
	line-height:24px;
	width: 450px;
}
/* Hack for Chrome */
@supports (-webkit-appearance:none) {
	/*.login-box {margin:190px 0 0 830px;}*/
} 

/* Media Query  Styles */
@media screen and (max-width: 1024px) {
	.exit-text-LTR{margin:200px 0 0 574px;}
	.login-box {margin:190px 600px;}
}


.mybutton{font-family:'Roboto-Regular';color:#fff;font-weight:normal;text-align:center;border:2px solid;border-color:#4c4b4b;font-size:11px;background-color:#898888;-webkit-border-radius: 5px;-moz-border-radius: 5px; border-radius: 5px;background-image:none !important;}

.LoginCaption{font-family:'Roboto-Regular';font-size:9pt;font-style:normal;line-height:normal;font-variant:normal;text-transform:none;color:#7b7b7a;text-decoration:none;}

a.home-underline-link{color:#7b7b7a;}
a:hover, a:focus{color:#0000ee !important;}
.text {
	font-family :'Roboto-Regular';
	font-size : 11px;
	font-style : normal;
	line-height : normal;
	font-weight : normal;
	font-variant : normal;
	text-transform : none;
	color :#666;
	text-decoration : none;
}
.exitsecurity
{
font-size:14px;
background:#fff;
padding:6px;
color:#ff0000;
border-radius:5px;
-o-border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
.exitmessage
{
font-size:20px;

}
.loginRTL{
	margin: 0 auto;
	background:transparent url('../images/login-arabic.jpg') center fixed no-repeat;
	-webkit-background-size: cover;
 	 -moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
/*form,body,html
{
width:0px !important;
}*/
 
/****************************login page styles***********************/