section{
	font-family: "Klavika Bd";
	color: #696667;
	padding: 15px 0 0;
	width: 100%;
}

p{
	text-align: center;	
	font-style: italic;
	font-size: 21px;
	
}

.card-body{
	margin-left: 15px;
}

input{
	color: #696667;
}

input::focus{
	border-color: #567572;
}

input::placeholder{
	font-style: italic;
	color: rgba(105, 102, 103, 0.35);
}

textarea{
	color: #696667;
}

textarea::placeholder
{
	font-style: italic;
	color: rgba(105, 102, 103, 0.35);	
}

.btnnn{
	display: inline-block;
	float: right;
	margin-top: 20px;
}

.g-recaptcha{
	display: inline-block;
	float: left;	
}

.btn{
	color:#696667;
	background-color: transparent;
	border-style: 1px solid #696667;
	transform: 0.3s;
}

.btn:hover{
	background-color: #696667;
	color: #964F4C;
}
