html {
  background: #fff;
  color: #000;
}

html.bjpfg--variant-light * {
  outline-color: #6c2671;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: #6c2671;
}

html.bjpfg--variant-light .bjpfg-icon {
  color: #6c2671;
}

body button:not(.--link).--primary:not([disabled]) {
  color: #fff;
  font-weight: 600;
  background: #6c2671;
}

body button:not(.--link).--primary:not([disabled]):hover {
  color: #6c2671;
  font-weight: 600;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #6c2671;
}

body .bjpfg-tos__confirm {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

body button:not(.--link):not([disabled]):hover {
  -webkit-box-shadow: inset 0 0 0 1px #6c2671;
  background-color: #6c2671;
}

body .bjpfg-popover {
  border: 2px solid #6c2671;
}

body button:not(.--link) {
  color: #6c2671;
  font-weight: 600;
  background: #fff;
  background-image: none;
  -webkit-box-shadow: inset 0 0 0 1px #6c2671, inset 0 -1px 0 #6c2671;
  box-shadow: inset 0 0 0 1px #6c2671, inset 0 -1px 0 #6c2671;
}

body button:not(.--link):hover,
body button:not(.--link):not([disabled]):hover,
body button:not(.--link):hover .bjpfg-icon {
  color: #fff;
  background-image: none;
  background-color: #6c2671;
}

html.bjpfg--variant-dark button:not(.--link),
html.bjpfg--variant-dark .bjpfg-icon {
  color: #6c2671;
}

html.bjpfg--variant-dark button:not(.--link) {
  color: #6c2671;
  background: #fff;
}

html.bjpfg--variant-dark button:not(.--link):not([disabled]):hover {
  color: #fff;
  background-color: #6c2671;
}

html.bjpfg--variant-dark button:not(.--link):not([disabled]):hover .bjpfg-icon {
  color: #fff;
  background-color: #6c2671;
}

html.bjpfg--variant-dark button:not(.--link).--primary:not([disabled]),
html.bjpfg--variant-dark button:not(.--link).--success:not([disabled]) {
  color: #fff;
}

body .bjpfg-submit {
  background-color: #f5f5f5;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}

body input:not([type=checkbox]).--disabled,
body input:not([type=checkbox]):disabled,
body select.--disabled, select:disabled,
body textarea.--disabled,
body textarea:disabled,
body button:not(.--link).--disabled,
body button:not(.--link):disabled {
  background-color: #f5f5f5;
}