.login-title-bar {
  font-family: Verdana, Geneva, sans-serif;
  color: #464343;
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  line-height: 2;
}


.steps-border {
  padding: 3rem;
  border-radius: 5px;
  background: white;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.login-mark {
  color: #807a7a;
  text-align: right;
  line-height: 3;
}

#cdc-description {
    position: relative;
    margin-bottom: 2rem;
    -webkit-box-align:center;
    -webkit-box-pack:center;
    display:-webkit-box;
}

#cdc-description-list {
  font-size:90%;
}
