﻿@import url('https://fonts.googleapis.com/css?family=Amiri:400,700&subset=arabic');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=latin-ext');

html {
	width: 100%;
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: 'Amiri', serif;
	font-weight: 400;
	font-size: 15px;
	color: #ffffff;
}

form {
	width: 100%;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width:1000px) {
	body {
		font-size: 13px;
	}
}

.error {
	background: red;
	color: white
}
