body {
  margin: 0;
}

.page-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}


.footer {
  background-color: rgba(0, 0, 0, 0.27);
  color: white;
  margin-top: auto;
  font-size: 12px;
}

.footer a{
  color: white;
  text-decoration: none;
}

.form-content{
  border: 2px solid #1271CC;
  padding: 20px;
  border-radius: 10px;
}

.submit-button  {
  background:#06B647;
  padding:3px 44px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: normal;
  border-radius:30px !important;
  border: none;
}

.submit-button:hover  {
  background:#38d170;
}
h2{
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 39px;
  margin-top: 10px;
  color: #1271CC;
}

.sub-header {
  line-height: 2;
  font-size: 22px;
}


.custom-list {
  list-style: none;
  padding-left: 0;
}

.custom-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}

.custom-list li::before {
  content: '✔';
  color: #007BFF;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  line-height: 1;
}

.mobile-only{
  display: none;
}

.thankyou{
    font-size: 74px;
    border-bottom:
  4px solid #06B647;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: "Domine", arial, sans-serif;
    font-weight: normal;
}

.thankyou-copy{
  font-size: 22px;
  margin-top: 40px;
}


@media only screen and (max-width: 991px) {
  .form-container{
    margin-left: 15%;
    margin-right: 15%;
  }
  .desktop-only{
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .form-container{
    margin-left: 0;
    margin-right: 0;
  }

  h2 {
    font-size: 20px;
    border-bottom: 2px solid #06B647;
    padding-bottom: 10px;
  }
  .sub-header {
    line-height: 1;
    font-size: 20px;
  }
  .custom-list{
    display: none;
  }
  .complete{
    color: #1271CC;
  }

.mobile-only{
  display: block;
}

.list{
  font-size: 20px;
}

.thankyou{
  font-size: 40px;
  border-bottom:
4px solid #06B647;
  margin-bottom: 0px;
  margin-top: 40px;
  font-family: "Domine", arial, sans-serif;
  font-weight: normal;
}

.thankyou-copy{
font-size: 18px;
margin-top: 20px;
}

}


