.azonosito {
  color: #ff4415 !important;
  font-size: 26.3px;
}

.form-button {
  padding: 21px 39px;
  width: 174px;
  text-align: center;
  height: 60px;
  background: #165cc7;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 22px;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.tc-name {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #fff;
}

.tc-data {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 29px;
  color: #fff;
}

.form-check-label {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 29px;
  color: #fff;
}

#egyeb-modok {
  position: absolute;
  width: 20rem;
  background: #ffff;
  border-radius: 6px;
  top: 14rem;
  left: 60vw;
  padding: 2rem;
  padding-bottom: 1rem;
}

#egyeb-modok p {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.adatbox {
  height: 20rem;
  width: 30vw;
  padding: 1rem;
  padding-left: 0;
}

.form-label {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 29px;
  color: #fff;
}

.text-input {
  background: #ffffff;
  border: 1px solid #232a34;
  box-sizing: border-box;
  border-radius: 10px;
  height: 3rem;
  width: 20vw;
}

.other-input {
  width: 30vw;
  height: 3rem;
  border: 1px solid #232a34;
  border-radius: 10px;
}

.other-text-area {
  width: 30vw;
  min-height: 3rem;
  border: 1px solid #232a34;
  border-radius: 10px;
}
.other-area {
  width: 30vw;
  height: 3rem;
  border: 1px solid #232a34;
  border-radius: 10px;
}
@media (max-width: 900px) {
  .other-input {
    width: 90vw;
  }
}

@media (max-width: 900px) {
  .text-input {
    width: 90vw;
  }
}

.invalid {
  border: 2px solid red;
}

.other-input textarea {
  height: 720px;
}

.custom-file-upload {
  border: 1px solid #232a34;
  border-radius: 10px;
  width: 20vw;
  height: 3rem;
  display: inline-block;
  cursor: pointer;
}

#file-chooser {
  padding-top: 11px;
}

.adatkezeles-label {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  width: 20vw;
}

.adatkezeles-box {
  height: 26px;
  width: 26px;
  margin-right: 1rem;
  border: 1px solid black;
}

.azonosito-masolas {
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  background-color: #232a34;
  color: white !important;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  line-height: initial;
}

.azonosito-kerjuk {
  font-size: 14px;
  font-style: italic;
  width: 60%;
  line-height: initial;
  font-weight: 400;
}
