:root {
  --black: #1f1f1f;
  --white: white;
  --transparent: #fff0;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.body {
  color: var(--black);
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.coffindiv {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.btn {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
  position: relative;
}

.success-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.success-text {
  color: #1a9c00;
  font-size: 50px;
  line-height: 50px;
}

.failure-text {
  color: red;
  font-size: 50px;
  line-height: 50px;
}

.failure-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.nav-link {
  background-color: var(--white);
  text-align: center;
}

.menu-button {
  width: 100%;
}

.icon {
  color: var(--black);
  text-align: center;
}

.form-section {
  height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
}

.form-div {
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.submit-button {
  background-color: var(--black);
  letter-spacing: 1px;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 14px;
}

.form-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 14px;
}

.text_field {
  background-color: var(--white);
}

.img-upload {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  letter-spacing: 1px;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 14px;
}

.recaptcha {
  margin-top: 10px;
}

.recaptcha-div {
  width: 210px;
}


