/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /*margin-bottom: 60px; /* Margin bottom by footer height */
}

.footer {
  /* position: absolute; */
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 30px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

.bg {
  height: 100%;
}
.bg::before {
  content: "";
  /* The image used */
  background-image: url("BG-4.jpg");
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.5;
  z-index: -1;
}

.header {
  box-shadow: 0px 1px 20px rgb(0 0 0 / 10%);
}
.form-container {
  margin-top: 8%;
}

@media screen and (max-width: 992px) {
  .form-container {
    margin-top: 30%;
  }
}
@media screen and (max-width: 768px) {
  .form-container {
    margin-top: 30%;
  }
  .header h4 {
    font-size: 1.2rem;
  }
  .header h3 {
    font-size: 1.2rem;
  }
}
