#breadcrumb-section {
  display: none;
}

.login-block {
  height: 80vh;
}

.steps-border {
  padding: 3rem;
  border-radius: 5px;
  background: white;
  -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

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