
@font-face
{
	font-family: 'NeoSansArabic';
	src: url("fonts/NeoSansArabic.ttf");
}

body{
  font-family: 'NeoSansArabic';
  background-image: url("media/bg.jpg");
}
form {
  left: 10%;
  top: 10%;
  position: absolute;
  min-width: 20pc;
	text-align: right;
}

svg{
  display: none;
}

button{
	height: 40px !important;
	width: 50% !important;
  float: left !important;
}
input{
	text-align: center;
}
form > .flex{

}
