body{
	/* background: #fff!important; */
	background: url(../../images/file/background.jpg) no-repeat;
	background-size: cover;
	line-height: 2!important;
}

#layouting{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.wraping{
	/* background: #FAFAFA!important; */
	background:#64B0C9!important;
	padding: 20px;
	border-radius: 25px;
	margin-top:20%!important;
}

.FontBuricak{
	font-family: 'Kaushan Script', cursive;
}

.footer{
	color: #777;
	text-align: center;
	padding: 10px;
	font-size: 10pt;
}

.footer span{
	color: #999;
	font-size: 13pt;
	/* background: -webkit-linear-gradient(#FE8801,#E64C34);
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent; */
}

.wraping h2{
	padding:15px;
	font-size: 28pt;
}

.btn-info{
	border-radius: 25px;
	color:#222;
	border:none!important;
	/* background: #159AF5!important;  fallback for old browsers */
	background: #FFD200!important;  /* fallback for old browsers */
	
}