html, body {
  background-color: transparent;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  height: 100%;
}

html {
  background-image: url(../imgs/background.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.box-form {
  background-image: url(../imgs/may.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 120px;
}
.box-form .logo {
  text-align: center;
}
.box-form .chicken, .box-form .box-form-content {
  margin-left: -50px;
}
@media (max-width: 767.98px) {
  .box-form .chicken, .box-form .box-form-content {
    margin-left: 0px;
  }
}
@media (max-width: 991.98px) {
  .box-form {
    background-size: cover;
    flex-grow: 1;
  }
  .box-form .form-info {
    font-size: 16px;
  }
  .box-form .logo {
    padding-left: 77px;
  }
  .box-form .logo img {
    max-height: 87px;
  }
  .box-form .logo .chicken-mb {
    position: absolute;
    left: 15%;
    bottom: 0px;
  }
}
@media (max-width: 767.98px) {
  .box-form {
    padding: 80px 0px;
  }
  .box-form .logo .chicken-mb {
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
}

#tdhForm {
  width: 75%;
  margin: auto;
}
@media (max-width: 991.98px) {
  #tdhForm {
    width: 55%;
  }
}
@media (max-width: 767.98px) {
  #tdhForm {
    width: 100%;
  }
}
#tdhForm input, #tdhForm select {
  background-color: #e6eaea;
  border: 0px;
  line-height: 50px;
  padding: 0px 20px;
}
#tdhForm button {
  background-color: #005193;
  border: 0px;
  padding: 0px 20px;
  line-height: 50px;
  color: #ffffff;
}

.form-response {
  padding: 0px 50px;
}
.form-response .text, .form-response .thong-tin-lien-he {
  width: 80%;
  margin: 20px auto;
}
@media (max-width: 991.98px) {
  .form-response {
    padding: 0px 15px;
  }
  .form-response .text, .form-response .thong-tin-lien-he {
    width: 55%;
  }
}
@media (max-width: 767.98px) {
  .form-response .text, .form-response .thong-tin-lien-he {
    width: 80%;
  }
}

@media (max-width: 991.98px) {
  .container {
    max-width: none;
  }
}

/*# sourceMappingURL=app.css.map */
