html {
  font-size: 100%;
  font-family: sans-serif;
  height: 100%;
  width: 100%;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background: transparent;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
body {
  height: 100%;
  width: 100%;
  background-color: #343434;
  background-position: 50%;
  background-size: cover;
  padding: 0;
  margin: 0;
  color: rgba(0, 0, 0, 0.8);
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: -0.02em;
}
div {
  box-sizing: border-box;
  line-height: 1.45em;
}
img {
  border: 0;
  vertical-align: middle;
}
a {
  color: #fa8f00;
  outline: none;
  background-color: transparent;
  text-decoration: none;
}
p {
  font-size: 1rem;
}
input,
textarea,
keygen,
select,
button {
  text-rendering: auto;
  color: initial;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  margin: 0em 0em 0em 0em;
  font: 13.3333px Arial;
}
input {
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  outline-color: transparent;
  outline-style: none;
  font-family: Roboto, sans-serif;
}
button {
  font-family: Roboto, sans-serif;
  display: inline-block;
  padding: 0.4rem 0.8rem;
  margin: 0.3rem;
  line-height: 1.45em;
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: flex-start;
  text-align: center;
  box-sizing: border-box;
}
main {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.panelview {
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.sign {
  background-image: url('../img/bi-background.jpg');
  flex: 1 1 auto;
  align-self: stretch;
  display: flex;
  flex-direction: row;
  color: #515559;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  background-position: 50%;
  background-size: cover;
  overflow: auto;
}
.sign .padding-box {
  padding: 0 2rem;
}
.sign__box {
  flex: 0 1 auto;
  align-self: flex-start;
  margin: auto 2rem;
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 22rem;
  width: 90%;
}
.sign__logo {
  text-align: center;
  padding: 2rem 2rem 5rem 2rem;
}
.sign__logo img {
  height: 6rem;
  display: block;
}
.sign__product-name {
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}
.sign__message-box {
  padding: 0 2rem;
}
.sign__message-box.error {
  color: #cd0000;
  border: 1px solid #cd0000;
  margin: 0.5rem 1rem;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  font-size: 13px;
  background-color: #ffe6e6;
  line-height: 20px;
}

.error {
  color: #cd0000;
  font-size: 14px;
}

.sign__message-box.success {
  color: #008000;
}
.sign__form {
  display: block;
  padding: 0;
  box-sizing: border-box;
  margin: 0 auto 1rem;
  letter-spacing: -0.02em;
}
.sign__form .form__label {
  font-size: 0.875rem;
  line-height: 1.4;
  margin-top: 1rem;
  display: block;
}
.sign__form input {
  width: 100%;
  display: block;
  background: #f7f7f7;
}
.sign__field {
  display: block;
  width: 100%;
  outline: none;
  font-size: 0.875rem;
  padding: 0.5rem;
  margin: 0.5rem 0;
  box-sizing: border-box;
  background: #f7f7f7;
  border: 1px solid #979797;
  border-radius: 3px;
}
.sign__button {
  background-color: #e55a01;
  color: #fff;
  display: block;
  border-radius: 2px;
  margin: 2rem 0 0;
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 400;
}
.sign__footer-container {
  padding: 5rem 2rem 2rem 2rem;
}
.sign__footer-container > * {
  display: block;
  font-size: 0.75rem;
  line-height: 1;
  height: 1rem;
  margin-bottom: 1rem;
}
.sign__footer-container .left {
  float: left;
}
.sign__footer-container .right {
  float: right;
}
.sign__footer-container a {
  color: #515559;
}
.sign__footer-container a:hover {
  color: #fa8f00;
}
.active {
  color: #fa8f00;
}
.imprint .sign__box {
  max-width: 800px;
}
.imprint p {
  font-size: 0.875rem;
}
.imprint .disclaimer {
  font-size: 0.875rem;
}
.password-forgotten-name {
  font-size: 1.5rem;
}
.hint {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.hint:before {
  content: '* ';
}
#outdated {
  color: #eee;
  background: #222;
  font-size: 0.875rem;
  padding: 1rem;
  align-self: stretch;
}
#outdated h2 {
  font-size: 1rem;
  margin: 0 0 0.5rem 0;
}
#outdated a {
  font-weight: 500;
}

#strength {
  display: none;
  width: 100%;
  height: 22px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #979797;
  overflow: hidden;
  background-color: #dddddd;
  margin: 0.5rem 0;
  position: relative;
}

#strength[class*='score-'] {
  display: block;
}

#strengthLabel {
  position: absolute;
  left: -1px;
  top: -1px;
  height: 22px;
  line-height: 22px;
  font-size: 0.75rem;
  padding: 0 0.5rem;
  color: rgba(255, 255, 255, 0.8);
}

#strength > div.scale {
  height: 100%;
  width: 0%;
  transition:
    width 0.2s ease-out,
    color 0.2s ease-out;
}

#strength.score-0 > #strengthLabel {
  color: rgba(0, 0, 0, 0.8);
}

#strength.score-1 > div.scale {
  width: 25%;
  background-color: #cc3232;
}

#strength.score-2 > div.scale {
  width: 50%;
  background-color: #db7b2b;
}

#strength.score-3 > div.scale {
  width: 75%;
  background-color: #e7b416;
}

#strength.score-4 > div.scale {
  width: 100%;
  background-color: #99c140;
}

@media only screen and (max-width: 800px) {
  .imprint .sign__box {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .sign__box {
    margin: 0;
    width: 100%;
    min-height: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
  .sign__box .sign__form,
  .sign__box .content {
    flex: 1 1 auto;
    width: 100%;
  }
  .sign__box .sign__footer-container {
    padding: 0 2rem;
  }
}
