.nl-input-password-container {
  position: relative;
}
.nl-input-password-container input {
  padding-right: 30px;
}
.nl-input-password-container .ant-input-suffix {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.nl-input-password .ant-input {
  -webkit-text-security: disc !important;
}

.verification-code {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.verification-code img {
  width: 60%;
  height: 100%;
  cursor: pointer;
  border-bottom-left-radius: 21px !important;
  border-top-left-radius: 21px !important;
}
.verification-code input {
  width: 40%;
  height: 100%;
  font-size: 20px;
  border-style: none;
  padding-left: 10px !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.verification-code-normal {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.verification-code-normal img {
  width: 60%;
  height: 30px;
  cursor: pointer;
}
.verification-code-normal input {
  width: 40%;
  height: 30px;
  padding-left: 10px !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.extra-form-item .ant-form-item-label {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.extra-form-item .ant-form-item-label:hover {
  overflow: visible;
}
.extra-form-item .ant-form-item-label label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.extra-form-item .ant-form-item-label label:hover {
  width: max-content;
  text-overflow: unset;
  overflow: visible;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.login-icon-lock {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAPCAYAAADQ4S5JAAAAo0lEQVQokZ3PvQkCURAE4O/kEkHswUCuCc3EBmzGCsTY1NDI1MTERE6rsAdbOAP34ND38Gdggp2dYXaL/eGogzHWmMV8whK31tDrmCtccMYoeA6tak1lJ7AKbjraBv3QF68NM+y8Y4t56qQh7onAHYNU4Cv0UKOJucmw3dUlJii+LGj+OimFOviGMiV6nplELnCR+SsXmOYafn66jPrmkzFwfQCucx+spHzrPwAAAABJRU5ErkJggg==);
}

