@font-face {
  font-family: gotham-bold;
  src: url("../fonts/gotham-bold.otf");
}

.background {
  background-color: #c12230;
  /*     background-repeat: no-repeat;
    background-position: top center; */
  background-size: 105%;
  height: 100vh;
  width: 100%;
  font-family: gotham-bold;
  position: relative;
}

@media (max-width: 1200px) {
  .background {
    background-size: cover;
  }
}

.background .container .content {
  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;
  height: 100vh;
}

@media (max-width: 768px) {
  .background .container .content {
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 50px;
  }
}

.background .container .content form {
  width: 100%;
  max-width: 400px;
}

.background .container .content form label {
  color: black;
}

.background .container .content form input {
  border: white 2px solid;
  border-radius: 8px;
  color: black;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.background .container .content form input:focus {
  border: 2px solid black;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.background .container .content form input::-webkit-input-placeholder {
  color: black;
}

.background .container .content form input:-ms-input-placeholder {
  color: black;
}

.background .container .content form input::-ms-input-placeholder {
  color: black;
}

.background .container .content form input::placeholder {
  color: black;
}

.background .container .content form .nice-select .list {
  max-height: 150px;
  overflow: auto;
}

.background .container .content .start-survey {
  text-align: center;
  margin-top: 30px;
}

.background .container .content .start-survey button {
  width: 300px;
  padding: 10px;
  border-radius: 40px;
  border: 0;
  outline: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
  background-color: black;
  color: white;
}

.background .container .content .start-survey button:hover {
  color: white;
  background-color: #c12230;
}

.background .ik-logo, .background .iyiki-logo {
  position: absolute;
}

@media (max-width: 768px) {
  .background .ik-logo, .background .iyiki-logo {
    display: none;
  }
}

.background .ik-logo img, .background .iyiki-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 70px;
}

@media (max-width: 768px) {
  .background .ik-logo img, .background .iyiki-logo img {
    height: 40px;
  }
}

.background .ik-logo {
  right: 50px;
  bottom: 25px;
}

.background .iyiki-logo {
  left: 50px;
  bottom: 25px;
}

@media (max-width: 620px) {
  .form-control {
    font-size: 12px;
  }
  .background .container .content form label {
    font-size: 12px;
  }
  .background .container .content .start-survey {
    margin-top: 10px;
  }
}
/*# sourceMappingURL=info.css.map */