body {
  background: url("/2021/assets/images/background-ahorring.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100%;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.button {
  background-color: #fa551e;
  border: 0;
  color: #fff;
  border-radius: 4px;
  padding: 6px 12px;
}
header {
  background:  none;
}
header a {
  background:  none;
}

.description-container {
    margin: 0 32px;
    color: #E73B2E;
    text-shadow: none;
}

.extra-letter{
    color: black;
}

.footer {
    padding-bottom: 16px;
}

.form-container > div {
    backdrop-filter: none;
}

.input span {
    text-shadow: none;
    color: black;
}

.check {
    text-shadow: none;
    color: black;
}

/* For ipad: */
@media (max-width: 991.98px) {

}

/* For iphone: */
@media (max-width: 767.98px) {

}
