.container-box {
  margin-top: 7rem;
}

.fixed-box {
  max-width: 400px;
}

.centered-flex-container {
  display: flex;
  justify-content: center;
}

.opc-logo {
  vertical-align: middle;
  max-width: 60%;
}

.go-back-button {
  width: 100%;
  justify-content: space-around;
}

.grey-footer {
  color: #777;
}

.listItemCircle {
  line-height: 2rem;
  border: 1px solid grey;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  text-align: center;
}
.totpInputField {
  max-width: 40%;
}

.portal_header {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #FFF;
  border-bottom: 1px solid #C4C4C4;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.portal_header-layout {
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: space-between;
  padding: 0 24px;
}

.portal_logo {
  background: url("../img/opc_logo.png") center no-repeat;
  background-size: contain;
  height: 26px;
  text-indent: -999em;
  width: 180px;
}

.portal_main {
  display: flex;
  flex-flow: column;
  margin-left: 85px;
  margin-right: 24px;
  margin-top: 84px;
  transition-duration: 0.3s;
  transition-property: margin;
  transition-timing-function: ease;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
}
#obcContentHeader {
  border-bottom: none;
  padding: 24px;
  background: #FFF url("../img/opc_logo.png") center center no-repeat;
  background-size: 210px;
  height: 72px;
}
