.ant-form-item-label > label.ant-form-item-required:before {
  content: unset;
}
.ant-input:focus {
  box-shadow: none;
  border-color: #666a6e;
}
.ant-input:hover {
  border-color: #666a6e;
}
.ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  box-shadow: none;
  color: #000;
}
.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  box-shadow: none;
  border-color: #666a6e;
}
.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus {
  box-shadow: none;
  border-color: #666a6e;
}
.ant-input-affix-wrapper-focused {
  box-shadow: none;
  border-color: #666a6e;
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #0037c4;
  border-color: #0037c4;
}
.ant-select-selector {
  border-color: #a6b4bf !important;
}
.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  box-shadow: none;
}
.ant-select {
  font-size: 15px;
}

