﻿html, body {
  height: 100%; }

.header {
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px; }

h1 {
  border-bottom: solid 3px #41b9ef;
  display: inline-block; }

ul.checklist li {
  list-style-image: url("/css/assets/icons/check.svg");
  margin-bottom: 16px; }

.form-container {
  background: #41b9ef;
  border-radius: 25px;
  color: #fff; }

@media (max-width: 768px) {
  body footer {
    padding: 70px 0px 50px 0px; } }
