.irc > form {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .25);
  user-select: none;
}

.irc > form:before {
  height: 50px;
}

.formItem > .label {
  padding-bottom: 5px;
}

.irc-box:not(.showCaptcha) > .formItem:first-child {
  padding-top: 50px;
}

.irc-box:not(.showCaptcha) > .formItem:last-child {
  padding-top: 20px;
}

.irc-box:not(.showCaptcha) > .formItem.captcha {
  display: none;
}

.irc-box.showCaptcha > .formItem {
  padding: 5px 0;
}

.inputBox .fa {
  position: absolute;
  top: 0;
  left: 0;
  padding: 13px 0 0 10px;
  width: 20px;
  line-height: 24px;
  color: #999;
  text-align: center;
}

.inputBox .input {
  padding-left: 36px;
}

.inputBox .captcha {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 50px;
  box-shadow: inset 0 0 1px 1px #eee;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center right;
  border-radius: 0 4px 4px 0;
}

.inputBox .captcha:hover {
  box-shadow: inset 0 0 2px 1px #999;
}

.inputBox .captcha:active {
  box-shadow: inset 0 0 5px 1px #999;
}

.button.prev:not(:disabled) {
  border: 1px solid #999;
}

.button.next {
  padding: 10px;
  min-width: 40%;
  font-size: 16px;
  color: #fff;
  background-color: #333;
}

.button.next:disabled {
  background-color: #999;
}

.onlyView,
.btn-spin {
  color: #999;
  text-decoration: none;
}

.btn-spin .fa {
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-spin:hover {
  color: #0d6efd;
  cursor: pointer;
}

.btn-spin:hover .fa {
  transform: rotate(90deg);
}

.btn-spin:active .fa {
  transform: rotate(180deg);
}

.licenseTip.unionId > .onlyView,
.licenseTip:not(.unionId) > .refresh {
  display: none;
}