html,
body {
  height: 100%;
}

.form-signin {
  max-width: 330px;
  padding: 1rem;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tooltip-inner {
  background: #FEF4DE !important;
  padding: 10px;
  max-width: 350px;
  border: 1px solid #000000;
  color: #000000;
  text-align: left;
}

.alert {
  color: #000000;
  border-width: 3px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 25px;
}

.alert-danger {
  border-color: red;
}

.alert-success {
  border-color: green;
}

.text-sg {
  color: #EF5C0A;
}

.bg-lightblue {
  background-color: #F0F6FF;
}

.nav-link:focus-visible,
.dropdown-toggle:focus-visible {
  outline: auto !important;
  box-shadow: none !important;
}

/* if the last interaction was a pointer, hide the focus ring */
body.using-pointer .nav-link:focus,
body.using-pointer .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* remove mobile tap highlight */
.navbar .nav-link {
  -webkit-tap-highlight-color: transparent;
}
.dropdown-toggle:focus:not(:focus-visible),
.nav-link:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
}