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 {
  display: flex;
    /* margin-bottom: 20px; */
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

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;
}

@media screen and (min-height: 1700px) {
  .app-body {
    height: 80vh;
  }
}