@charset "UTF-8";
*, :before, :after {
  box-sizing: border-box; }

body {
  display: flex;
  align-items: center;
  background: #fdfdfd;
  min-width: 275px;
  height: 100vh;
  margin: 0 10vw;
  overflow: hidden;
  color: #4a4a4a;
  font-family: Roboto;
  -webkit-text-size-adjust: 100%;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }

.wrapper {
  flex-grow: 2;
  width: 40vw;
  max-width: 500px;
  margin: 0 auto; }
  @media (max-width: 500px) {
    .wrapper {
      margin-top: -100px; } }

h1 {
  margin: 0;
  font-size: 4em;
  font-weight: 100; }

p {
  width: 95%;
  font-size: 1.5em;
  line-height: 1.4; }

.buttons {
  white-space: nowrap;
  display: inline-block; }

span {
  display: block;
  text-transform: uppercase;
  color: #B9DDFB;
  letter-spacing: 1.5px;
  text-align: center; }

a {
  display: inline-block;
  padding: .8em 1em;
  margin-right: 1em;
  margin-bottom: 1em;
  border: 3px solid #B9DDFB;
  color: #138FF2;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .2em;
  position: relative;
  overflow: hidden;
  transition: .3s; }
  a:hover {
    color: #E3F2FD; }
    a:hover:before {
      top: 0; }
  a:before {
    content: '';
    background: #138FF2;
    height: 100%;
    width: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    transition: .3s;
    z-index: -1; }

#message, #most-secure-hidden-feature {
  display: none; }

#submit {
  visibility: hidden;
  position: absolute; }

#message {
  background: #F3F3F3; }
  #message input {
    background: #F3F3F3; }

.space {
  width: 75px;
  height: calc(50vh + 37.5px);
  border-top-left-radius: 37.5px;
  border-top-right-radius: 37.5px;
  overflow: hidden;
  margin: calc(50vh - 37.5px) auto 0 auto;
  position: relative;
  -webkit-transform: translateZ(0); }
  @media (max-width: 500px) {
    .space {
      position: absolute;
      top: 0;
      transform: rotate(90deg); } }

.blackhole {
  border: 5px solid #4a4a4a;
  height: 75px;
  width: 75px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0; }
  .blackhole:after {
    content: '';
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    border: 5px solid #4a4a4a;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 5;
    transform: rotate(45deg); }

.ship {
  height: 150px;
  width: 55px;
  margin-left: 10px;
  position: absolute; }
  .ship.one {
    background: url("big-ship-grey.svg") center/contain no-repeat;
    animation: blackhole-in 10s infinite linear;
    height: 225px;
    bottom: -250px;
    width: 64px;
    margin-left: 6px; }
  .ship.two {
    background: url("small-ship-grey.svg") center/contain no-repeat;
    animation: blackhole-out 10s infinite linear;
    bottom: 1500px; }

@keyframes blackhole-in {
  to {
    transform: translateY(-1200px); } }

@keyframes blackhole-out {
  to {
    transform: translateY(1600px); } }

@media (max-width: 600px) {
  body {
    margin: 0 5vw; } }

.form-style-7 {
  max-width: 400px;
  border-radius: 2px; }

.form-style-7 h1 {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0px 0px 20px 0px;
  color: #4a4a4a;
  font-size: x-large; }

.form-style-7 ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.form-style-7 li {
  display: block;
  padding: 9px;
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
  border-radius: 3px;
  background: #fff;
  position: relative; }

.form-group > li:last-of-type::after {
  content: '↵';
  position: absolute;
  color: #c1c1c1;
  right: 12px;
  top: calc(50% - 15px); }

.form-style-7 li > label {
  display: block;
  float: left;
  margin-top: -19px;
  background: #FFFFFF;
  height: 14px;
  padding: 2px 5px 2px 5px;
  color: #B9B9B9;
  font-size: 14px;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif; }

.form-style-7 input[type="text"],
.form-style-7 input[type="date"],
.form-style-7 input[type="datetime"],
.form-style-7 input[type="email"],
.form-style-7 input[type="number"],
.form-style-7 input[type="search"],
.form-style-7 input[type="time"],
.form-style-7 input[type="url"],
.form-style-7 input[type="password"],
.form-style-7 textarea,
.form-style-7 select {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  display: block;
  outline: none;
  border: none;
  line-height: 28px;
  font-size: 16px;
  padding: 0;
  padding-right: 28px;
  margin-bottom: 8px;
  height: 28px; }

.form-style-7 li > span {
  background: #F3F3F3;
  display: block;
  padding: 3px;
  margin: 0 -9px -9px -9px;
  color: #C0C0C0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: left; }

.form-style-7 textarea {
  resize: none; }

.form-style-7 input[type="submit"],
.form-style-7 input[type="button"] {
  background: #2471FF;
  border: none;
  padding: 10px 20px 10px 20px;
  border-bottom: 3px solid #5994FF;
  border-radius: 3px;
  color: #D2E2FF; }

.form-style-7 input[type="submit"]:hover,
.form-style-7 input[type="button"]:hover {
  background: #6B9FFF;
  color: #fff; }
