/**
 * @file
 * Visual styles for Bootstrap Barrio's form components.
 * ANS: Customized
 */

.form-required::after {
  content: '';
  vertical-align: super;
  display: inline-block;
  background-image: url(/themes/contrib/bootstrap_barrio/images/required.svg);
  background-repeat: no-repeat;
  background-size: 7px 7px;
  width: 7px;
  height: 7px;
  margin: 0 0.3em;
}

form .form-actions {
  align-self: flex-end;
}

form .filter-wrapper {
  padding-left: 0;
  padding-right: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}

form .form-type-textarea {
  margin-bottom: 0;
}

/* Bootstrap overrides */

.form-control {
  border-radius: 0;
  line-height: 1.0;
}

ul.list-group {
  border-radius: 0;
}

ul.list-group li {
  padding: 4px 8px;
  border: none;
  background-color: transparent;
}

.text-muted ul.list-group li {
  color: #6c757d!important
}

.create-account-link,
.request-password-link {
  font-size: 0.8rem;
}

summary,
label {
  color:#5085AA;
  margin-bottom: 4px;
}