
.entitylist-filter-option-group .h4 {
    display: block !important;
    font-size: 12px !important;
    color: darkblue !important;
}

@media (min-width: 1024px) {
    .modal-lg {
        width: 80%;
    }
}
.modal-dialog.modal-lg .modal-content {
    display: flex;
    flex-direction: column;
    height: auto;
}
.modal-form .modal-body {
    flex-grow: 1;
    height: 90%;
}
.modal-form .modal-body iframe {
    height: 90vh;
    display: flex;
    position: relative;
}

a.nav-link[aria-label="Sign in"] {
  font-size: medium;
  height: 44px;
}

/* Only height for Sign in button */
#submit-signin-local {
  height: 44px;
}

/* Only height for Forgot password link */
a[title="Forgot your password?"] {
  height: 44px;
}

/* Font size + height for Register link */
a.nav-link[aria-label="Register"] {
  font-size: medium;
  height: 44px;
}

input[type="submit"][id="SubmitButton"][value="Register"] {
  height: 44px;
}

