@import '../../style/themes/index.less';

@depot-prefix-cls: ~'@{depot-prefix}-login';

.@{depot-prefix-cls} {
  // display: flex;
  // width: 300px;
  // height: 200px;
  // position: absolute;
  // top: 0;
  // left: 0;
  // bottom: 0;
  // right: 0;
  // margin: auto;

  .input-icon {
    color: @text-color-description;
  }
  .login-form-button {
    width: 100%;
  }
}
