/*
Please add this style sheet after all other styles sheet imports on the capita payment and login pages
This will make the inputs and buttons accesible in terms of colour contrast only
*/

textarea,
input,
select,
input.shaded-input {
  border: 1px solid black;
  box-shadow: none;
}
.secondary-button,
.primary-button {
  background-image: none;
  border: 1px solid black;
}
.secondary-button:hover,
.primary-button:hover {
  background-image: none !important;
  border: 1px solid black;
}
