body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

a{
  color: black;
  text-decoration: none;
}


.page-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.header {
  height: 60vh;
  background-image: url('https://a.cdnlead.com/campaign_sites_assets/BFIN/BFE0002/bfe0002-lp-banner.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: center;
}

/* .content {
  background-color: #CCFFCC;
} */

.phone,.complete{
  font-size: 27px;
}

.footer {
  /* background-color: #CCCCFF; */
  margin-top: auto;
}


.footer p{
  font-size: 12px;
}

.complete,.phone a{
  color:#116fb4;
}

.form-control,.form-select{
  border: #116fb4 solid 2px;
}

.form-control::placeholder, .form-select {
  color: #116fb4;
}

.submit-button {
  background-color: #95c354 ;
  border: #95c354;
  font-size: 30px;
}

.submit-button:hover {
  background-color: #89be3e;
  border: #89be3e;
}

@media only screen and (max-width: 1025px) {
  .header {
    height: 30vh;
  }
  #contact_form {
    padding-left: 15%;
    padding-right: 15%;
  }
}

@media only screen and (max-width: 600px) {
  .header {
    height: 20vh;
  }
  #contact_form {
    padding-left: 0;
    padding-right: 0;
  }
  h2 {
    font-size: 18px;
  }
  p {
    font-size: 12px;
  }
  .logos {
    width: 100%;
  }
  .phone a , .complete {
    font-size: 21px;
  }
  .footer p {
    font-size: 10px;
  }
}
