.ui-text-elements {
  font-family: 'Inter', sans-serif;
  line-height: normal; }

body {
  font-family: "Inter", sans-serif;
  background-image: linear-gradient(182deg, #c2448b, #484baf), url(../img/generic/bg-navbar.png);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5); }

a.d-flex.flex-center.mb-4 img {
  filter: grayscale(100%) brightness(1000%) contrast(100%); }

ul li {
  list-style: none; }

input,
label,
select,
button {
  font-size: 12px !important;
  font-family: "Inter", sans-serif; }

input {
  border: solid 1px #D9E1E7;
  background-color: #ffffff; }
  input::placeholder {
    font-size: 12px; }

.btn {
  font-size: 12px; }

.btn-primary {
  font-family: "Inter", sans-serif;
  background-color: #DA3392 !important;
  border: solid 1px #DA3392 !important;
  color: #ffffff;
  font-weight: 600 !important;
  font-size: 12px !important;
  border-radius: 8px; }
  .btn-primary:hover {
    background-color: #e15ca8 !important;
    border: solid 1px #DA3392 !important; }

h5 {
  font-size: 22px; }

.form-control {
  font-size: 12px; }

form.form-signin input {
  width: 100%;
  padding: 5px 10px;
  border-radius: 8px; }

form.form-signin input:focus {
  outline: none; }

/*# sourceMappingURL=login.css.map */