body {font-family: 'Lato', sans-serif;}
h1{margin-bottom: 5px;}
label { width:100%;color: #000;font-size:16px;text-align:center !important;}
.btn-send {
    font-size:22px;
	font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    width:100%;
	margin-top:25px;
	height:45px;
	background-color:#77BC2D !important;
	color:#fff !important;
	border-radius:25px !important;
	border:none !important;}
.form-control {width:100% !important;color:#A7C9A7 !important; background-color:#fff;border-radius:25px;}
.form-control{border-color:#A0A0A0;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);}
.form-control:focus{border-color:#A0A0A0;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;}
.inner-addon { 
    position: relative;
	margin-left:auto;
	margin-right:auto;
}

/* style icon */
.inner-addon .glyphicon {
  color:fff;
  position: absolute;
  padding: 0px;
  pointer-events: none;
margin-left:90px;
	}
