html, body {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

main.calculator-wrapper {
  width: 100%;
  max-width: 1000px;
  padding: 15px;
  margin: auto;
  border: solid #ddd 1px;
  border-radius: 8px;
  background-color: #f5f5f5;
}

/* Inputs de dinero más anchos y alineados a la derecha */
.input-group .form-control {
  text-align: right;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
	font-size: 3.5rem;
  }
}