.env-badge {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background: #e91e63;
  color: #fff;
  padding: 4px;
  width: 110px;
  text-align: center;
  transform: rotate(314deg);
  margin: 5px 0 0 -35px;
}

.env-badge--dark {
  color: #000;
}

.bgposter-a {
  background-color: #a4cfab;
}

.dn {
  display: none !important;
}

.text-success-inline {
  color: #008000;
}

.text-error-inline {
  color: #ff0000;
  font-size: 0.75rem;
}

.bto-lgn {
  padding: 12px 24px !important;
  height: unset !important;
  font-size: 1rem !important;
}

.fncsize {
  background-size: 1.125rem !important;
}

.forgot-pass-tc {
  color: #0066cc !important;
}

.lg-pad1424 {
  padding: 14px 24px !important;
}

.client-edit__actions {
  margin-top: 60px;
}

.btn-generate-secret {
  position: absolute;
  top: 170px;
}
.no-number-spin::-webkit-inner-spin-button,
.no-number-spin::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

.uppercase {
  text-transform: uppercase !important;
}

.badge-username {
  background-color: #c5d9e8;
  color: #000;
  padding: 8px;
  border-radius: 10px;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}


.lockout {
    padding: 10px;
    background: #ffe5e5;
    border: 1px solid #ffaaaa;
    color: #c00;
    margin-top: 10px;
}