.logo {
  text-align: center;
}

.row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

.row .col-12 {
  position: relative;
  padding: .6rem;
  flex: 0 0 100%;
  width: 100%;
}

@media (min-width: 992px) {
  .row .col-md {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.custom-checkbox {
  display: block;
  width: 100%;
}

.custom-checkbox label {
  width: 100% !important;
  margin: 0;
  height: initial !important;
  width: initial !important;
  border: 4px solid #FFF;
  border-radius: 4px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: .32rem .64rem !important;
  min-height: 186px;
}

.custom-checkbox label span {
  display: block !important;
  text-align: center;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.custom-checkbox label span h2 {
  margin: 0;
  padding: .32rem .64rem;
}

.custom-checkbox input { display: none !important; }

.custom-checkbox input:checked + label {
  background-color: rgba(51, 255, 22, 0.36);
}

.fs-fields input {  
  padding: 1rem;
}
.fs-fields input:focus {
  background-color: #244258;
}

.fs-form-overview {
  padding: 2.5em 0 6em;
}

.fs-form-overview .container {
  max-width: 960px !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.fs-form-overview .fs-fields::before {
  content: attr(data-title);
}

.fs-continue::after {
  content: 'ou pressione ENTER'
}

.msg-box {
  background-color: #33ff165c;
  padding: 1rem;
  text-align: center;
  margin: 2.5rem 0;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  min-height: 256px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.16);
}

.msg-box h2 {
  margin: 0 0 1rem 0;
}

.actions {
  display: block;
  padding-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.actions .btn {
  background-color: #020202;
  color: #FFF;
  padding: .5rem 1rem;
  border-radius: 6px;
}
.actions .btn:hover {
  background-color:#212121;
  color: #FFF;
  text-decoration: none;
}

.actions .btn + .btn {
  margin-left: 1rem;
}