html,
body {
  background: #fff !important;
  color: #111 !important;
}

body {
  margin: 0;
}

.container {
  max-width: 920px;
  min-height: auto !important;
  padding: 16px;
}

#registration-widget.registration-widget-embed {
  background: #fff;
  color: #111;
  font-family: inherit;
}

#registration-widget.registration-widget-embed .row {
  margin-left: -8px;
  margin-right: -8px;
}

#registration-widget.registration-widget-embed [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

#registration-widget.registration-widget-embed h2,
#registration-widget.registration-widget-embed h3,
#registration-widget.registration-widget-embed h4,
#registration-widget.registration-widget-embed h5,
#registration-widget.registration-widget-embed p,
#registration-widget.registration-widget-embed label,
#registration-widget.registration-widget-embed .list-group {
  color: #111 !important;
}

#registration-widget.registration-widget-embed .btn {
  border-radius: 8px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  box-shadow: none;
}

#registration-widget.registration-widget-embed .btn-primary,
#registration-widget.registration-widget-embed .btn-primary:hover,
#registration-widget.registration-widget-embed .btn-primary:active,
#registration-widget.registration-widget-embed .btn-primary:focus,
#registration-widget.registration-widget-embed .btn-success,
#registration-widget.registration-widget-embed .btn-success:hover,
#registration-widget.registration-widget-embed .btn-success:active,
#registration-widget.registration-widget-embed .btn-success:focus {
  background-color: #ff5a1f !important;
  border-color: #ff5a1f !important;
  color: #fff !important;
}

#registration-widget.registration-widget-embed .btn-outline-primary {
  background-color: #fff !important;
  border-color: #ff5a1f !important;
  color: #ff5a1f !important;
}

#registration-widget.registration-widget-embed .btn-outline-primary:hover,
#registration-widget.registration-widget-embed .btn-outline-primary:active,
#registration-widget.registration-widget-embed .btn-outline-primary:focus,
#registration-widget.registration-widget-embed .btn-outline-primary.active {
  background-color: #ff5a1f !important;
  border-color: #ff5a1f !important;
  color: #fff !important;
}

#registration-widget.registration-widget-embed .btn-secondary,
#registration-widget.registration-widget-embed .btn-secondary:hover,
#registration-widget.registration-widget-embed .btn-secondary:active,
#registration-widget.registration-widget-embed .btn-secondary:focus,
#registration-widget.registration-widget-embed .btn-danger,
#registration-widget.registration-widget-embed .btn-danger:hover,
#registration-widget.registration-widget-embed .btn-danger:active,
#registration-widget.registration-widget-embed .btn-danger:focus {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}
