
@use '../../style/default.scss' as *;

.yu-form-item-wrapper {
  input {
    border: 0px;
  }
}

.show-captcha-large {
  //height: 32px;
  //line-height: 0px;
  width: 140px;
  margin-right: 3px;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
}

.show-captcha-times-large {
  //height: 32px;
  width: 140px;
  margin-right: 3px;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
}

.show-captcha-medium {
  //height: 30px;
  width: 140px;
  margin-right: 2px;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
}

.show-captcha-times-medium {
  //height: 30px;
  //width: 140px;
  margin-right: 3px;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
}

.captcha-container {
  height: 170px;
  width: 250px;
  margin: 10px auto;

  .captcha-card {
    height: 50px;
    width: 100%;
    margin: 32px 0px;
    text-align: center;
  }

  .captcha-image {
    height: 50px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    text-align: center;
    cursor: pointer;
  }

  .captcha-input {
    .el-input__inner {
      height: 50px;
      font-size: 16px;
    }
  }
}

.icon-validate-code {
  margin-left: 4px;
}

.yu-form-item-large-wrapper, .yu-form-item-medium-wrapper {
  display: flex;
  align-items: center;

  .el-input__wrapper {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .el-input__inner {
    border: 0px;
  }

  .el-button {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
