
/* font */

@font-face {
	font-family: iransans;
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/eot/IRANSansWeb.eot');
	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;
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/eot/IRANSansWeb_Bold.eot');
	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;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/eot/IRANSansWeb_Medium.eot');
	src: url('../fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),
	url('../fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'),
	url('../fonts/woff/IRANSansWeb_Medium.woff') format('woff'),
	url('../fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
	font-family: iransans;
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/eot/IRANSansWeb_UltraLight.eot');
	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;
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/eot/IRANSansWeb_Light.eot');
	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: iransansnum;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/eot/IRANSans(FaNum)_Medium.eot');
	src: url('../fonts/eot/IRANSans(FaNum)_Medium.eot') format('embedded-opentype'),
	url('../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),
	url('../fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'),
	url('../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}
@font-face {
	font-family: iransansnum;
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eott');
	src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot') format('embedded-opentype'),
	url('../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),
	url('../fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'),
	url('../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}
@font-face {
	font-family: iransansnum;
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
	src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot') format('embedded-opentype'),
	url('../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'),
	url('../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'),
	url('../fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}

/* main */
body {
    font-weight: 200;
    font-family: iransans;
}
button.btn.btn-primary {
    border-radius: 25px;
    font-weight: 300;
}

.box-name {
    box-shadow: 0 0 18px -7px #005297;
    border-radius: 5px;
    padding: 19px;
    margin-top: 16%;
}

.box-table {
    box-shadow: 0 0 18px -7px #005297;
    border-radius: 5px;
    padding: 19px;
    margin-top:30px;
}
.table-hover tbody tr:hover {
    background-color: #6dbbff13;
}
input#exampleInputEmail1 {
    border-radius: 25px !important;
}