



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: IRANSans;
  /* src: url('../fonts/Iransans/FontsFree-Net-ir_sans.ttf');  */
  src: url('../fonts/Iransans/IRAN Sans Medium.ttf'); 
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family:  IRANSans, sans-serif;
}
 
/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family:  IRANSans;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}

 
label {
  display: block;
  margin: 0;
}

/*---------------------------------------------*/
 
iframe {
	border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-box100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
 
  
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;;
}

 
 
 