@charset "utf-8";
/* CSS Document */
.SmallCircle{
	position: absolute;
	width: 60px;
	height: 60px;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #C42216;
	border-radius: 50%;
	border: 0px solid #0D5C88;
	padding: 0px;
	z-index: 5;
}
.CenterCircle{
	position: absolute;
	width: 80px;
	height: 80px;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #0D5C88;
	border-radius: 50%;
	border: 0px solid #0D5C88;
	padding: 0px;
	z-index: 4;
}
.LargeCircle{
	position: absolute;
	width: 120px;
	height: 120px;
	top: 70px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #F44336;
	border-radius: 50%;
	z-index: 3;
}
.Rectangle{
	position: absolute;
	width: 150px;
	height: 30px;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #0D5C88;
	border-radius: 0%;
	border: 0px solid #0D5C88;
	padding: 0px;
	z-index: 4;
}
input[type='reset'], input[type='submit']{
	width: 150px;
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #CB9604;
	color: #CB9604;
}
input[type="text"]{
	direction: rtl;
	width: 90%;
	border-radius: 5px;
	height: 70%;
	padding: 5px 10px;
	border: 1px solid #CB9604;
	font-size: 14px;
	font-weight: bold;
}
input[type="password"]{
	direction: rtl;
	width: 90%;
	height: 70%;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #CB9604;
}
.SearchButton{
	background-color: #F44336;
	/*background-image: linear-gradient(to right bottom,#F44336,#5CBACE,#F44336,#A8E1E7,#F44336);*/
	border-radius: 5px;
	box-shadow: 0px 0px 2px 2px #000;
}
input[type="search"]{
	width: 70%;
	padding: 5px;
	border-radius: 5px;
	font-weight: bold;
	box-shadow: 0px 0px 2px 2px #000;
}
input[type="search"]:focus{
	outline: 2px solid #F44336;
}
.SelectElement{
	width: 50%;
	font-size: 16px;
	font-weight: bold;
}
.AreaText{
	width: 90%;
	height: 90%;
	direction: rtl;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #000;
}
input[type="file"]{
	width: 90%;
}
select{
	height: 70%;
	width: 90%;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #CB9604;
}
.eyes{
	width: 40px;
	height: 35px;
	position: absolute;
	top: 75%;
	right: -25%;
	transform: translate(-50%,-50%);
}