html {
  font-size: 16px;
}
html * {
  box-sizing: border-box;
}
html .left {
  text-align: left;
}
html .center {
  text-align: center;
}
html .justify {
  text-align: justify;
}
html .mt-1 {
  margin-top: 0.5rem;
}
html .mt-2 {
  margin-top: 1rem;
}
html .mb-1 {
  margin-bottom: 0.5rem;
}
html .mb-2 {
  margin-bottom: 1rem;
}
html .d-none {
  display: none;
}
html .d-inline-block {
  display: inline-block;
}
html .d-block, html body .container {
  display: block;
}
html .ptr {
  cursor: pointer;
}
html body {
  font-family: -apple-system, "Helvetica Neue", Arial, Helvetica, sans-serif;
}
html body .container {
  border: 0.1rem solid #e8e8e8;
  border-radius: 0.5rem;
  padding: 2.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22rem;
}
html body .container #mandator-logo {
  max-width: 100%;
}
html body .container #error {
  color: #fff;
}
html body .container #error:not(:empty) {
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  padding: 1.5rem;
  background-color: #ff0060;
  border-radius: 0.5rem;
}
html body a.btn, html body button {
  border: 2px solid #e3e3e3;
  border-right-color: #979797;
  border-bottom-color: #979797;
  border-radius: 0.5rem;
  padding: 0.3rem;
  font-size: 1rem;
  cursor: pointer;
  width: 75%;
  background-color: #f0f0f0;
  color: #000;
  min-height: 2rem;
  margin-top: 0.25rem;
}
html body a.btn:hover, html body button:hover {
  background-color: #fefefe;
}
html body a.btn:active, html body button:active {
  border-color: #e3e3e3;
}
html body a.btn {
  display: inline-block;
  text-decoration: none;
}
html body ul {
  margin-bottom: 0;
}
html body form {
  text-align: left;
}
html body form label {
  display: inline-block;
}
html body form label, html body form input {
  margin-bottom: 0.15rem;
}
html body form input {
  padding: 0.25rem;
  border-radius: 0.25rem;
  display: block;
  width: 100%;
  font-size: 0.9rem;
}
html body form .row {
  margin-bottom: 0.75rem;
}
html body #platform a.jump {
  border: 0.1rem solid #e8e8e8;
  border-radius: 0.5rem;
  background-color: white;
  cursor: pointer;
  margin-bottom: 0.5rem;
  padding: 1rem;
  width: 100%;
  text-align: center;
  height: 5rem;
  line-height: 100%;
}
html body #platform a.jump img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
html body #platform a.jump:hover {
  background-color: #FFFFC0;
}
html body #token-info {
  display: inline-block;
  border-radius: 1rem;
  color: #fff;
  background-color: #000;
  height: 1rem;
  font-size: 0.8rem;
  width: 1rem;
  padding-left: 0.255rem;
  padding-top: 0.041rem;
}
html body .modal {
  display: none;
}
html body .modal .modal-dialog div.modal-header {
  display: block;
}
html body .modal .modal-dialog div.modal-header button.close {
  width: unset;
}
html body .modal .modal-dialog div.modal-header .modal-title {
  margin-top: 0;
  display: inline-block;
}

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