div.content {
  min-height: 100vh;
  background-color: #FFF;
  background-image: url('https://static.winnie.com/standalone-bg-blob.svg');
  background-position: center 25%;
  background-repeat: no-repeat;
  background-size: 720px auto;
}
@media (max-width: 767px) {
  div.content {
    background-size: 480px auto;
  }
}
div.content > div.container {
  max-width: 375px;
  padding-top: 32px;
  padding-right: 16px;
  padding-bottom: 56px;
  padding-left: 16px;
}
div.content > div.container > h1 {
  margin-bottom: 32px;
  font-size: 28px;
}
div.content > div.container > p {
  margin-bottom: 32px;
}
.progress {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  padding-bottom: 36px;
  box-shadow: none;
  background-color: inherit;
}
.progress::before {
  display: block;
  flex-basis: 100%;
  position: relative;
  top: 4px;
  content: '';
  width: 100%;
  height: 1px;
  background: #9BDEFB;
  opacity: .2;
}
.progress span.circle {
  width: 9px;
  height: 9px;
  border: 1px solid #5DCFFF;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: transparent;
}
.progress span.circle.current {
  background-color: #5DCFFF;
}
.progress span.circle.previous {
  border: 1px solid #9BDEFB;
  background-color: #9BDEFB;
}
form.matchmaker div.form-group {
  margin-bottom: 40px;
}
form.matchmaker div.form-group:last-of-type {
  margin-bottom: 56px;
}
form.matchmaker div.form-group label {
  position: relative;
  font-size: 18px;
}
form.matchmaker div.form-group label h3 {
  font-size: 18px;
  font-weight: normal;
}
form.matchmaker div.form-group label > p {
  margin-bottom: 8px;
  font-size: 14px;
}
form.matchmaker div.form-group label input.form-control,
form.matchmaker div.form-group label select.form-control {
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: none;
  color: #56595D;
  transition: all 120ms ease-out;
}
form.matchmaker div.form-group label input.form-control:focus,
form.matchmaker div.form-group label select.form-control:focus,
form.matchmaker div.form-group label input.form-control:hover,
form.matchmaker div.form-group label select.form-control:hover {
  box-shadow: 0 8px 32px rgba(155, 222, 251, 0.4);
  color: #2A2C2E;
}
form.matchmaker div.form-group label input.form-control {
  padding-left: 38px;
}
form.matchmaker div.form-group label select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%2356595D'%3E%3Cpath d='M24 24H0V0h24v24z' fill='none' opacity='.87'/%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z'/%3E%3C/svg%3E");
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 24px 20px;
}
form.matchmaker div.form-group label select.form-control:focus,
form.matchmaker div.form-group label select.form-control:hover {
  box-shadow: 0 8px 32px rgba(155, 222, 251, 0.4);
  color: #2A2C2E;
  cursor: pointer;
}
form.matchmaker div.form-group label > span.material-icons {
  position: absolute;
  bottom: 12px;
  margin-left: 12px;
  font-size: 18px;
}
form.matchmaker div.form-group ul > li label.checkbox {
  display: flex;
  align-items: center;
}
form.matchmaker div.form-group ul > li label.checkbox input {
  margin-top: 0;
  margin-bottom: 0;
}
form.matchmaker div.form-group span.error {
  bottom: 16px;
}
form.matchmaker div.buttons {
  padding-bottom: 100px;
}
form.matchmaker div.buttons button {
  width: 100%;
  margin-bottom: 24px;
}
form.matchmaker div.buttons button:disabled {
  border: none;
  background-color: #D9DCE0;
  color: #56595D;
  opacity: 1;
}
form.matchmaker div.buttons button.back {
  padding-left: 0;
  font-size: 18px;
  text-decoration: underline;
}
form.matchmaker div.buttons button.back:focus,
form.matchmaker div.buttons button.back:hover {
  color: #007EB5;
}
section.confirmation > div {
  margin-bottom: 32px;
  font-size: 18px;
}
section.confirmation > div h2 {
  font-weight: normal;
  margin-bottom: 12px;
}
section.confirmation > div button.btn-step {
  padding-right: 2px;
  padding-left: 2px;
  font-weight: bold;
  text-decoration: underline;
}
section.confirmation > div span.material-icons {
  margin-right: 8px;
}
section.confirmation > div ul > li {
  margin-bottom: 8px;
}
.spinner .dot1,
.spinner .dot2 {
  background-color: #9BDEFB;
}
