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

.login-subtitle {
  text-align: center;
  color: #565252;
  font-size: 24px;
  line-height: 2;
}

.login-lable {
  font-size: 18px;
}

.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;
}