@font-face {
  font-family: 'Cupra';
  src: url('fonts/Cupra-Regular.eot');
  src: url('fonts/Cupra-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Cupra-Regular.woff2') format('woff2'), url('fonts/Cupra-Regular.woff') format('woff'), url('fonts/Cupra-Regular.ttf') format('truetype'), url('fonts/Cupra-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'Cupra_med';
  src: url('fonts/Cupra-Medium.eot');
  src: url('fonts/Cupra-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Cupra-Medium.woff2') format('woff2'), url('fonts/Cupra-Medium.woff') format('woff'), url('fonts/Cupra-Medium.ttf') format('truetype'), url('fonts/Cupra-Medium.otf') format('opentype');
}

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

#btnKuld {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  background-color: #003c4a;
  color: #fff;
  cursor: pointer;
  appearance: none;
  line-height: 20px;
  padding: 14px 40px;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 0;
  font-family: 'Cupra_med',sans-serif;
  display: inline-block;
  margin-top: 14px;
}

a {
  text-decoration: underline;
  color: #242221;
  font-weight: bold;
}
a:hover {
  text-decoration: none;
  color: #6b6b6b;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.custom-control-label::before,.custom-control-label::after {
  top: 0.6rem;
  left: -1.5rem;
  width: 2rem;
  height: 2rem;
  border: 1px solid #bdc3c6;
  cursor: pointer;
  border-radius: 0;
}
.custom-control-input:checked {
  color: #003c4a !important;
  border-color: #003c4a !important;
  background-color: #FFF !important;
}
.form-control-lg {
  font-size: 16px;
  font-family: 'Cupra',sans-serif;
}