html,
body {
  height: 100%;
}

body {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}

.error-page-wrap {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.error-page-wrap > div {
  margin: auto !important;
}

.form-signin-wrap {
  display: flex;
  align-items: center;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.comm-table {
  font-size: 0.8rem;
}


span.mdil-message-processing {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url("/static/images/message-processing.svg");
}

#navbarTop {
  font-size: 0.8rem;
}

.tc-container {
  font-size: 0.8rem;
}