@import url(Fontstyle.css);
body {
	font-family: yekan !important;
	font-weight: normal;
    direction: rtl;
    margin: 0;
    padding: 0;
}
.bg {
    background: url(/Img/login.bg.jpg);
}
.bg-black{
    background: rgba(0,0,0,.7);
    box-shadow: 1px 1px 11px 1px rgba(255 ,255,255 ,0.5);
}
