@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
body, html {
  margin: 0;
  font-family: 'BwAletaNo10', 'Lato';
  overflow-x: hidden;
}

.mobile {
  display: none !important;
}

.lista {
  position: absolute;
  top: 10vh;
  left: 2%;
  font-size: clamp(0.75em, 0.8vw, 3em);
}

.box-container {
  background-color: #fff;
  min-height: 100vh;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headline {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2vh 0;
  background: #ec2030;
  width: 100vw;
}

.headline img {
  width: 4%;
  display: block;
}

.button {
  padding: 15px 25px;
  background-color: #ec2030;
  color: #fff;
  font-weight: 800;
  display: inline-block;
  text-decoration: none;
  border-radius: 7px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  margin: 0 5vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  text-transform: uppercase;
}

.button:active, .button:hover {
  color: #ec2030;
  border: 1px solid #ec2030;
  background-color: #fff;
}

.button:focus {
  outline: none;
}

.formular {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2vh 5vw;
  padding-bottom: 5vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.formular .raspuns {
  color: green;
  font-weight: 600;
  padding: 3vh 0;
}

.formular .eroare {
  color: red;
  font-weight: 600;
  padding: 3vh 0;
}

.formular img {
  width: 150%;
}

.formular .mecanism {
  width: 15vw;
}

.formular .ansamblu {
  width: 15vw;
}

.formular form {
  color: #ec2030;
  width: 50vw;
  border-radius: 9px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.formular form img {
  width: 80%;
  margin-bottom: 4vh;
}

.formular form h1 {
  text-transform: uppercase;
  font-size: clamp(1.75em, 2vw, 5em);
  margin-top: 0;
  margin-bottom: 8vh;
  color: #ec2030;
}

.formular form input {
  margin-bottom: 5%;
  padding: 15px 25px;
  border: 0;
  border-radius: 6px;
  font-size: 16px;
  color: #ec2030;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ec2030;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 70%;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.formular form input:focus {
  border: 3px solid #ec2030;
}

.formular form input::-webkit-input-placeholder {
  color: #ec2030;
}

.formular form input:-ms-input-placeholder {
  color: #ec2030;
}

.formular form input::-ms-input-placeholder {
  color: #ec2030;
}

.formular form input::placeholder {
  color: #ec2030;
}

.formular form a {
  color: #ec2030 !important;
  text-decoration: underline;
  font-weight: 800;
  font-size: clamp(14px, 1vw, 30px);
}

.formular form .button {
  margin-top: 4vh;
}

.error {
  color: #ffa740;
  margin-bottom: 2vh;
}

.footer {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5vw;
  background-color: #ec2030;
}

.footer .varsta {
  padding: 30px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer img {
  height: 30px;
}

.footer a {
  color: #fff;
  margin: 0 3vw;
  text-decoration: none;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.footer a:hover {
  font-weight: 600;
}

a {
  font-weight: 800;
  color: #fff;
}

.modal img {
  width: 100%;
}

/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 3vh;
  text-align: left;
  font-size: clamp(14px, 1vw, 30px);
}

/* Hide the browser's default checkbox */
.container input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 40%;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: rgba(0, 0, 0, 0);
  border: solid 1px #ec2030;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: rgba(0, 0, 0, 0);
  border: solid 1px #ec2030;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: rgba(0, 0, 0, 0);
  border: solid 2px #ec2030;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #ec2030;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 950px) {
  .mobile {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
  .lista {
    position: relative;
    top: 0;
    right: 0;
  }
  .headline {
    padding: 5vh 0;
  }
  .headline img {
    height: 80px;
    width: auto;
  }
  .formular {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .formular .mecanism {
    width: 60vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .formular .ansamblu {
    width: 70vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .formular form {
    width: 80vw;
    padding: 5vh 0;
  }
  .formular form input {
    width: 90%;
  }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 5vh;
  }
  .footer .links {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/*# sourceMappingURL=style.css.map */