@font-face {
  font-family: gabarito-r;
  src: url("./../fonts/gabarito/Gabarito-Regular.ttf");
}
@font-face {
  font-family: gabarito-bl;
  src: url("./../fonts/gabarito/Gabarito-Black.ttf");
}
@font-face {
  font-family: gabarito-b;
  src: url("./../fonts/gabarito/Gabarito-Bold.ttf");
}
@font-face {
  font-family: gabarito-eb;
  src: url("./../fonts/gabarito/Gabarito-ExtraBold.ttf");
}
@font-face {
  font-family: gabarito-m;
  src: url("./../fonts/gabarito/Gabarito-Medium.ttf");
}
@font-face {
  font-family: gabarito-sb;
  src: url("./../fonts/gabarito/Gabarito-SemiBold.ttf");
}
@font-face {
  font-family: rancho-r;
  src: url("./../fonts/rancho/Rancho-Regular.ttf");
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  box-sizing: border-box;
}

.survey-form {
  text-align: left;
  font-family: gabarito-r;
}
.survey-form .form-section {
  background: rgb(247, 245, 245);
  border: 20px;
  padding: 50px;
  margin: 50px 100px;
  border-radius: 8px;
}
.survey-form input {
  margin-bottom: 30px;
  margin-left: 15px;
}
.survey-form label {
  padding-left: 5px;
}
.survey-form .radio-field {
  padding-left: 5px;
}
.survey-form .text-box {
  width: 250px;
}
.survey-form .text-area {
  margin-left: 20px;
  width: 250px;
}
.survey-form .submit-button {
  margin-bottom: 20px;
}
.survey-form .submit-button .sub-button {
  border-radius: 5px;
  border-color: rgb(141, 135, 135);
  height: 40px;
  width: 80px;
  float: right;
}/*# sourceMappingURL=style.css.map */