body,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.lead,p,span,a,button
{
	font-family: 'Droid Arabic Kufi', sans-serif ;
}
body
{
	direction: rtl
}


/* Start Header */

.login
{
	background: url("../images/banner.jpg") center center no-repeat  ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    position:relative;
}
.login .overlay
{
	background: rgba(47, 67, 98, .7);
}

/* Start Navbar */
.login .navbar-inverse
{
    background: transparent;
    border: none;
    border-radius: 0;
}
.login .navbar-inverse .navbar-brand
{
    padding: 15px;
    height: auto
}
.login .navbar-inverse .navbar-brand img
{
    width: 175px;
}
/* End Navbar */

.login .help
{
	position: absolute;
	top: 10px;
	left: 0;
	background: #009aff;
	color: #fff;
	padding: 15px 25px;
	font-weight: bold;
	cursor: help;
}
.login .help:after
{
    content: "";
    border-width: 20px;
    border-style: solid;
    border-color: #009aff transparent #009aff #009aff;
    position: absolute;
    top: 5px;
    right: -30px;
}
.login .intro
{
    display: none
}
.login .intro h2
{
    font-size: 36px;
    position: relative;
}
.login .intro hr
{
    margin: 25px auto;
    width: 30%;
    position: relative;
    border-top: 2px solid #fff;
}
.login .intro hr:after
{
    content: "";
    border-width: 15px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 47%
}
.login .warning
{
    color: #f44336;
    font-size: 16px;
    padding-top: 10px;
    display: none;
}
.login .intro input[type="text"],
.login .intro input[type="password"]
{
    margin: 30px auto;
    width: 30%;
    height: 45px;
    border-radius: 0;
}
.login .intro input[type="submit"],
.login .intro input[type="reset"]
{
    padding: 10px 45px;
     width: 30%;
    border-radius: 0
}
.login .intro input[type="submit"],
.login .intro input[type="reset"]
{
    margin-bottom: 15px;
}
.login .modal .row
{
    margin-right: 0;
    margin-left: 0;
}
.login .modal .modal-dialog
{
    width: 90%;
    margin: 20px auto;
    margin-top: 8%;
}
.login .modal .modal-header
{
    border-bottom: none
}
.login .modal .modal-header .close
{
    color: #d9534f
}
.login .modal .modal-header .close:hover
{
    color: #c9302c
}
.login .modal h3
{
	color: #009aff;
	margin-bottom: 20px;
	text-align: center
}
.login .modal h4,
.login .modal h4 i
{
	text-align: center;
	color: #e80a0a;
	margin-bottom: 20px;
}
.login .modal p
{
    color: #000;
	font-size: 18px;
    margin-bottom: 15px;
    text-align: right
}
.login .modal i
{
	color: #009aff;
	display: inline-block
}
.login .modal iframe
{
	display: block;
	width: 100%;
	height: auto;
	min-height: 280px;
}
.login .modal .modal-footer
{
    text-align: center;
    border-top: none;
}
.login .modal .modal-footer button
{
	display: block;
    width: 10%;
	margin: auto;
	-webkit-border-radius: 0;	
	-moz-border-radius: 0;	
	-o-border-radius: 0;
	border-radius: 0;
	padding: 10px 20px;
}

/* End Header */