 /*css bootstrap*/

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

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

/* -- END css bootstrap */
body {
  color: #80807f !important;
  line-height: 1.3 !important;
  background-image: url('../images/bg.jpg');
}

.card {
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
}

.card-text {
    font-size: 18px;
    padding: 15px 0px;;
    font-weight: bold;
}

.testo_check {
    font-size: 12px;
    font-weight: bold;
    color: #283583;
}

.card-body {
  padding: 3rem 1rem !important;
  min-height: 350px;
}

.margin-main {
  margin-bottom: auto;
  margin-top: auto;
}

.form-check {
  margin-bottom: 1rem !important;
}

.hide {
  display: none !important;
}

h5 {
  color: #283583;
  font-size: 1.4rem !important;
}

#intro h5, #download h5 {
  padding-top: 84px !important;
}

.btn-primary {
  background-color: #283583 !important;
  border-color: #283583 !important;
}
