@import "~antd/lib/style/themes/default.less";

.main {
  width: 368px;
  margin: 0 auto;

  .tabs {
    padding: 0 2px;
    margin: 0 -2px;
    :global {
      .ant-tabs-tab {
        font-size: 16px;
        line-height: 24px;
        height: 0px;
        overflow:hidden;
        padding: 0px;
      }
      .ant-input-affix-wrapper .ant-input:not(:first-child) {
        padding-left: 34px;
      }
      .ant-tabs-ink-bar{
        opacity:0;
        height: 0px;
        overflow:hidden;
      }
    }
  }
  :global {
    .ant-tabs .ant-tabs-bar {
      border-bottom: 0;
      margin-bottom: 24px;
      text-align: center;
    }

    .ant-form-item {
      margin-bottom: 24px;
    }
    .ant-input-affix-wrapper{
      input{
        background:none;
        border:none;
        border-bottom:1px solid #fff;
        color:#fff;
      }
      input::placeholder{
        color:#4d4a4a;
        font-size: 16px;
      }
    }
    .ant-select-lg{
      .ant-select-selection--single{
        background: none;
        border: none;
        border-bottom: 1px solid #fff;
        color: #fff;
      }
      .ant-select-arrow{
        color: #fff;
      }
      .ant-select-selection__placeholder{
        color:#4d4a4a;
        font-size: 16px;
        text-indent: 24px;
      }
      .ant-select-selection-selected-value{
        text-indent: 24px;
      }
    }
    .anticon:before{
      color:#fff;
    }
    .iconfont,.ant-alert-message{
      color:#fff;
    }
    .ant-alert-error{
      background: #ff6d65;
    }
  }

  .prefixIcon {
    font-size: @font-size-base;
    color: @disabled-color;
  }

  .getCaptcha {
    display: block;
    width: 100%;
  }

  .submit {
    width: 100%;
    margin-top: 24px;
  }
}
