

.form-control {
  display: block;
  height: 20px;
  padding: 6px 12px;
  font-size: 14px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
 
}


.form-group {
  margin-bottom: 15px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}


