.tab {
  position: absolute;
  opacity: 1;
  visibility: visible;
  transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.hide-tab {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.5s, opacity 0.5s ease-in-out;
}
div.PasswordServiceContent {
  max-width: 500px;
}
.stepLabel {
  display: inline-block;
  margin-bottom: 0.5em;
}
ol.PasswordOl {
  margin: 0;
  padding-right: 0;
  padding-left: 0;
  list-style-type: none;
}
ol.PasswordOl li.step {
  counter-increment: step-counter;
}
ol.PasswordOl li.step::before {
  content: counter(step-counter);
  margin-right: 5px;
  font-size: 80%;
  background-color: #fac800;
  color: #fff;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 3px;
}
ol.PasswordOl .buttonRow {
  text-align: right;
}
ol.PasswordOl .buttonRow .dijitButton {
  margin: 24px 0 0 !important;
}
ol.PasswordOl .buttonRow .dijitButton:not(:first-child) {
  margin-left: 8px !important;
}
ol.PasswordOl .dijitTextBox {
  margin-bottom: 1.5em;
}
ol.PasswordOl li:last-of-type .dijitTextBox:last-child {
  margin-bottom: 0;
}
ol.PasswordOl#PasswordForgottenSteps li:last-of-type .dijitTextBox {
  margin-bottom: 0;
}
ol#PasswordForgottenSteps li.step::before {
  background-color: #fac800;
}
ol#PasswordProtectSteps li.step::before {
  background-color: #fac800;
}
div.stepContent {
  margin-top: 1.5em;
}
div.step {
  margin-bottom: 30px;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
div.step a {
  cursor: pointer;
}
div.step.hide-step {
  opacity: 0;
  display: none;
  visibility: hidden;
  transition: visibility 0s linear 0.5s, opacity 0.5s ease-in-out;
}
div.step .dijitButton {
  margin-top: 9px;
}
.umcHeader {
  background-color: #fac800;
}
.umcHeaderPage {
  font-size: 12px;
  text-align: center;
}
.umcHeaderPage a {
  color: #fac800;
}
.umcHeaderPage span {
  color: #787878;
}
.umcHeaderPage * {
  padding: 0 7px;
  border-left: solid 1px #787878;
}
.umcHeaderPage *:first-child {
  border: none;
}
.contentDesc {
  margin-bottom: 2em;
}
.error {
  margin: 0 auto;
  max-width: 500px;
  padding: 1.3em;
  background-color: #c81e00;
}
.success {
  margin: 0 auto;
  max-width: 500px;
  padding: 1.3em;
  background-color: #14f00a;
}
div.PasswordServiceContent {
  padding: 24px 24px 8px !important;
  padding: 0 !important;
}
div.PasswordServiceContent .PasswordServiceContentChild {
  padding: 24px 24px 8px;
  overflow: visible;
}
div.PasswordServiceContent .PasswordServiceContentChild h2 {
  line-height: 28px;
  margin: 20px 0;
}
div.PasswordServiceContent .PasswordServiceContentChild .PasswordOl .buttonRow {
  margin: 0 -16px;
}
