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

.@{prefix-cls}-login {
  & {
    width: 368px;
    margin: 0 auto;
    padding: 110px 0 144px 0;

    &-top {
      text-align: center;
    }
    
    &-header {
      display: flex;
      flex-direction: column;
      justify-content: center;
      a {
        text-decoration: none;
      }
      margin-bottom: 40px;
    }

    &-title {
      font-size: 33px;
      color: @heading-color;
      font-family: 'Myriad Pro', 'Helvetica Neue', Arial, Helvetica, sans-serif;
      font-weight: 600;
      position: relative;
      top: 2px;
    }
  
    .tabs {
      padding: 0 2px;
      margin: 0 -2px;
      :global {
        .ant-tabs-tab {
          font-size: 16px;
          line-height: 24px;
        }
        .ant-input-affix-wrapper .ant-input:not(:first-child) {
          padding-left: 34px;
        }
      }
    }
  
    .ant-tabs .ant-tabs-bar {
      border-bottom: 0;
      margin-bottom: 24px;
      text-align: center;
    }

    .ant-form-item {
      margin-bottom: 24px;
    }
  
    .prefixIcon {
      font-size: @font-size-base;
      color: @disabled-color;
    }
  
    .getCaptcha {
      display: block;
      width: 100%;
    }
  
    .additional {
      text-align: left;
  
      .forgot {
        float: right;
      }
  
      .submit {
        width: 100%;
        margin-top: 24px;
      }
  
      .ant-form-item-control {
        line-height: 22px;
      }
    }
  
    .iconAlipay, .iconTaobao, .iconWeibo {
      display: inline-block;
      width: 24px;
      height: 24px;
      background: url('https://gw.alipayobjects.com/zos/rmsportal/itDzjUnkelhQNsycranf.svg');
      margin-left: 16px;
      vertical-align: middle;
      cursor: pointer;
    }
  
    .iconAlipay {
      background-position: -24px 0;
  
      &:hover {
        background-position: 0 0;
      }
    }
  
    .iconTaobao {
      background-position: -24px -24px;
  
      &:hover {
        background-position: 0 -24px;
      }
    }
  
    .iconWeibo {
      background-position: -24px -48px;
  
      &:hover {
        background-position: 0 -48px;
      }
    }
  
    .other {
      text-align: left;
      margin-top: 24px;
      line-height: 22px;
  
      .register {
        float: right;
      }
    }
  }  
}


