.c-button {
  
}

.c-alert {
  color: #000000;
  background: #E6E7E7;
}

.c-input--text {
  border: 1px solid #000000;
  border-radius: 0;
}

button:focus {
  outline:0;
}
.c-button--primary {
  background: #F6921D;
}
.c-button--primary:hover {
  background: #FF6600;
}