#jelentkezes {
  background: url("../../assets/img/jonas-leupe-WargGLQW_Yk-unsplash.jpg?h=e1bf04957bba627069229dc6ff4df6bd");
  background-size: cover;
  background-position: top;
}

#jelentkezes-form > * {
  margin-bottom: 1rem;
}

.icon-container {
  font-size: 1.2rem;
  width: 2em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(200,200,200,0.4);
  border-radius: 0.5em;
}

.icon-container > * {
  font-size: 1.15em;
}

.ceg-adatai {
  position: relative;
}

.ceg-adatai::before {
  display: none;
  content: '';
  position: absolute;
  left: -2em;
  top: 0;
  width: 1px;
  height: 150px;
  background-color: rgba(200, 200, 200, 0.8);
}

@media (min-width: 1400px) {
  .ceg-adatai::before {
    left: -2.5em;
  }
}

@media (min-width: 992px) {
  .ceg-adatai::before {
    display: block;
  }
}

