html, body {
  margin: 0;
  height: 100vh;
  font-family: 'Lato', sans-serif;
}

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background: linear-gradient(45deg, #306DB5, 80%, #86b0df);
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.main {
  min-height: 100vh;
  padding-top: 4.75rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-content: center;
}

.item {
  width: 100%;
  max-width: 37.5rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  padding: 0.625rem;
  margin: 1.25rem 0rem;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.item .item-header, .item .item-body, .item .item-footer {
  padding: .625rem;
}

.item .item-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.item .item-header h5 {
  text-align: center;
  margin-bottom: 1.563rem;
  color: #0d3c6b;
}

.item .item-body .input-group input {
  border-right: 0px;
}

.item .item-body .input-group button {
  border-left: 0px;
  --bs-btn-border-color: #ced4da!important;
  --bs-btn-padding-x: .5rem!important;
  --bs-btn-padding-y: 0rem!important;
  --bs-btn-font-size: 1.2rem!important;
}

.item .item-body .form-submit {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.item .item-body .form-submit button {
  --bs-btn-padding-x: 1.5rem!important;
}

.item .item-footer .form-actions {
  padding-top: 0.938rem;
  border-top: 1px solid #dee2e6;
}

#footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 5rem;
}

#footer .gg {
  font-weight: 600;
  color: #f29200;
  text-decoration: none;
}

#footer .company {
  font-size: 1.2rem;
  font-weight: 600;
  font-style: italic;
  margin-bottom: .5rem;
}

#footer ul {
  list-style-type: none;
  margin-bottom: 1.563rem;
  padding: 0rem;
}

#footer ul li {
  display: inline;
  padding: 0rem 0.625rem;
}