@charset "UTF-8";
.cert-page-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 100%;
  padding: 32px 15px 16px;
}
.cert-page-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 0 24px;
}
.cert-page-body > .logo {
  width: 100%;
  text-align: center;
  margin: 0 0 48px;
}
.cert-page-body > .logo > img {
  max-width: 150px;
  width: 100%;
  height: auto;
}
.cert-page-body > h1 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.cert-page-body .certificates-list {
  width: 100%;
  max-width: 520px;
  max-height: 520px;
  overflow: auto;
  border-radius: 6px;
  background: #ffffff;
  padding: 16px 16px 0;
  margin: 0 0 24px;
}
.cert-page-body .certificates-list > a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 0 28px;
  margin: 0 0 16px;
}
.cert-page-body .certificates-list > a:before {
  content: "›";
  position: absolute;
  left: 0;
  top: 3px;
  display: flex;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #2b9de3;
  line-height: 15px;
  font-size: 20px;
  color: #ffffff;
}
.cert-page-body .certificate-search-form {
  width: 100%;
  max-width: 520px;
  border: 1px solid #333333;
  border-radius: 6px;
  padding: 16px;
}
.cert-page-footer {
  width: 100%;
  text-align: center;
}
.cert-page-footer > p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.cert-page-footer > p:last-child {
  font-size: 13px;
}

/*# sourceMappingURL=public_certs.css.map */
