body {
  background-color: #000;
  color: #222;
  padding: .5em;
  font-family: 'Roboto', sans-serif;
}
.webgl-content {
  margin: auto;
}
.welcome-wrapper h2 {
  color: white;
  opacity: 0.3;
  font-size: 62px;
}
.welcome-wrapper {
  padding: 20px;
  margin-top: 30px;
  text-align: center;
}
.welcome-wrapper p {
  color: white;
  font-size: 42px;
}
.welcome-wrapper .btn-search-eggs {
  background-color: #f0f;
  border: none;
  color: white;
  font-weight: bold;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.welcome-wrapper .btn-search-eggs:hover {
  opacity: 0.8;
}
.reward-form-style {
  max-width: 600px;
  padding: 10px 20px;
  background: #f4f7f8;
  margin: 10px auto;
  margin-top: 50px;
  padding: 20px;
  background: #f4f7f8;
  border-radius: 8px;
  font-family: 'Roboto', sans-serif;
}
.reward-form-style fieldset {
  border: none;
}
.reward-form-style h3 {
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 32px;
}
.reward-form-style legend {
  font-size: 1em;
  margin-bottom: 10px;
}
.reward-form-style label {
  display: block;
  margin-bottom: 8px;
}
.reward-form-style .flex-fields,
.reward-form-style .flex-strasse {
  display: flex;
  justify-content: space-between;
}
.reward-form-style .flex-fields div {
  width: 48% !important;
}
.reward-form-style small {
  display: none;
  position: absolute;
  bottom: 13px; 
}
.reward-form-style input[type="text"],
.reward-form-style textarea,
.reward-form-style select {
  font-family: 'Roboto', sans-serif;
  background: rgba(255, 255, 255, .1);
  border: none;
  border-radius: 4px;
  font-size: 15px;
  margin: 0;
  outline: 0;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #e8eeef;
  color: #8a97a0;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  margin-bottom: 30px;
}
.reward-form-style textarea {
  resize: vertical;
  min-height: 80px;
}
.reward-form-style input[type="text"]:focus,
.reward-form-style textarea:focus,
.reward-form-style select:focus {
  background: #d2d9dd;
}
.reward-form-style select {
  -webkit-appearance: menulist-button;
  height: 35px;
}
.reward-form-style .number {
  background: #f37648;
  color: #fff;
  height: 30px;
  width: 30px;
  display: inline-block;
  font-size: 0.8em;
  margin-right: 4px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  border-radius: 15px 15px 15px 0px;
}
.field-wrapper {
  position: relative;
}
.reward-form-style input[type="submit"],
.reward-form-style input[type="button"] {
  position: relative;
  display: block;
  padding: 12px 39px 12px 39px;
  color: #FFF;
  margin: 0 auto;
  background: #f37648;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  width: 100%;
  border: 1px solid #f37648;
  border-width: 1px 1px 3px;
  margin-bottom: 10px;
  border-radius: 5px;
  cursor: pointer;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.reward-form-style input[type="submit"]:hover,
.reward-form-style input[type="button"]:hover {
  opacity: 0.8;
}

.success-message {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}


/* Media Queries */

@media screen and (max-width: 1440px) {
  .welcome-wrapper p {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .welcome-wrapper h2 {
    font-size: 42px;
  }
  .welcome-wrapper p {
    font-size: 32px;
  }
}
@media screen and (max-width: 550px) {
  .reward-form-style h3 {
    font-size: 24px;
  }
  .reward-form-style small{
    font-size: 10px;
  }
  .reward-form-style { 
    margin-top: 0px;
  }
  .welcome-wrapper {
    margin-top: 0;
    padding: 10px;
  }
  .welcome-wrapper h2 {
    font-size: 28px;
  }
  .welcome-wrapper p {
    font-size: 19px;
  }
  .welcome-wrapper .btn-search-eggs {
    font-size: 19px;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 320px) {
  .reward-form-style small {
    font-size: 8px;
  }
  .reward-form-style h3 {
    font-size: 22px;
  }
  .welcome-wrapper {
    margin-top: 0;
    padding: 5px;
  }
  .welcome-wrapper p {
    font-size: 17px;
  }
}