.popup-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.9);
}

.popup-header {
  color: #be0f7d;
  font-size: x-large;
  font-weight: bold;
  margin-top: 20px;
}

.popup-text {
  color: white;
  text-align: center;
}

.popup-button {
  margin: 40px auto;
  padding: 8px 10px 8px 10px;
  border-radius: 15px;
  background-color: rgba(190, 15, 125, 0.7);
  border-style: none;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
}

.popup-button:hover {
  background-color: #be0f7d;
  color: white;
  text-decoration: none;
}

.popup-close {
  display: none;
}

.inscriete__header-row {
  position: relative;
  text-align: center;
}

.inscriete__header-text {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  text-shadow: 1px 2px black;
  font-family: "Work Sans", sans-serif;
}

@media (max-width: 1030px) {
  .inscriete__header-text {
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .inscriete__header-text {
    font-size: 10px;
  }
}

.inscriete__header-center {
  display: block;
  vertical-align: middle;
  width: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1000px) {
  .inscriete__header-center {
    height: 300px;
  }
}

@media (min-width: 1500px) {
  .inscriete__header-center {
    height: 350px;
  }
}

@media (min-width: 2000px) {
  .inscriete__header-center {
    height: 450px;
  }
}

@media (max-width: 1000px) {
  .inscriete__header-center {
    height: 200px;
  }
}

@media (max-width: 500px) {
  .inscriete__header-center {
    height: 150px;
  }
}

.inscriete__header-flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inscriete__header-minimalpadding {
  padding: 10px;
}

.inscriete__body-relativecontainer {
  position: relative;
}

.inscriete__body__fa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}

@media (min-width: 1500px) {
  .inscriete__body__fa-loggo {
    height: 70px;
  }
}

@media (max-width: 1500px) {
  .inscriete__body__fa-loggo {
    height: 60px;
  }
}

@media (max-width: 500px) {
  .inscriete__body__fa-loggo {
    height: 40px;
  }
}

.inscriete__body__fa-header {
  color: #d56991;
  font-size: 20px;
}

.inscriete__body__fa__text {
  opacity: 0.85;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-size: 20px;
}

.inscriete__body__fa__text-ol {
  opacity: 0.7;
}

@media (min-width: 1000px) {
  .inscriete__body__fa-arrow {
    height: 80px;
  }
}

@media (max-width: 1000px) {
  .inscriete__body__fa-arrow {
    height: 60px;
  }
}

.inscriete__body__fa__form {
  display: inline-block;
  padding: 10px;
}

.inscriete__body__fa__form-elements {
  margin: 10px 10px 10px 10px;
  padding: 10px 0 10px 10px;
  border-radius: 15px;
  background-color: rgba(128, 128, 128, 0.3);
  border-style: none;
  font-weight: 600;
  color: #9a4b7b;
}

.inscriete__body__fa__form-elements:focus {
  background-color: rgba(128, 128, 128, 0.3);
  color: #9a4b7b;
}

.inscriete__body__fa__form-text {
  opacity: 0.8;
}

.inscriete__body__fa__form__checkbox {
  margin-right: 10px;
}

.inscriete__body__fa__form__checkbox-text {
  text-align: start;
  font-size: 12px;
  padding: 0 150px 0 150px;
}

.inscriete__body__fa__form-submit {
  margin-top: 20px;
  padding: 8px 70px 8px 70px;
  border-radius: 15px;
  background-color: #be0f7d;
  border-style: none;
  font-weight: 600;
  color: white;
  cursor: pointer;
}

.inscriete__body__fa__form-date {
  margin: 10px 10px 10px 10px;
  padding: 10px 30px 10px 10px;
  border-radius: 15px;
  background-color: rgba(128, 128, 128, 0.3);
  border-style: none;
  font-weight: 600;
  color: #ac508a;
}

@media (max-width: 500px) {
  .inscriete__body__fa__form-date {
    margin: 10px 10px 10px 10px;
    padding: 10px 0 10px 10px;
    width: 250px;
    font-weight: 400px;
  }
}

@media (min-width: 500px) {
  .inscriete__body__fa__form-date {
    width: 300px;
  }
}

.inscriete__body__fa__form-radiotext {
  color: #be0f7d;
  font-weight: 700;
}

.inscriete__body__fa__form-fadetext {
  opacity: 0.7;
  margin-bottom: 40px;
  margin-top: 20px;
  font-size: 14px;
}

.inscriete__body__fa__form-boldtext {
  font-weight: bold;
  opacity: 0.8;
}

.wpcf7-response-output {
  display: none !important;
}

.background {
  background: url("../img/background-inscriere-premii.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

ol li::marker {
  color: #9a4b7b;
  font-weight: bold;
}

.align_items {
  text-align: center;
}

::-webkit-input-placeholder {
  color: #9a4b7b !important;
  font-weight: 600;
}

:-ms-input-placeholder {
  color: #9a4b7b !important;
  font-weight: 600;
}

::-ms-input-placeholder {
  color: #9a4b7b !important;
  font-weight: 600;
}

::placeholder {
  color: #9a4b7b !important;
  font-weight: 600;
}

span {
  text-align: start;
  font-size: 12px;
  padding-bottom: 20px;
}

.icon-bar {
  padding: 0;
}

#terms-text {
  text-align: start;
}

#acceptance_position {
  float: left;
}

input:focus {
  border: none;
  outline: none;
}

button:focus {
  border-color: none;
  outline: none;
}

#submit_btn:active {
  -webkit-box-shadow: 0 5px #666;
          box-shadow: 0 5px #666;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.popup-button:active {
  -webkit-box-shadow: 0 5px #666;
          box-shadow: 0 5px #666;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.popup-button {
  cursor: pointer;
}

#invalid_acceptance_message {
  font-size: 100%;
  opacity: 1;
}

#checkbox_input {
  margin-left: -0.5vw;
}
/*# sourceMappingURL=inscriete.css.map */