@charset "utf-8";
/* CSS Document */
.login_container {
  width:310px;
  margin: 0 auto;
  position: relative;
}
.loginpanelsize
{
	margin-top:50px;

}
@font-face {
    font-family: yekan;
    src:url('../fonts/yekan.eot?#') format('eot'),    
          url('../fonts/yekan.woff') format('woff'),
          url('../fonts/yekan.ttf') format('truetype'); 
}
@font-face {
    font-family: nassim;
    src:url('../fonts/BBCNassim.eot?#') format('eot'),    
          url('../fonts/BBCNassim.woff') format('woff'),
          url('../fonts/BBCNassim.ttf') format('truetype'); 
}
.yekanfont
{
	font-family:yekan;
}
.iransanszfont
{
	font-family:iransansz;
}
.nassimfont
{
	font-family:nassim;
}
.setcolor1
{
	color:#20396e;
}
body
{
	background:url(../../Images/loginbg.png);
}
.errorstyle
{
	color:red;
}
