.bocss-input__group .bocss-input__error {
  border: 1px solid rgb(231, 111, 81);
  box-shadow: 0 0 4px rgb(231, 111, 81);
}

.bocss-input__group .bocss-input__text-error {
  color: rgb(231, 111, 81);
}

.bocss-input__group input:disabled {
  background-color: #efefef;
}

html[data-theme='dark'] .bocss-input__group input:disabled {
  background-color: #2c2c2c;
}
