
 
div.row:nth-child(7) > div:nth-child(1) > div:nth-child(1) > label:nth-child(1), div.row:nth-child(10) > div:nth-child(1) > div:nth-child(1) > label:nth-child(1) {
	
font-family: "Lato", sans-serif;
	font-size: 20px;
}

body {
 
  font-family: "Lato", sans-serif;
  background-color: transparent;
}
h3{
	font-family: "Lato", sans-serif;
}
section{
	padding:50px 0;
}
.highlight{
	border:1px solid red;
}
.text-danger{
	font-size:15px !important;
}
a{
	
  	
  	color: #0075b0;
}
a:hover{
	
	text-decoration: underline !important;
	color: #0075b0;
}
.donaora:hover{
	color: #000;
   background-color: #0075b0;
}
	
	
	

.donaora{
	border-radius:0px;
	background-color: #27b9d9;
	color: #ffffff;
	border-style: none;
	z-index: 1;
	padding: 0px 5px;
	position: relative;
	display: inline-block;
	font-family: "Lato", sans-serif;
	font-weight: 600;
	font-size: 1.5rem;
	text-align: center;
	text-transform: uppercase;
	outline: none;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
	overflow: hidden;
	width: 100%;
	height: 50px;
	-webkit-letter-spacing: 2px;
	-moz-letter-spacing: 2px;
	-ms-letter-spacing: 2px;
	letter-spacing: 2px;
 	width:250px;
}
.form-group{
	margin-bottom:10px;
}

.form-control{

	font-size: 1.5rem !important;
	
	background: transparent;
	border: 1px solid #A7A7A7;
	padding: 25px;
	border-radius: 5px !important;
	color: #535353;
}
.select{
	width: 100% !important;
	height: 50px !important;
}
.datetime-input-box-wrapper{
	margin-top: -10px !important;
}
.privacy{
	margin-bottom: 5px !important;
}