@font-face {
    font-family: 'IranSANS';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/IRANSansWeb_Bold.eot');
    src: url('../fonts/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),url('../fonts/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'IranSANS';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/IRANSansWeb_Medium.eot');
    src: url('../fonts/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),url('../fonts/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'IranSANS';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/IRANSansWeb_Light.eot');
    src: url('../fonts/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),url('../fonts/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: 'IranSANS';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/IRANSansWeb_UltraLight.eot');
    src: url('../fonts/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),url('../fonts/IRANSansWeb_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'IranSANS';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANSansWeb.eot');
    src: url('../fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'),url('../fonts/IRANSansWeb.ttf') format('truetype');
}
body{
    font-family: 'IranSANS',Tahoma;
}
.navbar{
	box-shadow:0 0 3px 0 black;

}
.top-navbar-brand
{
	margin: 3px 0px;
	font-size:35px;
	font-family: 'Roboto Slab', serif;
}
footer{
    display: none;
}
.navbar-nav{
	margin: 12px 0px;
}
.navbar-nav > li{
    display: none;
}
.footer-content
{
	margin: 10px;
}
#form .container{
	margin-top:200px;
	margin-bottom:70px;
}
.panel-heading{
	
}
.form{
	background:#f8f8f8;
	border-radius:5px;
}
.jumbotron{
	color:white;
}
.jumbotron p,.jumbotron p{
	font-family: 'IranSANS', Tahoma;
}
#btn-login{
    float: left;
    width: 100%;
}
#btn-login .btn{
	
}
#loginform .input-group,#forgotform .input-group{
	margin-bottom: 25px;
}
#loginform .input-group[class*="col-"],#forgotform .input-group[class*="col-"]{
	float:left;
}
.login-action{
	margin-bottom:0px;
        padding:0;
}
.login-action label {
    float: left;
    width: 100%;
}
.btn-forgotpass:hover {
    text-decoration: none;
    color: #333333;
}

.btn-forgotpass {
    direction: rtl;
    text-decoration: none;
    color: #555556;
}

.panel{
	margin-bottom:0;
	box-shadow:0px 0px 20px 1px black;
}
.panel-body{
	padding-top:30px;
}
.panel-title{
	font-family: 'IranSANS', Tahoma;
}
.panel-title h2 {
    font-weight: normal;
}
.panel-title span{
	font-family: 'Roboto Slab', serif;
}
#loginbox{
	padding: 20px;
}
#registertext{
	padding: 20px;
}
.white-alpha-90{
	/* Fallback for web browsers that don't support RGBa */
    background-color: white;
    /* RGBa with 0.6 opacity */
    background-color: rgba(256, 256, 256, 0.9);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.black-alpha-90{
	/* Fallback for web browsers that don't support RGBa */
    background-color: black;
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.bigger-130{
	font-size:130%;
}

.hidebox{
    display: none;
}
.content-frame {
    direction: rtl;
    line-height: 1.7em;
    font-size: 13px;
    text-align: right;
}
.namad-logo{
    width: 150px;
    position: fixed;
    top: 80px;
    left: 0px;
    direction: ltr;
    background: #d6d9de;
    border: 1px solid #ccc;
    padding: 10px 2px;
    opacity: 0.9;
}
.login-panel{
    border-radius: 0;
    box-shadow: none;
    padding: 10px 20px;
}