index.less 1.03 KB
.title {
  font-size: 15px;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  margin-bottom: 25px;
}
.main {
  width: 100%;
  padding: 40px 25px;
  .ipticon {
    width: auto;
    height: 18px;
    margin-right: 11px;
  }
  
  :global(.ant-form-item) {
    height: 62px;
    margin-bottom: 0;
    input {
      font-size: 14px;
      padding-left: 3px;
    }
    input:-webkit-autofill,
    textarea:-webkit-autofill,
    select:-webkit-autofill {
      background-color: #fff !important;
      background-image: none;
    }
    input:-webkit-autofill:hover {
      background-color: #fff !important;
      -webkit-box-shadow: 0 0 0px 1000px white inset;
    }
    input:-webkit-autofill {
      background-color: #fff !important;
      -webkit-box-shadow: 0 0 0px 1000px white inset;
    }
    input:-webkit-autofill:focus {
      background-color: #fff !important;
      /* style code */
      -webkit-box-shadow: 0 0 0px 1000px white inset;
    }
  }
}

.loginbtn {
  letter-spacing: -1px;
  font-size: 15px;
  margin-top: 10px;
  height: 44px;
}