/* here you can put your own css to customize and override the theme */

body[data-bs-lang=en] .lang-en-active {
  font-weight: bolder !important;
}

body[data-bs-lang=zh] .lang-zh-active {
  font-weight: bolder !important;
}

.ribbon-slanted {
  position: fixed;
  left: -70px;
  top: 10px;
  transform: rotate(-45deg);
  box-shadow: 0 0 10px #888;
  z-index: 999;
  background-color: #995f22;
  opacity: 0.8;
}
.ribbon-slanted span {
  display: block;
  border: 1px solid #eeeeee;
  margin: 2px;
  padding: 5px 40px;
  min-width: 200px;
  color: #ffffff;
  font: bold 20px Helvetica;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 5px #444;
}

.brand-name {
  font-size: 40px;
  font-weight: bold;
  color: #BE9E59;
}

.alert-danger {
  background-color: #FAEAE6;
}

.input-group-text a:hover {
  text-decoration: none;
}

.input-group .form-control:focus {
  z-index: 1;
}
.input-group .form-select:focus {
  z-index: 1;
}
.input-group .form-floating:focus-within {
  z-index: 1;
}

.otp-container {
  display: flex;
  justify-content: center;
}
.otp-container .otp-input {
  width: 40px;
  height: 40px;
  font-size: 24px;
  text-align: center;
  margin: 0 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/*# sourceMappingURL=login.css.map */
