
body {
 
  font-family: 'Montserrat', sans-serif;
  font-weight:400;
  background-color: transparent !important;
  color: #666666;
}
section{
	padding:0px 0;
}
.highlight{
	border:1px solid red;
}

.text-danger{
	font-size:13px !important;
	
}
.privacy{
	
  	text-decoration: none !important;
  	color: #666666;
}
.link_peter{
	text-decoration: underline !important;
	color: #482e4d;
}
.link_peter:hover{
	
	text-decoration: none !important;
	color: #482e4d;
}
.donaora:hover{
	background: #d1bcdc !important;
	border-color: #d1bcdc !important ;
	color: white;
}
.donaora:focus{
	color : white;
}
.donaora{
	
	font-size: 16px;
	font-weight: 400;
	-webkit-appearance: none;
	outline: 0;
	color: white;
	width: 100%;
	background: linear-gradient(135deg,#c2a1cc 30%,#482e4d 100%) !important;
	border: none;
	padding:12px 20px 11px 20px;
	border-radius: 25px !important;
	
 	
}



.form-group{
	margin-bottom:5px;
}
.form-control:focus{
	border-color: #8b8d94;
}
.form-control{

	font-size: 1.5rem !important;
	
	background-color: #f1f1f1;
	border: 2px solid rgba(51,51,51,.1);
	padding: .5278em;
	border-radius: 0px !important;
	color: #8b8d94;
	
}
