/* === GRUPO FINANCEIRO BPI - LOAN FORM === */

#loan-form {
  position: relative;
  padding: 80px 0;
  color: #fff;
}

.form-bg {
  position: absolute;
  inset: 0;
  background: url("../img/form-bg.jpg") center/cover no-repeat;
  filter: brightness(0.4);
  z-index: 0;
}

.form-wrapper {
  position: relative;
  z-index: 2;
  background: rgba(0,0,0,0.7);
  padding: 40px;
  border-radius: 15px;
}

#loan-form h2,
#loan-form p,
#loan-form label {
  color: #fff;
}

#loan-form input,
#loan-form textarea,
#loan-form select {
  border-radius: 6px;
}