@font-face {
  font-family: myFont;
  src: url(../fonts/NeoSansArabic.ttf);
}
@font-face {
  font-family: myFont2;
  src: url(../fonts/NotoNaskhArabic-Regular.ttf);
}
@font-face {
  font-family: quicksand_bold;
  src: url(../fonts/Quicksand-Bold.ttf);
}
body{
	font-family: myFont2;
}
.header{
	height: 100%;
}
.header p{
	font-size: 1.3em;
}
.etab{
	font-size: 1.3em;
}
.title{
	font-size: 1.6em;
}
@media only screen and (max-width: 720px) {
	.header p{
		font-size: 0.8em;
	}
	.etab{
	font-size:1.2em;
	}
	.logo img{
	width:50%;
	}
	.title{
	font-size: 0.8em;
	}
}
.logo img{
	width:15%;
}
.style-bold{
	font-family: quicksand_bold;
}
.navbar-dark, .bg-dark{
	background:#0a3d62;
}
.register label{
	color:#fff;
	font-size: 1.3em;
}
.notifications p{
	font-size: 1.2em;
	font-family: tahoma;
}
footer{
	background:#0a3d62;
}

/* INPUT FILE */
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 999px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}