.tildemt-select {
  display: none !important;
}

.participant {
  display: block;
  border: 1px solid;
  padding: 20px 11px;
  margin-top: 80px;
}

.participant h1 {
  margin-bottom: 2px;
}

.participant label {
  display: block;
  margin-top: 20px;
}

.participant .reqular_input input {
  width: 100%;
}

.participant .reqular_select select {
   font-size: 13px;
}

.participant textarea {
  width: 100%;
  margin-bottom: 20px;
}

.participant .first_name .form_field_label {
  margin-top: 5px;
}


.participant label {
  font-size: 20px;
  /*color: #222;*/
}


.participant .form_field_error {
  font-size: 10px;
  color: #E45B64;
  margin-top: -4px;
}

.participant .form_error {
  margin: 20px auto;
  text-align: center;
  background: #eee;
  padding: 43px;
  border-radius: 4px;
  color: #E45B64;
}

.participant .form_notice {
  margin: 20px auto;
  text-align: center;
  background: #eee;
  padding: 43px;
  border-radius: 4px;
}

.participant .form_field_label span {
  color: #E45B64;
}


.participant .identification {
  margin-bottom: 20px;
}

.participant .identification {
  margin-top: 20px;
}

.participant .identification label {
  font-size: 13px;
  margin-top: 2px;
}

.participant input[type=submit] {
  box-sizing: border-box;
  font-size: 15px;
  text-transform: uppercase;
  border: none;
  line-height: 1;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 48px;
  padding: 19px 39px;
  -webkit-transition: color .222s,
    background-color .222s !important;
  -o-transition: color .222s,
    background-color .222s !important;
  transition: color .222s,
    background-color .222s !important;
  background: var(--blue-200);
  color: var(--gray-200) !important;
  margin-top: 50px;
}

.participant input[type=submit]:hover {
  box-sizing: border-box;
  background: var(--gray-200);
  color: var(--blue-200) !important;
}

.participant a {
  cursor: pointer;
  color: var(--blue-200) !important;
}

.form-eng {
  display: none!important;
}

.-heading-l {
    text-shadow: #000 5px 5px 10px;
}

.-heading-s {
    text-shadow: #000 5px 5px 10px;
}

.participant .form_field_radio_label, .participant .form_field_checkbox_label
{
  font-size: 15px;
  color: #222;
}
