/* noscript */

.no-js {
  display: block;
  text-align: center;
}
.js-enabled {
  display: none;
}
.js .no-js {
  display: none;
}
.js .js-enabled {
  display: block;
}

input:autofill {
  background: #fff; /* or any other */
}

.bs-bug {
  /* Bootstrap bug fix for a with .btn */
  padding: 0.8rem;
}

.bw90 {
  /* button-width */
  width: 90px;
}

.pk-link {
  margin-left: 5px;
  font-size: 13px;
  border: none;
  background: none;
  text-decoration: none;
  cursor: pointer;
  display: inline;
}

.no-pk {
  font-size: 14px;
  color: #999;
  margin-top: 1rem;
}

.pk-add {  /* passkey capable? */
  display: none;
}

.pk-list {
  margin-top: 1rem;
}

.pk-item-ico {
  position: absolute;
  padding: 0.2rem;
  right:.2rem;
  top: 5px;
}

.pk-name {
  padding-left: .3rem;
  width: 250px !important;
  display: inline !important;
}

input.pk-name {
  border:0px;
}

.pk-ico-delete {
  cursor: pointer;
}

.pk-ico-delete:hover {
  color: #dc3545 !important;
}

.pk-item {
  position: relative;
  margin-top: .3rem;
  padding: .2rem 0.2rem 0.2rem 0.4rem;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

/*input:-moz-autofill,
input:-moz-autofill:hover,
input:-moz-autofill:focus,
input:-moz-autofill:active,*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000000s ease-in-out 0s !important;
}

.input-err-border {
  border-color: #dc3545 !important;
}

header {
  margin-top: 65px;
}

a {
  text-decoration: none;
}
footer {
  margin-top: 65px;
  margin-bottom: 24px;
}
.title {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

.message-badge {
  font-size: 24px;
}

.form-signin {
  max-width: 320px;
  padding-top: 120px;
}

#password-div {
  margin-top: 15px;
}

.password-forgot {
  padding-top: 25px;
  padding-left: 10px;
  margin-bottom: 4px;
  font-size: 13px;
}

#login1,
#login2 {
  margin-top: 25px;
}
.err {
  color: #dc3545;
  padding-left: 10px;
  font-size: 12px;
}

.reg-error {
  text-align: center;
  background-color: #dc3545;
  padding: 10px;
}

.reg-success {
  text-align: center;
  background-color: #28a745;
  padding: 10px;
}

.hidden {
  display: none;
}

.form-control:focus {
  box-shadow: 0 0 0 0.1rem rgba(13, 110, 253, 0.25) !important;
}

.btn {
  height: 52px;
}

.input-as-link {
  border: none;
  background: none;
  text-decoration: none;
  cursor: pointer;
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.success-msg {
  color: #fff;
  background-color: #28a745;
  font-size: 13px;
  padding: 8px;
  text-align: center;
}

.toggle-password {
  color: #989898;
  font-size: 1rem;
  margin-left: 6px;
  pointer-events: visible !important;
  cursor: pointer !important;
}

.info-text {
  margin-top: 25px;
  margin-bottom: 0px;
  font-size: 14px;
  text-align: center;
}

.tiny {
  font-size: 13px !important;
}

img {
  transform: rotate(10deg);
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
}

.auth-divider {
  border: 0;
  line-height: 1em;
  position: relative;
  text-align: center;
  height: 1.5em;
  font-size: 14px;
  margin: 30px 0px;
  opacity: 1;
}

.captcha-tip {
  font-weight: bold;
  color: green;
}
.radio-toolbar {
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
.radio-toolbar input[type="radio"] {
  display: none;
}
.radio-toolbar label {
  cursor: pointer;
  padding: 14px 16px;
  font-family: sans-serif, Arial;
  font-size: 20px;
  width: 53px;
  height: 53px;
}
.radio-toolbar label:hover {
  background-color: green;
  color: #fff;
}
.radio-toolbar input[type="radio"]:checked + label {
  background-color: green;
  color: #fff;
}

.auth-divider::after {
  content: attr(data-content);
  position: relative;
  padding: 0 7px;
  line-height: 1.5em;
  color: #777;
  background-color: #f8f9fa;
}
.auth-divider::before {
  content: "";
  background: linear-gradient(to right, #ddd, #777, #ddd);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}

#mobile {
  margin-top: 15px;
}

.signup-tip {
  color: rgb(111, 111, 111);
  padding-left: 10px;
  font-size: 12px;
}
