#erp-login .login-box {
  background: #bbcce0;
  width: 420px;
  padding: 30px 35px;
}


#erp-login  .ant-input {
  height: 42px;
  color: #242424;
  padding-left: 80px;
  background-color: #eaeff4;
}

#erp-login  .ant-input-affix-wrapper .ant-input-prefix {
  left: 20px;
}

#erp-login  ::-webkit-input-placeholder { /* WebKit browsers */
  color: #242424;
}

#erp-login ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #242424;
}

#erp-login  :-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #242424;
}


#erp-login .operator-box {
  margin: 0;
}

#erp-login .login-btn {
  background: #003c97;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 5px;
}
