@charset "utf-8";
/* CSS Document */

html, body {
	direction:rtl;
	font-family:b roya;
	font-size:19px;
	margin:0;
	/* background: linear-gradient(90deg, #6190E8 0%, #A7BFE8 100%); */
	 
}	


.header {
	height:100px;
	background: linear-gradient(153deg, #00B4DB 0%, #0083B0 100%);
	
}

.header-title1 {
	 
	padding:30px;
	
	color:#fff;
	font-weight:bold;
}

.header-img1 {
	position:absolute;
	right:10%;
}


.header-tel {
	position:absolute;
	left:10%;
	font-size:25px;
	font-weight:bold;
	top:5%;
	color:#fff;
	text-shadow:#343434 3px 3px 5px;
}


.sep-line {
	height:3px;
	background: linear-gradient(135deg,#fc4a1a 0%, #f7b733 100%);
}

.main {
	margin-top:100px;
	width:80%;
	background-color:#fff;
	border-radius:10px;
	border:#6190E8 solid 1px;
	padding:30px;
	box-shadow:#343434 3px 3px 15px;
}

.form-title {
	font-family:sahel;
	font-size:21px;
	caption-side:#343434;
	padding:20px;
	color:#708090;
	text-align:center;
}
.form-fild-title {
	font-family:b roya;
	font-size:19px;
	font-weight:bold;
}
.form-fild-data {
	font-family:b roya;
	font-size:19px;
	 
}
.form-fild-data:hover {
	box-shadow:#343434 3px 3px 8px;
}

.form-save-butt {
	height:35px;
	width:150px;
	margin:20px;
		font-family:b roya;
	font-size:15px;
	font-weight:bold;
	
	
}

.msg1 {
	
	border-radius:8px;
	border:#dc143c solid 1px;
	padding:15px;
	color:#fff;
	background-color:#ee8a9e;
	box-shadow:#343434 3px 3px 8px;
	 
}
