@font-face {
  font-family: 'Favela-SemiBold';
  src: url("fonts/Favela-SemiBold.eot");
  src: url("fonts/Favela-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Favela-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Favela-Regular';
  src: url("fonts/Favela-Regular.eot");
  src: url("fonts/Favela-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Favela-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Favela-Light';
  src: url("fonts/Favela-Light.eot");
  src: url("fonts/Favela-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Favela-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html, body {
  height: 100%;
  font-family: 'Favela-Light', 'Roboto', sans-serif;
}

.btn-yellow {
  color: #fff;
  background-color: #eb5d48;
  border-color: #eb5d48;
}

nav {
  background-color: #F5A04C;
}

nav .img-fluid {
  max-width: 200px;
}

nav h1 {
  font-family: 'Favela-SemiBold', 'Roboto', sans-serif;
}

.container-fluid {
  background-color: #BCD0ED;
}

.container-fluid h1 {
  font-family: 'Favela-SemiBold', 'Roboto', sans-serif;
  text-align: center;
  margin-top: 65px;
}

.container-fluid .formBox {
  margin-top: 120px;
}

.container-fluid .formBox h2 {
  text-align: center;
  font-size: 25px;
}

.form-group div {
  color: red;
  font-weight: bold;
}

@media (min-width: 768px) {
  nav .img-fluid {
    max-width: 285px;
    margin-top: 45px;
  }
  .container-fluid {
    background-color: #BCD0ED;
  }
  .container-fluid h1 {
    margin-top: 160px;
  }
}
/*# sourceMappingURL=frontend.css.map */