﻿
body
{
    /*background: url(../Images/LoginBox/bg.jpg) repeat;*/
    background: url(../Images/background1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#login-box 
{    
	width:440px;
	height: 421px;
	padding-top:135px;
	color: #ebebeb;
	font: 12px Tahoma, Helvetica, sans-serif;
	background: url(../Images/LoginBox/login_En.png) no-repeat left top;
	margin:0 auto;	
	margin-top:110px;	
}

#login-box img {
	border:none;
}

#login-box h2 
{
    text-align:right;
	padding:0;
	padding-top:5px;
	margin:0;
	color: #ebebeb;
	font: bold 44px Tahoma, Arial;
}

#Error
{
    height:40px;  
    margin-top:5px;  
    direction:ltr;
}

#username,#password,#capt
{
    
    width:80%;    
    margin:0 auto;        
}
#username
{
   
}
#password
{
    
}

.login-box-name 	
{
    direction: ltr;
    width: 85px;
    text-align: left;
    float: left;	
}

.login-box-field 	
{
    margin-right:40px;
    float:right;
	width:200px;	
	height:45px;
	background:url(../Images/LoginBox/box-field.png) no-repeat ;	
	padding-left:5px;
}


.form-login  
{
    direction:rtl;
	width: 184px;
	height:15px;
	padding: 9px 0px 9px 5px;
	border:none;
	background-color:transparent;
	
	font-size: 16px;
	line-height:40px;	
	color: #000;
    text-align:left;
}

.login-box-options  	
{
    direction:rtl;
	margin-right:160px;
	font-size: 11px;
	float:right;
	margin-bottom:15px;
	text-align:right;
}

.login-box-options a {
	color: #ebebeb;
	font-size: 11px;
}
.login-box-Button{
    margin-right:160px;
    float:right;
    cursor:pointer;
}

.login-box-Captcha
{    
    float:right;
    clear:both;
    text-align:center;
    direction:ltr;
    margin:0 auto;    
    margin-top:0px;    
    margin-right:80px;
}
.login-box-Captcha img
{              
    float:right; 
   margin:0 auto;
    margin-bottom:5px;
    
}
.login-box-Captcha input
{        
    margin-bottom:5px;
    width:190px;    
    float:right;
}