@font-face {
    font-family: 'Alef';
    src: url('/fonts/Alef/Alef.eot');
    src: url('/fonts/Alef/Alef.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Alef/Alef.woff') format('woff'),
         url('/fonts/Alef/Alef.ttf') format('truetype'),
         url('/fonts/Alef/Alef.svg#alefbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body	{background:#dcdcdc; font-family:Alef; direction:rtl; width:100%; padding:0; margin:0;}
.headerBg {
  border: 2px solid #eaeaea;
  background: #fcfcfc;
  box-shadow: 0px 5px 5px 0px rgba( 0, 0, 0, 0.2 );

  right: 20%;
  top: 10%;
  max-width: 896px;
  min-height: 487px;
  z-index: 3;
  text-align:center;
	margin:10% auto;

}

.alert	{margin-top:50px;}
h1		{font-size:42px; color:#b8b8b8;}
span	{font-size:19px; color:#6e6e6e;}
a		{font-size:19px; color:#3fa9f5;text-decoration: none;}
hr		{width:95%; border:0; border-top: 1px solid #dcdcdc;margin-top:30px; }
.logo	{margin-top:20px;}