/* Copyright (c) 2024 Shanghai United Imaging Meta Healthcare Co., Ltd. */
.titleImg {
  line-height: 25px;
}

.titleText {
  height: 31px;
  font-size: 24px;
  font-family: MicrosoftYaHei;
  color: #1F2127;
  margin-top: 28px;
  text-align: center;
}

input.disabled {
    background-color: #F7F8FA !important;
}

button.disabled {
    opacity: 0.5 !important;
}

.fetchcodeLabel {
  text-align: left;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #5C6280;
  margin-top: 20px;
}

.fetchCodeErrorTip {
  display: none;
  position: relative !important;
  overflow: hidden;
  width: 360px;
  height: 52px;
  border-radius: 2px;
  background-color: #FDEFEE;
  top: 0px !important;
  left: 0px !important;
}

#accountImg {
  position:absolute;
  top: 10px;
  left:12px;
  width:16px;
  height:16px;
}

#registerUserName {
  box-sizing: border-box;
  height: 40px;
  width: 360px;
  padding-left:40px;
  border: 1px solid #DADCE6;
  font-size: 14px;
  border-radius: 2px;
}

.codeLabel {
  margin-top: 20px;
  text-align: left;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #5C6280;
}

#errorTipCaptcha {
  display: none;
  position: relative;
  overflow: hidden;
  width: 360px;
  height: 52px;
  margin-top: 20px;
  border-radius: 2px;
  background-color: #FDEFEE;
}

.errorTipImg {
  width: 20px;
  position: absolute;
  top: 16px;
  left: 20px;
}

.errTextWrapper {
  position: absolute;
  display: table;
  left: 60px;
  height: 52px;
  width: 280px;
}

.errorText {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  line-height: 22px;
  color: #3D404D;
  /* word-break: break-all; */
}

#forgetPasswordCode {
  float: left;
  box-sizing: border-box;
  height: 40px;
  width: 360px;
  padding-left:40px;
  padding-right:115px;
  border: 1px solid #DADCE6;
  font-size: 14px;
  border-radius: 2px;
}

.codeErrorHeight {
  width: 360px;
  height: 60px;
  margin-top: 20px;
}

.codeWrapper {
  position: relative;
  margin-top: 5px;
  height: 40px;
}

.codeImg {
  position:absolute;
  top: 13px;
  left:12px;
  width:16px;
  height:16px;
}

#codeButton {
  cursor: pointer;
  opacity: 1;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 113px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  padding: auto 4px auto 4px;
  text-align: center ;
  height: 40px;
  background-color: #5063C2;
  color:#ffffff;
  border:1px  solid #5063C2;
  border-radius: 2px;
}

#nextButton {
  margin-top: 44px;
  cursor: pointer;
  width: 360px;
  height: 40px;
  background-color:  #5063C2;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color:#ffff;
  border:0;
  border-radius: 2px;
}

#backLogin {
  margin-top: 28px;
  padding-left: 0px;
  padding-right: 0px;
  width: 360px;
  height: 40px;
  color:#5063C2;
  cursor: pointer;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #5063C2;
  outline:none;
  background-color: inherit;
  background: rgba(95,117,230,0.05);
  border: 1px solid rgba(143,153,204,0.50);
  border-radius: 2px;
  border-radius: 2px;
}