.navbar-brand {
  padding: 0;
}
.navbar-brand img {
  height: 64px;
}

.hero-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100vh - 64px);
  background-image: url("../img/01.jpg");
  position: relative;
  padding: 20px;
}
.hero-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.hero-section .hero-logo {
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
}
.hero-section form {
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
}

#submitBtn .spinner-border {
  width: 1em;
  height: 1em;
  border-width: 0.15em;
  margin-right: 5px;
}/*# sourceMappingURL=main.css.map */