<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background-color: #f3f4f6;
  color: #636363;
}
@media only screen and (max-width: 640px) {
  body {
    background-color: white;
  }
}
body .row {
  justify-content: center;
  margin: 0;
}
body .row .col-lg-4 {
  background-color: white;
  padding: 30px;
  border-radius: 5px;
  max-width: 420px;
  margin: 20px 0;
}
body .row .col-lg-4 .title {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
}
body .row .col-lg-4 .title img {
  max-width: 180px;
  align-self: center;
  padding-bottom: 1.3rem;
}
body .row .col-lg-4 .title h3 {
  align-self: center;
  font-style: italic;
  font-size: 1.2rem;
  font-weight: normal;
  color: #636363;
}
body .row .col-lg-4 .col-lg-12 {
  background-color: #fee2e2;
  border-radius: 4px;
  padding: 16px 15px 16px 20px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
body .row .col-lg-4 .col-lg-12 .text-danger {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.1rem;
  align-self: center;
}
body .row .col-lg-4 .col-lg-12 label {
  margin: 0px;
}
body .row .col-lg-4 .col-lg-12 label svg {
  fill: #dc3545;
}
body .row .col-lg-4 .relative {
  position: relative;
}
body .row .col-lg-4 .relative .absolute-icon {
  position: absolute;
  top: 0.25rem;
  right: 1rem;
}
body .row .col-lg-4 .relative .show {
  display: none;
}
body .row .col-lg-4 .relative label {
  margin: 0;
}
body .row .col-lg-4 .relative label svg {
  fill: #6D6D6D;
}
body .row .col-lg-4 button {
  width: 100%;
  background-color: #608EB4;
  border: #608EB4;
  padding: 10px;
}
body .row .col-lg-4 button:hover {
  background-color: #608EBf;
  border: #608EBf;
}
body .row .col-lg-4 button:active {
  background-color: #608EBf !important;
  border: #608EBf;
}
body .row .col-lg-4 .divider {
  display: flex;
  flex-direction: row;
  margin: 16px 0;
  align-items: center;
  justify-content: space-between;
}
body .row .col-lg-4 .divider .line {
  height: 2px;
  background-color: #f3f4f6;
  width: 45%;
}
body .row .col-lg-4 .divider p {
  margin: 0;
}
body .row .col-lg-4 .contact {
  text-align: center;
}
body .row .col-lg-4 .contact a {
  color: #608EB4;
  text-decoration: underline;
}
body .row .col-lg-4 .contact a:hover {
  color: #8AACC8;
  text-decoration: none;
}
body .row .col-lg-4 .contact a:active {
  color: #8AACC8 !important;
  text-decoration: none !important;
}

/*# sourceMappingURL=login.css.map */
</pre></body></html>