body {
  background-color: #eee;
}

header {
  background-color: #fff;
  width: 100%;
  margin-bottom: 5rem;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

section {
  margin-bottom: 10px;
  width: 100%;
}

.wide-container {
  margin:auto;
}
.card{
  border-radius: 4px;
  border-bottom: 1px solid  rgb(0 0 0 / 16%);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.paymentBox {
  display: flex;
  flex-direction: column;
  height: 190px;
}

footer {
  margin-top:5rem;
  width: 100%;
}

.app-body {
  margin-bottom: 20px;
}

footer .copywrite{
  font-size:smaller;

}

.hasError {
  color: rgb(182, 22, 22);
}

.help-block {
  font-style: italic;
  color: rgb(181, 23, 23);
}

.formSection {
  margin: auto;
  padding:20px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.radius {
  border-radius: 4px;
}