.card i.bi-x2, .card h3 {
  font-size: 32px;
}
.card .card-body {
  display: grid;
  row-gap: 8px;
  justify-items: center;
}
.card .card-body form {
  display: flex;
  row-gap: 8px;
  justify-content: center;
  justify-items: center;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.card .card-body form input, .card .card-body form .iti {
  width: 100%;
}
.card .card-body form label {
  width: 100%;
}
.card .card-body form label input {
  width: 5%;
}

.iti--inline-dropdown {
  width: 100%;
}

/*# sourceMappingURL=profile.css-DlHDqR_.map */
