@font-face {
  font-family: 'Kumbh Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Kumbh Sans Regular'), local('KumbhSans-Regular'), url(https://fonts.gstatic.com/s/kumbhsans/v1/c4ml1n92AsfhuCq6tVsauoc.ttf) format('truetype');
}
@font-face {
  font-family: 'Kumbh Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Kumbh Sans Bold'), local('KumbhSans-Bold'), url(https://fonts.gstatic.com/s/kumbhsans/v1/c4mm1n92AsfhuCq6tVsagjt43KI.ttf) format('truetype');
}
body {
  font-family: "Kumbh Sans", sans-serif;
}
header {
  background: none;
  position: absolute;
  z-index: 3;
  width: 100%;
}
header .navbar {
  padding: 15px 0;
}
#hero {
  position: relative;
}
#hero .over {
  background: rgba(20, 20, 20, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
#hero .container {
  position: relative;
  z-index: 2;
}
h1 {
  font-size: 50px;
}
h2 {
  color: #006577;
}
.form-container {
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.8);
}
.form-container .lead {
  color: #333 !important;
}
.form-container label {
  font-weight: 700;
  font-size: 12px;
  color: #575575;
}
.form-container .form-group.has-error.has-feedback label.error {
  font-weight: 400;
  font-size: 13px;
  display: block;
  padding: 5px 0;
  color: #b00;
}
.btn-primary {
  padding: 10px 30px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  background: #074352;
  border-color: #074352;
}
.btn-primary:hover {
  background: #0e677e;
  border-color: #0e677e;
}
@media (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
  .lead {
    font-size: 1.2rem;
  }
  h2 {
    font-size: 1.2rem;
  }
}
