html {
  min-width: 300px; }

body {
  padding-top: 70px; }

#public-body {
  padding-top: 5px; }
  #public-body img {
    max-width: 90%; }

#iframe-preview {
  width: 600px;
  border: 1px solid #e0e0e0; }

.strong {
  font-weight: bold; }

pre {
  white-space: pre-line; }

#index {
  align-items: center;
  justify-content: center;
  text-align: center; }
  #index .logo {
    margin: 0 auto;
    margin-bottom: 15px;
    width: 35%;
    min-width: 150px;
    display: block; }
  #index .button {
    margin-top: 5px; }

#login {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px; }

#login-form {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto; }
  #login-form .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px; }
  #login-form .form-control:focus {
    z-index: 2; }

.form-control.is-valid {
  background-image: none; }

.form-control.is-valid {
  padding-right: .75em; }

@media (max-width: 767.98px) {
  #filter-form .form-group {
    width: 100%;
    margin-bottom: 5px; } }

.documents-table th {
  width: 20%; }

.navbar-toggler-icon {
  background-image: none !important; }
