a {
  text-decoration: none;
}
.LoginContainer {
  padding: 20px;
  width: 400px;
  margin: 0 auto;
}
.input-field label.active {
  top: 0;
  left: -10px;
}
.LoginContainer .card-content {
  margin-top: 30px;
}
.LoginContainer .helix-flex-row .btn {
  margin-left: 0px;
}
.c-card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--Teal90);
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4,
.h4 {
  font-size: 18px;
}

label {
  margin-bottom: 5px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.dropdown-menu > li > a {
  font-size: 14px;
  color: #333;
  white-space: nowrap;
}

/* unset the border top, left, right color for the active tab, keep the bottom color */
.nav-tabs .nav-link.active {
  border-top: none;
  border-left: none;
  border-right: none;
}

.form-check {
  padding-left: 0;
}

.accordion {
  --bs-accordion-border-color: transparent;
}

.nav-tabs {
  --bs-nav-tabs-border-width: unset;
}

.popover-body {
  padding: 9px 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background-color: var(--MG90);
  color: #fff;
}

.popover-arrow::after {
  border-top-color: var(--MG90) !important;
  border-bottom-color: var(--MG90) !important;
}

.popover-body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  font-size: 14px;
}
