.form-control:disabled, .form-control[readonly] {
  background-color: #b7b7b7;
  color: #576798;
  cursor: not-allowed;
}