@font-face {
  font-family: gotham-bold;
  src: url("../fonts/gotham-bold.otf");
}
.background {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: #105064;
  height: 100vh;
  width: 100%;
  font-family: gotham-bold;
  position: relative;
}
.background .container .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.background .container .content form {
  width: 100%;
  max-width: 400px;
  margin-bottom: 50px;
}
.background .container .content form label {
  color: white;
}
.background .container .content form input {
  border: white 2px solid;
  border-radius: 8px;
  color: black;
  transition: all 500ms;
}
.background .container .content form input:focus {
  border: 2px solid black;
  box-shadow: none;
}
.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;
  transition: all 0.2s;
}
.background .container .content .start-survey button:hover {
  color: white;
  background-color: #F82000;
}
.background .ik-logo, .background .iyiki-logo {
  position: absolute;
}
.background .ik-logo img, .background .iyiki-logo img {
  object-fit: contain;
  height: 20px;
}
.background .ik-logo {
  right: 75px;
  bottom: 25px;
}
.background .ik-logo img {
  height: 30px;
  width: 100px;
}
.background .iyiki-logo {
  left: 75px;
  bottom: 25px;
}

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