﻿@charset "UTF-8";
/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header,hgroup, menu, nav, section, summary, time, mark, audio, video
{margin: 0; padding: 0; border: 0;}

@font-face{
	font-family:'DroidSansArabic';
	src:url(../fonts/droidsansarabic.eot);
	src:url(../fonts/droidsansarabic.eot?#iefix) 
	format('embedded-opentype'),url(../fonts/droidsansarabic.woff) 
	format('woff'),url(../fonts/droidsansarabic.ttf) 
	format('truetype'),url(../fonts/droidsansarabic.svg#droidsansarabic) 
	format('svg');font-weight:normal;font-style:normal;
}



body {
	direction: rtl;
	font-family: 'Sultan';
	font-size: 14px !important;
	font-weight: 300;
	overflow-x: hidden;
}

body {
	position: relative;
}

body.loginScreen {
	overflow-x: hidden;
}


#all_login{
	display: table;
margin: 12% auto;
width: 400px;
height:400px;
table-layout: fixed;
border-radius: 6px;
position: relative;
z-index: 999;
box-shadow: 0px 0px 3px #000000;
	background: #c8b799;

}

#login{
background-image:url(../img/pattern-light.png);
background-repeat:repeat;
width:100%;
height:100%;
float:right;

}

#in_login{
	width:80%;
	float:left;
	margin-left:10%;
	margin-top:30px;
	
	
}


.in_input{
font-size: 13px;
font-weight: 400;
	width:100%;
border: none;
color: #777;
	background-color:#ffffff;
margin-top:10px;
height: 46px;
line-height: 1.33;
border-radius: 9px;
border:1px solid #ccc;
font-family:'Sultan';
	font-size:14px;
	font-weight:300;
	margin-bottom:20px;
}
.in_input img{
	float: right;
	width:46px;
	height: 40px;
	border-left:1px solid #ccc;
	margin-right:2px;
	margin-top:3px;


}

#in_login input[type=text], #in_login input[type=password] {
font-size: 13px;
font-weight: 400;
width:82%;
border:none;
color: #666;
background-color:#ffffff;
padding:7px;
padding-left:0px;
padding-right:0px;
outline: none;
height: 25px;
margin-top:4px;
margin-right:5px;
font-family:'Sultan';
	font-weight:300;


}

#in_login input[type=text]:focus, #in_login input[type=password]:focus {
border:0px;
}
.submit {
	font-size: 13px;
font-weight: 400;
	width:100%;
border: none;
color: #777;
	background-color:#ffffff;
height: 46px;
line-height: 1.33;
border-radius: 9px;
border:1px solid #ccc;
font-family:'Sultan';
	font-size:14px;
	font-weight:300;
	margin-bottom:20px;
	outline:none;
}
#checkbox{
	float:right;
	width:100%;
	height:30px;
}

#checkbox input[type=checkbox]{
	float:right;
}

#checkbox h1{
	font-family:'Sultan';
	font-size:14px;
	font-weight:300;
	float:right;
	color:#ffffff;
	margin-right:10px;
}

#in_login h3{
	font-family:'Sultan';
	font-size:14px;
	font-weight:300;
	color:#ffffff;
	width:100%;
	margin-bottom:20px;
}
#logo-login{
	margin-top:-150px;
	width:100%;
	margin-right:20px;
}

#bg_top_login{
	background-image:url(../img/top.png);
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
	width:100%;

}

#bg_bottom_login{
	background-image:url(../img/bottom.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	position:fixed;
	right:0px;
	bottom:0px;
	width:100%;
	height:165px;
}


.signin-form span.error, .signin-form small.error {
	margin-right: 15px;
	margin-left: 15px;
}



