/* ==========================================================================
   Login Box styles
   ========================================================================== */
  
 @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/bg2.jpg") repeat scroll 0% 0% transparent;
	color: #FFF;
    font-family: IRTerafik;
}
.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:#0090D0;
text-decoration: none;
}
#login-block{	 
	padding-top: 0px;
	padding-bottom: 0px;
}
#login-block h3{
	color: #FFF;
	text-align: center;
	font-size:1.5em;
	 
	text-shadow: 0px 0px 5px #000;
	font-weight: normal;
 
}

.login-box{
	position: relative;
	max-width:480px;	
background-color:white;
border: 1px solid #0090D0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	padding-bottom: 20px; 
	margin-top: 60px; 
    margin-bottom:30px;
    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 #0090D0;
	border-bottom: 1px dotted #0090D0;
}

.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: url("image/back.jpg") repeat scroll center top / cover transparent;
	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 #0090D0;
    box-shadow:0 0 5px rgba(104, 144, 20, 0.3);
}

.login-form input:hover, .login-form input:focus{
	box-shadow:0 0 8px #0090D0;
}

/* Login Button */
.btn.btn-login {
	width: 200px;
display: block;
margin: 25px auto 10px;
color: #FFF;
text-transform: uppercase;
background: none repeat scroll 0% 0% #0090D0;
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:#0090D0;
}

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;
}

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

.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;
}

@media only screen and (max-width: 479px) {
	#login-block{	 
		padding-top: 10px;
		padding-bottom: 25px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px){
	#login-block {	 
		margin: 0 auto;
		width: 420px;
	}
	
}


span{

    color: #7a7a7a;
text-decoration: none;
font-size:17px;
}