body {
  background: #f9f9f9;
  line-height: 1.0715;
  letter-spacing: 0.5px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
}

.body-container {
  width: 100vw;
  height: 100vh;
  display: grid;
  grid-template-rows: 1fr max-content;
}

a {
  color: #0B79D0;
}
a:hover {
  color: rgb(8.4383561644, 92.8219178082, 159.5616438356);
}

.content {
  display: grid;
  place-items: center;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 16px;
}

.footer {
  background-color: transparent;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin: 4px 0;
}
.footer a {
  color: #5C5C5C;
  text-decoration: none;
}
.footer > * {
  margin: 4px;
}

.company-logo {
  height: 18px;
  margin-bottom: 8px;
}

.welcome-page li {
  list-style: none;
  padding: 4px;
}

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0;
}

a.button:hover {
  text-decoration: none;
}

.button {
  cursor: pointer;
  border: 1px solid #c1c1c1;
  height: 40px;
  border-radius: 8px;
  background: transparent;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
  transition: 0.1s;
}
.button[disabled] {
  cursor: not-allowed;
}
.button.primary, .button.secondary {
  padding: 0 42px;
  outline: none;
  border: 0;
}
.button.secondary[disabled] {
  color: #bbb;
}
.button.primary {
  background: #0B79D0;
  color: #f9f9f9;
  fill: #f9f9f9;
}
.button.primary[disabled] {
  background: #bbb;
}
.button.primary:hover {
  background: rgb(8.4383561644, 92.8219178082, 159.5616438356);
}
.button.secondary {
  border: 1px solid #999999;
  color: #333333;
}
.button.secondary:hover {
  background: rgb(239.5, 239.5, 239.5);
}
.button.active {
  background: #D6D6D6;
}
.button.icon {
  font-size: 30px;
  padding: 0 12px;
}
.button.link {
  padding: 0;
}
.button div {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.button div img {
  margin-right: 8px;
}

.base-padding {
  padding: 16px;
}

.base-margin {
  margin: 16px;
}

.card {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.card-header {
  background: #ffffff;
  border-bottom: none;
  padding: 16px 32px;
}

.card-title {
  line-height: 1.0715;
  letter-spacing: 0.25px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  text-transform: none;
}

@media screen and (max-width: calc(576px - 1px)) {
  .card {
    width: 100vw !important;
    min-height: 90vh !important;
    border-radius: 0px;
  }
  .body-container {
    height: inherit;
  }
  .footer {
    flex-direction: column;
  }
}
.button-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.button-group > .button {
  margin-bottom: 8px;
}

.horizontal-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  line-height: 1.0715;
  letter-spacing: 0.25px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
  color: #999999;
}

.checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.checkbox input {
  margin-right: 8px;
}
.checkbox p,
.checkbox label {
  padding: 0;
  margin: 0;
}

.form-control:focus {
  box-shadow: none !important;
  border-color: #0092A9 !important;
}

.alert-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.0715;
  letter-spacing: 0.25px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
}

.text-sm {
  line-height: 1.0715;
  letter-spacing: 0.25px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
}

.form-control {
  border: none;
  border-bottom: 1px solid #dadce0;
  background-color: transparent;
  border-radius: 0;
  padding: 8px;
  margin-bottom: 16px;
}

.form-append-btn {
  width: 40px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: none;
  position: absolute;
  right: 8px;
  top: 4px;
  z-index: 10;
}
.form-append-btn:hover {
  text-decoration: none;
}

.language-switch {
  border: none;
  color: #5C5C5C;
  background-color: transparent;
}
.language-switch:hover {
  cursor: pointer;
}
.language-switch:focus-visible {
  outline: none;
}

/*# sourceMappingURL=site-style.css.map */
