@font-face {
  font-family: 'IRANYekan';
  src: url('../fonts/IRANYekan.eot?#') format('eot'), url('../fonts/IRANYekan.woff2') format('woff2'), url('../fonts/IRANYekan.ttf') format('truetype');
}

@font-face {
  font-family: 'IRANSans_bold';
  src: url('../fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/woff2/IRANSansWeb_Bold.woff2')           format('woff2'), 
  url('../fonts/woff/IRANSansWeb_Bold.woff')            format('woff'), 
  url('../fonts/ttf/IRANSansWeb_Bold.ttf')             format('truetype');
}

@font-face {
  font-family: 'IRANSans_light';
  src: url('../fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/woff2/IRANSansWeb_Light.woff2')           format('woff2'), 
  url('../fonts/woff/IRANSansWeb_Light.woff')            format('woff'), 
  url('../fonts/ttf/IRANSansWeb_Light.ttf')             format('truetype');
}

@font-face {
  font-family: 'IRANSans_ultralight';
  src: url('../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/woff2/IRANSansWeb_UltraLight.woff2')           format('woff2'), 
  url('../fonts/woff/IRANSansWeb_UltraLight.woff')            format('woff'), 
  url('../fonts/ttf/IRANSansWeb_UltraLight.ttf')             format('truetype');
}

@font-face {
  font-family: 'IRANSans';
  src: url('../fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/woff2/IRANSansWeb.woff2')           format('woff2'), 
  url('../fonts/woff/IRANSansWeb.woff')            format('woff'), 
  url('../fonts/ttf/IRANSansWeb.ttf')             format('truetype');
}

@font-face {
  font-family: 'IRANSans_Fa';
  src: url('../fonts/IRANSansWeb_Fa.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/IRANSansWeb_Fa.woff2')           format('woff2'), 
  url('../fonts/IRANSansWeb_Fa.woff')            format('woff'), 
  url('../fonts/IRANSansWeb_Fa.ttf')             format('truetype');

}

@font-face {

  font-family: 'Shabnam';

  src: url('../fonts/eot/Shabnam.eot?#iefix') format('embedded-opentype'), 

  url('../fonts/woff2/Shabnam.woff2')           format('woff2'), 

  url('../fonts/woff/Shabnam.woff')            format('woff'), 

  url('../fonts/ttf/Shabnam.ttf')             format('truetype');

}

@font-face {

  font-family: 'Shabnam-bold';

  src: url('../fonts/eot/Shabnam-Bold.eot?#iefix') format('embedded-opentype'), 

  url('../fonts/woff2/Shabnam-Bold.woff2')           format('woff2'), 

  url('../fonts/woff/Shabnam-Bold.woff')            format('woff'), 

  url('../fonts/ttf/Shabnam-Bold.ttf')             format('truetype');

}

@font-face {

  font-family: 'Shabnam-light';

  src: url('../fonts/eot/Shabnam-Light.eot?#iefix') format('embedded-opentype'), 

  url('../fonts/woff2/Shabnam-Light.woff2')           format('woff2'), 

  url('../fonts/woff/Shabnam-Light.woff')            format('woff'), 

  url('../fonts/ttf/Shabnam-Light.ttf')             format('truetype');

}

@font-face {

  font-family: 'roboto';

  src:  url('../fonts/Roboto-Thin.ttf') format('truetype');

}
 
 body {
    color: #404040;
    background: #f1f1f1;
    height: 100%;
  }
  
  .login {
    /* position: relative; */
    margin: auto;
    padding: 8% 0 0;
    width: 310px;
  }
  .login form{
    padding: 20px 20px 20px;
    background: white;
    border-radius: 3px;
    border: 1px solid #ccd0d4;
    /* -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3); */
  }
  
  /* .login:before {
    content: '';
    position: absolute;
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 4px;
  } */
  
  .login h1 a {
    background-image: url(../images/logo.png);
    background-position: center top;
    background-repeat: no-repeat;
    color: #444;
    text-decoration: none;
    text-indent: -9999px;
    background-size: 150px;
    overflow: hidden;
    display: block;
}
  
  .login input{
    width: 100%;
    font-family: IRANSans;
    font-size: 14px;
    padding: 0 10px;
    height: 36px;
    color: #404040;
    background: white;
    border: 1px solid #7e8993;
    border-radius: 5px;
    /* outline: 5px solid #eff4f7; */
    /* -moz-outline-radius: 3px; */
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08);
  }
  
  ::-moz-placeholder {
    color: #c9c9c9 !important;
    font-size: 13px;
  }
  
  ::-webkit-input-placeholder {
    color: #ccc;
    font-size: 13px;
  }
  
  input:focus{
    border-color: #007cba;
    box-shadow: 0 0 0 1px #007cba;
    outline: 2px solid transparent;
}
  
  button {
    font-family: Shabnam;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    background-color: #1f89df;
    color: #fff;
    border: 1px solid transparent;
  }
  button:hover{
    background-color: #1a81d4;
  }
  
  .lt-ie9 input{
    line-height: 34px;
  }

.login #backtoblog{
  font-family: tahoma;
  font-size: 13px;
  padding: 0 24px 0;
  margin-top: 20px;
}
.login #backtoblog > a{
  text-decoration: none;
  color: #555d66;
}
.login #backtoblog > a:hover{
  color: #006799;
}