.tis-blue {
  background-color: #1a3c64 !important; }

.tis-blue-text {
  color: #1a3c64 !important; }

.tis-blue.lighten-5 {
  background-color: #3479c9 !important; }

.tis-blue-text.text-lighten-5 {
  color: #3479c9 !important; }

.tis-blue.lighten-4 {
  background-color: #2f6db5 !important; }

.tis-blue-text.text-lighten-4 {
  color: #2f6db5 !important; }

.tis-blue.lighten-3 {
  background-color: #2a60a1 !important; }

.tis-blue-text.text-lighten-3 {
  color: #2a60a1 !important; }

.tis-blue.lighten-2 {
  background-color: #25548c !important; }

.tis-blue-text.text-lighten-2 {
  color: #25548c !important; }

.tis-blue.lighten-1 {
  background-color: #1f4878 !important; }

.tis-blue-text.text-lighten-1 {
  color: #1f4878 !important; }

.tis-blue.darken-1 {
  background-color: #153050 !important; }

.tis-blue-text.text-darken-1 {
  color: #153050 !important; }

.tis-blue.darken-2 {
  background-color: #0f243c !important; }

.tis-blue-text.text-darken-2 {
  color: #0f243c !important; }

.tis-blue.darken-3 {
  background-color: #0a1827 !important; }

.tis-blue-text.text-darken-3 {
  color: #0a1827 !important; }

.tis-blue.darken-4 {
  background-color: #050b13 !important; }

.tis-blue-text.text-darken-4 {
  color: #050b13 !important; }

.tis-blue.accent-1 {
  background-color: #84b340 !important; }

.tis-blue-text.text-accent-1 {
  color: #84b340 !important; }

.tis-blue.accent-2 {
  background-color: #1fa0b0 !important; }

.tis-blue-text.text-accent-2 {
  color: #1fa0b0 !important; }

.tis-blue.accent-3 {
  background-color: #4d4d4f !important; }

.tis-blue-text.text-accent-3 {
  color: #4d4d4f !important; }

.tis-blue.accent-4 {
  background-color: #a1a3a6 !important; }

.tis-blue-text.text-accent-4 {
  color: #a1a3a6 !important; }

body {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

body.login-page,
body.error-page {
  background: url("/iam-server/img/login-background.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/login-background.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/login-background.png', sizingMethod='scale')"; }

.tis-logo {
  display: block;
  width: 67px;
  height: 48px;
  position: absolute;
  top: 24px;
  left: 24px;
  background: url("/iam-server/img/tis-logo.svg"); }

main {
  margin-top: 96px;
  margin-bottom: 3rem; }

.bg-tis-blue {
  background: #1a3c64; }

.tis-text-success {
  color: #84b340; }

.tis-text-warn {
  color: #f57c00; }

.tis-text-info {
  color: #1fa0b0; }

.tis-text-grey {
  color: #4d4d4f; }

.tis-text-light-grey {
  color: #4d4d4f; }

.tis-text-policy {
  color: #1f2f3f; }

.tis-text-policy h1 {
  font-size: 2em; }

.tis-text-policy h2 {
  font-size: 1.5em; }

.tis-text-policy h3 {
  font-size: 1.2em; }

.tis-text-policy ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0; }

.tis-text-policy ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em; }

.tis-text-policy ol > li:before {
  content: counters(item,".") ". ";
  display: table-cell;
  padding-right: 0.6em; }

.tis-text-policy li ol > li {
  margin: 0; }

.tis-text-policy li ol > li:before {
  content: counters(item,".") " "; }

.tis-text-policy ul {
  padding: 0;
  list-style-position: inside; }

.tis-text-policy ul > li {
  list-style-type: disc; }

.tis-text-policy li ul > li {
  padding-left: 20px; }

.change-form {
  margin: 0.5em; }

.login-box, .error-box, .info-box {
  display: block;
  padding: 32px 15px 0px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  max-width: 400px; }

.login-box.large, .error-box.large, .info-box.large {
  max-width: 500px; }

.login-box.xlarge, .error-box.xlarge, .info-box.xlarge {
  max-width: 650px; }

.login-registration-box {
  display: block;
  padding: 32px 15px 0px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  max-width: 600px; }

.policy-box {
  display: block;
  padding: 32px 15px 0px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  max-width: 1000px; }

.login-title {
  margin-bottom: 2rem; }

.login-title, .error-title > img {
  margin-right: 10px; }

.login-title, .error-title > h4 {
  vertical-align: middle; }

.card {
  border-radius: 8px !important; }

.nav-text {
  padding: 0 15px; }

button.nav-btn {
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  background: inherit;
  height: 64px;
  line-height: 64px;
  font-size: 1rem;
  color: #fff;
  display: block;
  margin: 0;
  padding: 0 15px;
  cursor: pointer;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

button.nav-btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.nav-btn i {
  line-height: inherited; }

.nav-mobile li:active a {
  border-bottom: 3px solid #84b340; }

nav.tis-blue {
  line-height: 60px; }

nav .brand-logo.tis {
  background-image: url("/iam-server/img/tis-logo.png");
  background-repeat: no-repeat;
  background-size: 60px;
  margin-top: 8px;
  margin-bottom: 5px;
  margin-left: 10px;
  padding-left: 80px; }

.breadcrumb.inherited-color:before {
  color: inherit; }

.btn-flat.tis-btn {
  color: #1a3c64;
  cursor: pointer;
  border-left: 2px solid transparent;
  padding: 0 0 0 2px;
  margin: 0; }

.btn-flat.tis-btn:hover,
.btn-flat.tis-btn:focus {
  border-left: 2px solid #84b340; }

.btn.tis-btn,
.btn-large.tis-btn,
.btn-small.tis-btn {
  border-radius: 8px;
  background-color: #1a3c64;
  background: linear-gradient(249.27deg, #9DC266 7.78%, #4CB3C0 92.22%);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.24); }

.btn.tis-btn:hover,
.btn-large.tis-btn:hover,
.btn-small.tis-btn:hover {
  background-image: linear-gradient(to right, #fff 45%, #fff);
  color: #1a3c64; }

.btn.tis-btn:focus,
.btn-large.tis-btn:focus,
.btn-small.tis-btn:focus {
  background-image: linear-gradient(to right, #fff 45%, #fff);
  color: #1a3c64; }

.btn.tis-btn-secondary,
.btn-large.tis-btn-secondary,
.btn-small.tis-btn-secondary {
  border-radius: 8px;
  background-color: #f5f5f5;
  color: #000000; }

.btn.tis-btn-secondary:hover,
.btn-large.tis-btn-secondary:hover,
.btn-small.tis-btn-secondary:hover {
  background-color: #e0e0e0; }

.btn.tis-btn-secondary:focus,
.btn-large.tis-btn-secondary:focus,
.btn-small.tis-btn-secondary:focus {
  background-color: #e0e0e0; }

.input-field input[type=password]:focus + label,
.input-field input[type=text]:focus + label {
  color: #1a3c64 !important; }

.tis-input.input-field input[type=password]:focus,
.tis-input.input-field input[type=text]:focus {
  border-bottom: 1px solid #1a3c64;
  box-shadow: 0 1px 0 0 #1a3c64; }

.tis-input.input-field input[type=password].valid,
.tis-input.input-field input[type=text].valid {
  border-bottom: 1px solid #84b340;
  box-shadow: 0 1px 0 0 #84b340; }

.tis-input.input-field input[type=password].invalid,
.tis-input.input-field input[type=text].invalid {
  border-bottom: 1px solid #f57c00;
  box-shadow: 0 1px 0 0 #f57c00; }

.tis-input.input-field .prefix.active {
  color: #1a3c64; }

.tis-input input[type="checkbox"]:checked + span:not(.lever):before {
  border-right: 2px solid #1a3c64;
  border-bottom: 2px solid #1a3c64; }

.footer {
  font-size: .8rem;
  position: fixed;
  bottom: 0;
  width: 100%;
  overflow: visible;
  z-index: 99;
  clear: both;
  padding-top: 10px;
  padding-bottom: 10px; }
  .footer .row {
    margin-bottom: 0; }

ul.footer-links {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.footer-links li {
    border-left: 1px solid #eeeeee;
    padding-left: 5px;
    padding-right: 5px;
    display: inline;
    float: left; }
  ul.footer-links li:first-child {
    padding-left: 0;
    border-left: 0; }
  ul.footer-links li:last-child {
    padding-right: 0; }

.hide {
  display: none; }

.show {
  display: block; }

#qrcode canvas,
#qrcode img {
  margin-left: auto;
  margin-right: auto; }

button.token-selection {
  width: 100%;
  height: 100%; }

@media only screen and (max-width: 600px) {
  .token-selection {
    margin-bottom: 10px; } }
.icon-software {
  display: block; }

.icon-software i {
  font-size: 4em;
  line-height: 73px;
  vertical-align: text-top; }

.icon-software :first-child {
  padding-right: 10px; }

div.icon-hardware {
  overflow: hidden; }

.icon-hardware .img-content {
  display: inline-block;
  width: 11em;
  height: 73px;
  vertical-align: text-top; }

.tis-btn .icon-hardware .img-content {
  background-image: url("/iam-server/img/hardware_token_pictograph_white.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom; }

.tis-btn:hover .icon-hardware .img-content,
.tis-btn:active .icon-hardware .img-content {
  background-image: url("/iam-server/img/hardware_token_pictograph_blue.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  background-position: center bottom; }

table.condensed td,
table.condensed th {
  padding: 5px 5px; }

.text-content ul,
.text-content ol {
  padding-left: 25px; }

.text-content ul > li {
  list-style-type: disc; }

.text-content ol > li {
  list-style-type: decimal; }

.pb30 {
  padding-bottom: 30px; }
