@font-face {
   font-family: 'IRTerafik';
   src: url('../../Font/IRTerafik.eot');
   src: url('../../Font/IRTerafik.eot?#iefix') format('embedded-opentype'),
   url('../../Font/IRTerafik.ttf')  format('truetype'),
   url('../../Font/IRTerafik.svg#IRTerafik') format('svg');
}


@font-face {
   font-family: 'IRTerafik';
   font-weight: bold;
   src: url('../../Font/IRTerafikBold.eot');
   src: url('../../Font/IRTerafikBold.eot?#iefix') format('embedded-opentype'),
   url('../../Font/IRTerafikBold.ttf')  format('truetype'),
   url('../../Font/IRTerafikBold.svg#IRTerafik') format('svg');
}

@font-face {
   font-family: 'IRTerafik';
   font-style: italic;
   src: url('../../Font/IRTerafikIranic.eot');
   src: url('../../Font/IRTerafikIranic.eot?#iefix') format('embedded-opentype'),
   url('../../Font/IRTerafikIranic.ttf')  format('truetype'),
   url('../../Font/IRTerafikIranic.svg#IRTerafik') format('svg');
}

@font-face {
  font-family: 'fontello';
  src: url('../../Font/fontello.eot?79612159');
  src: url('../../Font/fontello.eot?79612159#iefix') format('embedded-opentype'),
       url('../../Font/fontello.woff?79612159') format('woff'),
       url('../../Font/fontello.ttf?79612159') format('truetype'),
       url('../../Font/fontello.svg?79612159#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
body{
	background:url(image/bkg_body.jpg) no-repeat;
    background-size:cover;
	color: #FFF;
    font-family: IRTerafik;
    background-color:#5b7f11;
}
span{

    color: #7a7a7a;
text-decoration: none;
font-size:17px;
}
.alert{
	margin: 20px auto;
	width: 70%;
}
a {
color: #7a7a7a;
text-decoration: none;
font-size:17px;
}
a:hover , a:focus
{
    color:rgb(131, 54, 172);
text-decoration: none;
}
.login-logo a{
    
color: #000;
text-decoration: none;
font-size:16px;
}

.login-logo a:hover , a:focus {
    
    color:rgba(104, 144, 20, 1);
text-decoration: none;
}
#login-block{	 
	padding-top: 0px;
	padding-bottom: 0px;
}
#login-block h3{
	color: #FFF;
	text-align: center;
	font-size:1.5em;
	 opacity: 0.8;
	text-shadow: 0px 0px 5px #000;
	font-weight: normal;
 
}

.login-box{
	position: relative;
	max-width:480px;	
background: url('image/back.png');
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	padding-bottom: 20px; 
	margin-top: 60px; 
    margin-bottom:30px;
    box-shadow: 0 0 15px #2D3F01;
    text-align:center;
}

.login-logo{
	 text-align: center;
	 padding: 15px 20px 10px;
}

.login-logo img{
	border:0;
	display: inline-block;
}
.login-form form p{
	width:80%;
	margin: 5px auto 10px;
	text-align: center;
}
 

.login-box hr{
	margin:10px auto 20px;
	width:80%;
	border-top: 1px dotted #4A6B01;
	border-bottom: 1px dotted #4A6B01;
}

.image img{
    text-align:center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
/* page icon */
.page-icon{
	width: 100px;
	height:100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background-color: rgba(104, 144, 20, 1);
	text-align: center; 
	margin: -60px auto 0;
	
}
.page-icon img{
	vertical-align: middle; 
	margin: 25px 0 0 0;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	opacity: 0.6;
	width:48px;
	height:48px;
	 
}
.rotate-icon{
	 -moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform: rotate(45deg);
}
.login-box .page-icon{
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s;
}
/* Login Form */
.login-form input{
	display: block;
	margin:0 auto 15px;
	width:70%;
	background: #fefefe;
	border:0;
	color:#010101;
	padding: 8px;
	border-radius:2px;
	border:1px solid rgba(104, 144, 20, 0.8);
    box-shadow:0 0 5px rgba(104, 144, 20, 0.3);
}

.login-form input:hover, .login-form input:focus{
	box-shadow:0 0 8px rgba(104, 144, 20, 0.8);
}

/* Login Button */
.btn.btn-login {
	width: 200px;
display: block;
margin: 25px auto 10px;
color: #FFF;
text-transform: uppercase;
background: none repeat scroll 0% 0% #4A6B01;
transition: all 0.5s ease-in-out 0s;
padding: 7px;
font-size: 18px;
	
}
.btn.btn-login:hover {	 
	border:1px solid #FFF;
	opacity: 0.8;
} 
.btn.btn-reset{
	width: 180px;
}
.login-links{
	text-align: center;
}
.login-links a{
	color: #000000; 
	display:inline-block;
	padding:5px; 
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 1;
}
.login-links a:hover{
	 opacity: 1;
	 text-decoration: none;
     color:rgba(104, 144, 20, 1);
}

label.checkbox {
	width: 70%;
	display: block;
	margin: 0 auto;
}
label.checkbox input{
	width:14px;
	margin: 4px 0 0;
	padding: 0;
	background: none;
	border: 0;
}
#footer-text, #footer-text a{
	text-align: center;
	color:#FFF;
	color: rgba(255, 255, 255, 0.33);
	opacity: 1;
}

/* Social Login */
.social-login{
	margin:10px 0 5px;
}
.social-login .btn{ 
   text-align: center;
    margin: 5px auto;
    color:#FFF;
    text-shadow: 1px 1px 1px #333;
    width:95%;
}
 
.btn.btn-facebook {
	border: 1px solid #2D4479;
	 
	background: #385496;
	background-size: 100%; 
	font-size:12px;
}
.btn.btn-facebook:hover {
	background: #4365B4;
	 
}

.btn.btn-twitter {
	border: 1px solid #2189FF; 
	background: #4A9EFF; 
	font-size:12px;
}

.btn.btn-twitter:hover {
	background: #73B4FF; 
}
.fb-login, .twit-login{
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
}


/* For Long Shadow 
=================================================================== */  

.page-icon {
	overflow: hidden; 
	box-shadow: rgba(71, 105, 8, 0.02) 1px 1px, 
	rgba(71, 105, 8, 0.02) 2px 2px, 
	rgba(71, 105, 8, 0.02) 3px 3px, 
	rgba(71, 105, 8, 0.02) 4px 4px, 
	rgba(71, 105, 8, 0.02) 5px 5px, 
	rgba(71, 105, 8, 0.02) 6px 6px, 
	rgba(71, 105, 8, 0.02) 7px 7px, 
	rgba(71, 105, 8, 0.02) 8px 8px, 
	rgba(71, 105, 8, 0.02) 9px 9px, 
	rgba(71, 105, 8, 0.02) 10px 10px, 
	rgba(71, 105, 8, 0.02) 11px 11px, 
	rgba(71, 105, 8, 0.02) 12px 12px, 
	rgba(71, 105, 8, 0.02) 13px 13px, 
	rgba(71, 105, 8, 0.02) 14px 14px, 
	rgba(71, 105, 8, 0.02) 15px 15px, 
	rgba(71, 105, 8, 0.02) 16px 16px, 
	rgba(71, 105, 8, 0.02) 17px 17px, 
	rgba(71, 105, 8, 0.02) 18px 18px, 
	rgba(71, 105, 8, 0.02) 19px 19px, 
	rgba(71, 105, 8, 0.02) 20px 20px,
	rgba(71, 105, 8, 0.02) 21px 21px,
	rgba(71, 105, 8, 0.02) 22px 22px,
	rgba(71, 105, 8, 0.02) 23px 23px,
	rgba(71, 105, 8, 0.02) 24px 24px,
	rgba(71, 105, 8, 0.02) 25px 25px, 
	rgba(71, 105, 8, 0.018) 26px 26px, 
	rgba(71, 105, 8, 0.015) 27px 27px,
	rgba(71, 105, 8, 0.015) 28px 28px, 
	rgba(71, 105, 8, 0.014) 29px 29px, 
	rgba(71, 105, 8, 0.014) 30px 30px, 
	rgba(71, 105, 8, 0.012) 31px 31px, 
	rgba(71, 105, 8, 0.012) 32px 32px, 
	rgba(71, 105, 8, 0.01) 33px 33px, 
	rgba(71, 105, 8, 0.01) 34px 34px, 
	rgba(71, 105, 8, 0.01) 35px 35px,
	rgba(71, 105, 8, 0.01) 44px 44px,
	rgba(71, 105, 8, 0.01) 48px 48px,
	rgba(71, 105, 8, 0.01) 52px 52px,
	rgba(71, 105, 8, 0.01) 56px 56px,
	rgba(71, 105, 8, 0.01) 60px 60px;
	 
}
/* Logn Shadow Style */


.page-icon .glyphicon{
	font-size: 3em;
	line-height: 2.3em;
	text-shadow: rgb(199, 39, 239),
    rgb(20, 109, 94) 2px 2px,
    rgb(20, 111, 96) 3px 3px,
    rgb(21, 112, 97) 4px 4px,
    rgb(21, 114, 99) 5px 5px,
    rgb(21, 116, 100) 6px 6px,
    rgb(22, 117, 102) 7px 7px,
    rgb(22, 119, 103) 8px 8px,
    rgb(22, 121, 104) 9px 9px,
    rgb(23, 122, 106) 10px 10px,
    rgb(23, 124, 107) 11px 11px,
    rgb(23, 126, 109) 12px 12px,
    rgb(24, 127, 110) 13px 13px,
    rgb(24, 129, 112) 14px 14px,
    rgb(24, 131, 113) 15px 15px;
}

.page-icon-shadow { 
	width: 100px;
	height:100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: transparent;
	text-align: center; 
	margin: -70px auto 0;
	background: transparent;
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-o-animation-delay: 0.8s;
	animation-delay: 0.8s;	
	bottom: -118px;
	position: relative;
} 

#footer-text{
	position: relative;
}

 
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (max-width: 479px) {
	#login-block{	 
		padding-top: 10px;
		padding-bottom: 25px;
	}
	
}

/* Tablet Portrait Size to Tablet Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px){
	#login-block {	 
		margin: 0 auto;
		width: 420px;
	}
	
}


