.app-lock {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  .title {
    margin-bottom: 8px;
  }
  img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .ant-input-group-wrapper {
    height: 40px;
  }
  .app-lock-content {
    z-index: 1;
  }
  .ant-input-search-button {
    padding: 0;
    border: 0;
    box-shadow: none;
    background-color: transparent;
  }
}
