div.login-form {
  position: relative;
}

div.language-box {
  background: white;
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

div.language-box a.selected-lang {
  text-decoration: underline;
}

div.regisztracio-box {
  display: flex;
  flex-direction: column;
  background: transparent;
  width: 600px;
  margin: 0 auto;
  align-items: center;
  position: absolute;
  top: 20px !important;
}
div.regisztracio-box div.hidden-box {
  flex-direction: column;
  gap: 20px;
  position: relative;
  transition: 0.5s;
  display: none;
}
div.regisztracio-box.show div.hidden-box {
  display: flex;
}
div.regisztracio-box div.action-box {
  position: relative;
  width: 100%;
  height: 120px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  font-family: "Red Hat Display";
}
div.regisztracio-box h2 {
  font-family: "Conso";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: var(--black);
}
div.regisztracio-box h2.header-h2 {
  margin-bottom: 40px;
}
div.regisztracio-box div.logo-box {
  display: flex;
  justify-content: center;
  padding-bottom: 36px;
}
div.regisztracio-box form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
div.regisztracio-box form div.error-box {
  transition: 1s;
  transition-delay: 5s;
  background: red;
  color: yellow;
  padding: 20px;
  display: none;
  border: 10px solid #CCCCCC;
}
div.regisztracio-box form div.error-box ul {
  list-style-type: decimal;
  display: flex;
  gap: 10px;
  flex-direction: column;
  padding: 20px;
}
div.regisztracio-box form div.error-box.show {
  display: flex;
}
div.regisztracio-box form div.muvelet-box {
  display: grid;
  grid-template-columns: 1fr 30px 1fr;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
div.regisztracio-box form div.muvelet-box span {
  text-align: center;
  font-size: 2em;
}
div.regisztracio-box form div.muvelet-box input {
  text-align: center;
}
div.regisztracio-box form div.mb-3 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-family: "Red Hat Display";
}
div.regisztracio-box form div.mb-3 label {
  text-transform: uppercase;
}
div.regisztracio-box form div.two-box {
  display: flex;
  gap: 10px;
}
div.regisztracio-box form div.two-box div {
  flex-grow: 1;
}
div.regisztracio-box form input[type=radio] {
  width: 20px;
  height: 20px;
}
div.regisztracio-box div.regisztracio-form-box {
  width: 100%;
  background: white;
  padding: 42px;
}
div.regisztracio-box input[type=text] {
  width: 100%;
  padding: 16px;
  border: 1px solid var(--light-beige);
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: var(--black);
}
div.regisztracio-box input[type=text].extra-input {
  clear: both;
}
@media only screen and (max-width: 450px) {
  div.regisztracio-box {
    width: 100%;
    position: absolute;
    top: 0;
  }
  div.regisztracio-box div.regisztracio-form-box {
    padding: 20px;
  }
}

span.k-colorpicker, span.k-combobox, span.k-datepicker, span.k-datetimepicker, span.k-dropdown, span.k-dropdowntree, span.k-numerictextbox, span.k-timepicker {
  background: white;
  height: 60px;
  display: flex;
  align-items: center;
}

.k-input-value-text {
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  text-overflow: clip;
  text-transform: uppercase;
}

.primary-btn.register-btn {
  width: 177px;
  height: 60px;
  font-family: "Conso";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: var(--white);
  background: var(--primary-gradient);
}

div.rc-anchor {
  visibility: hidden;
}

#regisztracio-honnan {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#regisztracio-honnan div.form-check {
  display: flex;
  align-items: center;
  gap: 10px;
}
#regisztracio-honnan div.form-check label {
  white-space: nowrap;
  font-size: 0.82em;
}

/*# sourceMappingURL=regisztracio.css.map */
