body {
  font-family: Arial, serif;
}

h3 {
  font-size: 1.4rem;
}

#header {
  background: #00a6d6;
  height: 3rem;
}

ul.login-urls li a, .tu-language-bar a, .login-links a, .error-comment-wrapper a {
  text-decoration: none;
  color: #00a6d6;
}
ul.login-urls li a:hover, .tu-language-bar a:hover, .login-links a:hover, .error-comment-wrapper a:hover, ul.login-urls li a:focus, .tu-language-bar a:focus, .login-links a:focus, .error-comment-wrapper a:focus {
  background-color: transparent;
  padding: 0;
  border-bottom: 1px dashed;
}

.tu-language-bar, .login-links, .error-comment-wrapper {
  padding-right: 1rem;
}
.tu-language-bar ul li, .login-links ul li, .error-comment-wrapper ul li {
  display: inline-block;
  color: #444;
}
.tu-language-bar ul li:nth-child(n+2):before, .login-links ul li:nth-child(n+2):before, .error-comment-wrapper ul li:nth-child(n+2):before {
  content: "|";
  padding: 0 0.2rem 0;
}
.error-comment-wrapper {
  margin-top: 2rem;
}

.tu-logo {
  width: 208px;
  height: 96px;
}

.block-title {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.form-center input[type=text], .form-center input[type=password] {
  display: inline-block;
  height: 2.2rem;
  padding: 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  box-shadow: none;
  margin-bottom: 0.4rem;
  width: 320px;
}
.form-center label {
  display: inline-block;
  text-align: center;
  font-size: 0.9rem;
  color: #444;
  min-width: 96px;
}

.tu-button {
  background-color: #00a6d6;
  color: white;
  margin-bottom: 0.2rem;
}

.tu-comment {
  color: #666;
  font-size: 0.9rem;
}

#footer {
  background: transparent;
  color: #fff;
  text-align: left;
  bottom: 0;
}

#footer .footer-wrap {
  background-color: #000;
}

.logo-footer {
  height: 2.2rem;
  margin-top: 1rem;
  padding-top: 0.8rem;
}

.footer-text {
  font-size: 1rem;
  padding-left: 1rem;
}

ul.login-urls {
  padding-left: 0;
}
ul.login-urls li a {
  font-size: 0.9rem;
}

.lab-warning {
  background-color: #ff8400;
  padding: 1em;
  color: white;
  margin-bottom: 0.6em;
  border-radius: 0.28rem;
}

.mfa-msg-wrapper {
  border: 1px solid #00a6d6;
  border-radius: 8px;
  display: flex;
  flex-flow: row nowrap;
  padding-left: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}
.mfa-msg-wrapper img {
  width: 100px;
  height: 100px;
}
.mfa-msg-wrapper .mfa-msg {
  padding: 0.4rem 1rem 0.4rem 2rem;
  text-align: left;
}
.mfa-msg-wrapper .mfa-msg h4 {
  font-size: 1.2rem;
  font-weight: 700;
}
.mfa-msg-wrapper .mfa-msg input {
  margin-right: 0.6rem;
}

.mfa-changing-msg {
  border: 1px solid #00a6d6;
  border-radius: 8px;
  background-color: lightyellow;
  padding: 1rem;
  margin-bottom: 1rem;
}
.mfa-changing-msg h4 {
  font-size: 1.2rem;
  font-weight: 700;
}

.tu-alert-warning {
  border: 1px solid indianred;
  border-radius: 8px;
  background-color: lightyellow;
  color: indianred;
  padding: 1rem;
}

.info-panel {
  margin-top: 1rem;
}

.flex-button-bar {
  display: flex;
  width: 100%;
  flex-flow: row-reverse;
}
.flex-button-bar button {
  margin-right: 1rem;
}

.hide-panel {
  opacity: 0;
  visibility: hidden;
}

.mfa-panel {
  transition: all 500ms;
}

.info-panel {
  transition: all 500ms;
}

.grid-wrapper {
  display: grid;
}
.grid-wrapper .mfa-panel, .grid-wrapper .info-panel {
  grid-column: 1;
  grid-row: 1;
}

@media only screen and (min-width: 40em) {
  .login-button {
    margin-right: 2.3rem;
  }
}
@media only screen and (min-width: 480px) {
  .form-center {
    max-width: 480px;
    width: 100%;
  }
  .form-center input[type=text], .form-center input[type=password] {
    width: 300px;
  }
  .form-center label {
    font-size: 0.8rem;
    text-align: right;
    padding-right: 0.4rem;
  }
}
@media only screen and (max-width: 480px) {
  .login-url {
    display: block;
    text-align: center;
    border: 1px solid #00a6d6;
    padding: 0.3rem 0.6rem;
    margin-bottom: 1rem;
  }

  .mfa-msg-wrapper {
    display: block;
    padding-left: 0;
    padding-top: 1rem;
  }
}

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