html {
  margin: 0;
  padding: 0;
}
body {
  font-family: Helvetica Neue, Arial, sans-serif;;
  font-weight: 300;
  font-size: 16px;
}
.container {
  max-width: 700px;
}
.form-control {
  font-family: Helvetica Neue, Arial, sans-serif;;
  border: 1px solid #bdc3c6;
  border-radius: 2px;
  font-size: 16px;
  line-height: 20px;
  background-color: #fff;
  width: 100%;
  text-align: left;
  padding: 0 15px;
  height: 50px;
  color: #000;
}


#btnKuld, .btn{
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  background-color: #6CC04A;
  color: #fff;
  cursor: pointer;
  appearance: none;
  line-height: 20px;
  padding: 14px 40px;
  box-sizing: border-box;
  border: 1px solid #6CC04A;
  border-radius: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-weight: bold;
  display: inline-block;
  margin-top: 14px;
}

a {
  text-decoration: underline;
  color: #6CC04A;
}
a:hover {
  text-decoration: none;
  color: #377220;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.custom-control-label::before,.custom-control-label::after {
  top: 0.6rem;
  left: -1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #b4b4b4;
  cursor: pointer;
  border-radius: 0;
}
.custom-control-input:checked {
  color: #6CC04A !important;
  border-color: #6CC04A !important;
  background-color: #FFF !important;
}
.form-control-lg {
  font-size: 16px;
  font-family: Helvetica Neue, Arial, sans-serif;
}