@font-face {
  font-family: 'zunzun-icons';
  src: url('/g/res/icons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
::selection {
  background-color: #222;
  color: #FFF;
}
body {
  background-color: #FFF;
  color: #222;
  margin: 0;
  font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace;
}
body a,
body a:visited {
  color: #222;
}
body header {
  background-color: #222;
  color: #FFF;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-shadow: 0 0 10px #222;
}
body header .headbubble {
  width: 100px;
  height: 100px;
  background-color: #222;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
  cursor: pointer;
  font-family: "zunzun-icons";
  font-size: 46px;
  margin: 0;
  text-decoration: none;
  box-shadow: 0 0 10px #222;
}
body header .headbubble:active,
body header .headbubble:link,
body header .headbubble:visited {
  color: #FFF;
}
body header .headbubble:hover {
  width: 140px;
  height: 140px;
  border-radius: 100px;
  background-color: #FFF;
  box-shadow: 0 0 10px #FFF;
  color: #222;
}
body header .headbubble:first-child img {
  margin-top: 18px;
}
body header .headbubble.search input {
  width: 0px;
  padding: 0;
  margin: 0;
  border: none;
  transition: 1s;
  background-color: transparent;
  color: #222;
  font-size: 18px;
  height: 60px;
  outline: none;
}
body header .headbubble.search input[type=submit] {
  font-family: "zunzun-icons";
  font-size: 46px;
  width: 60px;
  color: #FFF;
}
body header .headbubble.search:hover,
body header .headbubble.search.focused {
  width: 400px;
  height: 140px;
  border-radius: 100px;
  background-color: #FFF;
  box-shadow: 0 0 10px #FFF;
  color: #222;
}
body header .headbubble.search:hover input[type=text],
body header .headbubble.search.focused input[type=text] {
  width: 300px;
  padding: 0 10px;
}
body header .headbubble.search:hover input[type=submit],
body header .headbubble.search.focused input[type=submit] {
  color: #222;
  cursor: pointer;
}
body div.content_block {
  width: calc(100% - 120px);
  background-color: #FFF;
  border: 1px solid #222;
  box-shadow: 0 0 10px #222;
  margin: auto;
  color: #222;
  padding: 50px 20px;
  border-radius: 5px;
  margin-top: 80px;
}
footer {
  margin-top: 80px;
}
footer p {
  text-align: center;
}
@media only screen and (max-width: 960px) {
  body header {
    height: 40px;
  }
  body header .headbubble {
    width: 80px;
    height: 80px;
    font-size: 38px;
  }
  body header .headbubble:hover {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: #111;
    box-shadow: 0 0 10px #111;
    color: #FFF;
  }
  body header .headbubble.search {
    position: fixed;
    z-index: 10;
    width: 40px;
    height: 40px;
    bottom: 5px;
    left: 5px;
    background-color: transparent;
    border: 1px #7f7f7f solid;
    box-shadow: 0 0 3px #7f7f7f;
  }
  body header .headbubble.search input[type=submit] {
    font-size: 26px;
    color: #7f7f7f;
  }
  body header .headbubble.search.focused,
  body header .headbubble.search:hover {
    width: calc(100vw - 12px);
    height: 40px;
  }
  body header .headbubble.search.focused input[type=text],
  body header .headbubble.search:hover input[type=text] {
    width: calc(100vw - 80px);
  }
  body div.content_block {
    width: calc(100% - 10px);
    border-left: none;
    border-right: none;
    box-shadow: 0 0 10px #fff;
    color: #000;
    padding: 20px 5px;
    border-radius: 0px;
    overflow-x: hidden;
  }
}
body div.content_block div.flyauth {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 326px);
}
body div.content_block div.flyauth div.step_form {
  height: 170px;
}
body div.content_block div.flyauth div.step_form h3 {
  text-align: center;
}
body div.content_block div.flyauth div.step_form div.err_msg {
  text-align: center;
}
body div.content_block div.flyauth div.step_form div.step_form_inputs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  width: 432px;
  height: 100px;
}
body div.content_block div.flyauth div.step_form div.step_form_inputs input,
body div.content_block div.flyauth div.step_form div.step_form_inputs button {
  border: 3px solid #FFF;
  color: #FFF;
  font-size: 21px;
}
body div.content_block div.flyauth div.step_form div.step_form_inputs button {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: none;
  transition: 1s;
  cursor: pointer;
  color: #222;
  background-color: #FFF;
  font-size: 32px;
}
body div.content_block div.flyauth div.step_form div.step_form_inputs button:hover {
  width: 90px;
  height: 90px;
  border-radius: 45px;
  color: #FFF;
  background-color: #222;
}
body div.content_block div.flyauth div.step_form div.step_form_inputs button[disabled] {
  color: #FFF;
  background-color: #FFF;
  cursor: default;
}
body div.content_block div.flyauth div.step_form div.step_form_inputs button[disabled]:hover {
  width: 60px;
  height: 60px;
  border-radius: 30px;
}
body div.content_block div.flyauth div.step_form div.step_form_inputs input {
  width: 220px;
  cursor: pointer;
  color: #222;
  background-color: #FFF;
  border: none;
  outline: none;
}
body div.content_block div.flyauth div.step_form div.step_form_extra {
  text-align: center;
}
