#authModalBg {
  width: 100%;
  height: 120%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  cursor: pointer;
}

.form-text.form-code input {
  width: 42px;
  text-align: center;
  padding: 13px 8px 13px;
}

a.disabled {
  background: #a0a0a0 !important;
  color: #fff !important;
}