body {
  background-image: url("https://www.softchoice.com/assets/img/login-pattern.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #07070A;
}

.bs-button:not([data-text]) {
  box-shadow: inset 0 0 0 1px rgb(28, 20, 99);
  background-color: rgb(28, 20, 99) !important;
  color: white !important;
}

.bs-button:disabled {
  background-color: rgb(28, 20, 99) !important;
  opacity: 0.5 !important;
  color: white !important;
}

.bs-button[data-text] {
  background-color: transparent !important;
  color: rgb(28, 20, 99) !important;
}

.bs-button[data-text]:hover {
  background-color: transparent !important;
  color: rgb(28, 20, 99) !important;
  opacity: 0.8 !important;
}

.bs-button:hover {
  background-color: rgb(28, 20, 99) !important;
  opacity: 0.8 !important;
}

.text-ink-blue,
.bs-text-ink-blue {
  color: rgb(28, 20, 99) !important;
}

.wrapper {
  background-color: white;
  width: 600px !important;
  padding: 48px;
  margin-top: 48px;
  border-radius: 8px;
}

@media (max-width: 640px) {
  .wrapper {
    width: 100% !important;
    border-radius: 0;
    margin-top: 0;
  }
}

.disclaimer {
  color: white !important;
}

.disclaimer-link {
  color: #f05523 !important;
}

footer div.text-sm.text-ink-light.text-center {
  color: white !important;
}

.page-title {
  font-size: 1.75rem !important;
}
