@import url(//fonts.googleapis.com/earlyaccess/notokufiarabic.css);

body {
background-color: #eeeeee;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23cccccc' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
	padding:0;
	direction:rtl;
	margin:0;	
}
.header-view{
	padding:10px;
	text-align:center;
}
.form-box-view{
	background:#fff;
	width:32%;
	height:380px;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	margin:auto;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border:1px solid rgba(23,23,23,0.2);
}
.form-box-view:before{
	width:64px;
	height:64px;
	content:"";
	background-image:url(Alkafeel_logo.png);
	background-position:center center;
	background-size:64px 64px;
	background-repeat:no-repeat;
	position:absolute;
	top:-76px;
	left:0px;
	right:0px;
	margin-left:auto;
	margin-right:auto;	
}
.input-box-view{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-bottom:10px;
	position:relative;
	margin-top:10px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
transition:all 0.3s;
	    -webkit-appearance: none;

border:1px solid #f1f1f1;

}
.input-box-view:hover{
	border:1px solid #1c62b9;
}
.input-text{
	padding-top:14px;
	padding-bottom:14px;
	width:90%;
	margin-left:5%;
	outline:none;
	margin-right:5%;
		    -webkit-appearance: none;

	font-size:14px;
	border:none;
	font-family: 'Noto Kufi Arabic', sans-serif;
	background:#fff;
}
.home-btn-view{
	width:90%;
	overflow:hidden;
	margin-left:5%;
	outline:none;
	margin-right:5%;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#1c62b9;
	margin-bottom:10px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

.home-btn-link{
	color:#fff;
	font-family: 'Noto Kufi Arabic', sans-serif;
	text-decoration:none;
	display:block;
	margin:13px;	
padding-right:38px;
	background-position:center right;
	background-size:24px 24px;
	background-repeat:no-repeat;	
}
.btn-index{
	background-image:url(home.svg);
}
.btn-logout{
	background-image:url(exit.svg);
}
.btn-edit{
	background-image:url(pencil-edit-button.svg);
}
.input-btn{
	width:90%;
	margin-left:5%;
	outline:none;
	margin-right:5%;
	padding-top:10px;
	padding-bottom:10px;
		    -webkit-appearance: none;

	background-color:#1c62b9;
	border:1px solid #1c62b9;
	color:#fff;
	font-size:16px;
	text-align:center;
	font-family: 'Noto Kufi Arabic', sans-serif;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.input-btn:hover{
	background-color:#155aaf;
	border:1px solid #155aaf;
	
}
.or-view{
	position:relative;
	width:90%;
	margin-left:5%;
	margin-right:5%;
	height:36px;
	margin-top:10px;
}
.or-view:before {
	content:"";
	position:absolute;
	height:1px;
	background:#f1f1f1;
	left:0;
	right:0;
	top:22px;	
}
.or-view a{
	display:block;
	width:50px;
	background:#fff;
	position:absolute;
	left:0;
	right:0;
	top:5px;
	margin:auto;	
	font-family: 'Noto Kufi Arabic', sans-serif;
	text-align:center;
	font-size:18px;
	color:#999;
}
.big-title{
		font-family: 'Noto Kufi Arabic', sans-serif;
		padding:14px;
		text-align:center;
		font-size:24px;	
}
.ajax-error-alert{
	width:280px;
	padding:7px 18px;
	display:none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	position:absolute;
	bottom:10px;
	left:0px;
	right:0px;
	margin-left:auto;
	margin-right:auto;
	background:#E71D36;
	color:#fff;
	text-align:center;
		font-family: 'Noto Kufi Arabic', sans-serif;
		font-size:16px;	
}

.ajax-done-alert{
	width:240px;
	padding:7px 18px;
	display:none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	position:absolute;
	bottom:10px;
	left:0px;
	right:0px;
	margin-left:auto;
	margin-right:auto;
	background:#75D701;
	color:#fff;
	text-align:center;
		font-family: 'Noto Kufi Arabic', sans-serif;
		font-size:18px;	
}

.loading-btn-style{
	background-image:url(fullscreen_white_loader.svg);
	background-position:center center;
	background-size:40px 40px;
	background-repeat:no-repeat;	
}
.signup-link , signin-link{
	position:absolute;
    bottom: -32px;
    left: 0;
    font-size: 14px;
    color: #616161;
	text-decoration:none;	
		font-family: 'Noto Kufi Arabic', sans-serif;
}

@media screen and (max-width: 800px) {
	
	.form-box-view{
		width:90%;
		position:relative;
		padding-bottom:10px;
		height:auto;
		margin-left:4%;
		margin-right:4%;
		margin-bottom:10px;
		margin-top:10px;
	}

}