.pisell-lowcode__login-wrap {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;

  // flex-direction: column;
  .pisell-lowcode__field-style {
    border-radius: 25px;
    height: 50px !important;
    width: 100%;
  }

  .pisell-lowcode__login-input {
    padding: 0 20px;
  }

  .pisell-lowcode__login-title {
    font-size: 36px;
    margin-bottom: 69px;
    color: #272b2e;
    font-weight: bold;
    justify-content: center;
  }

  .pisell-lowcode__forgot-password {
    text-align: center;
    margin-bottom: 20px;
  }

  .pisell-lowcode__login-button {}
}