@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap");
* {
  margin: 0;
  padding: 0;
}
body {
  background: linear-gradient(to top right, #0aecfd, #d40bfd);
  color: #333;
  font: 100% Lato, Arial, Sans Serif;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

#background-wrap {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}

/* KEYFRAMES */

@-webkit-keyframes animateBubble {
  0% {
    margin-top: 1000px;
  }
  100% {
    margin-top: -100%;
  }
}

@-moz-keyframes animateBubble {
  0% {
    margin-top: 1000px;
  }
  100% {
    margin-top: -100%;
  }
}

@keyframes animateBubble {
  0% {
    margin-top: 1000px;
  }
  100% {
    margin-top: -100%;
  }
}

@-webkit-keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}

@-moz-keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}

@keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}

.x1 {
  -webkit-animation: animateBubble 20s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 20s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 20s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  left: -5%;
  top: 5%;

  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
}

.x2 {
  -webkit-animation: animateBubble 20s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 20s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 20s linear infinite,
    sideWays 4s ease-in-out infinite alternate;

  left: 5%;
  top: 80%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x3 {
  -webkit-animation: animateBubble 23s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 23s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 23s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  left: 10%;
  top: 40%;

  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  transform: scale(0.7);
}

.x4 {
  -webkit-animation: animateBubble 26s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 26s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 26s linear infinite,
    sideWays 3s ease-in-out infinite alternate;

  left: 20%;
  top: 0;

  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
}

.x5 {
  -webkit-animation: animateBubble 28s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 28s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 28s linear infinite,
    sideWays 4s ease-in-out infinite alternate;

  left: 30%;
  top: 50%;

  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
}

.x6 {
  -webkit-animation: animateBubble 21s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 21s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 21s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  left: 50%;
  top: 0;

  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
}

.x7 {
  -webkit-animation: animateBubble 20s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 20s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 20s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  left: 65%;
  top: 70%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x8 {
  -webkit-animation: animateBubble 21s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 21s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 21s linear infinite,
    sideWays 3s ease-in-out infinite alternate;

  left: 80%;
  top: 10%;

  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
}

.x9 {
  -webkit-animation: animateBubble 22s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 22s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 22s linear infinite,
    sideWays 4s ease-in-out infinite alternate;

  left: 90%;
  top: 50%;

  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
}

.x10 {
  -webkit-animation: animateBubble 26s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 26s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 26s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  left: 80%;
  top: 80%;

  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
}

/* OBJECTS */

.bubble {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2),
    inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2),
    inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2),
    inset 0px 10px 30px 5px rgba(255, 255, 255, 1);

  height: 200px;
  position: absolute;
  width: 200px;
}

.bubble:after {
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(0%, rgba(255, 255, 255, 0.5)),
    color-stop(70%, rgba(255, 255, 255, 0))
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: -o-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: -ms-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

  -webkit-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);

  content: "";
  height: 180px;
  left: 10px;
  position: absolute;
  width: 180px;
}
.heading {
  font-family: cursive;
  text-align: center;
  font-size: 5.5vh;
  padding: 2vh;
}
.formContainer {
  margin-top: 8vh;
  text-align: center;
  font-family: cursive;
  font-size: 4vh;
}
#email,
#password {
  margin-top: 5vh;
  border-style: inherit;
  height: 4vh;
  width: 65vh;
  border-radius: 2rem;
  padding: 1vh;
  padding-left: 2vh;
  margin-left: 5vh;
  background: rgba(234, 237, 238, 0.904);
}
#password {
  margin-top: 2vh;
}
#signUp,
#signIn {
  border-style: inherit;
  height: 6vh;
  width: 16vh;
  border-radius: 2rem;
  padding: 1vh;
  margin-top: 4vh;
  margin-left: 6vh;
}
#signIn {
  margin-left: 1vh;
}
#signUp:hover,
#signIn:hover {
  border-style: inherit;
  height: 6vh;
  width: 16vh;
  border-radius: 2rem;
  padding: 1vh;
  margin-top: 4vh;
  margin-left: 6vh;
  filter: brightness(0.8);
}
#signIn:hover {
  margin-left: 1vh;
}
.skip {
  border-style: inherit;
  height: 6vh;
  width: 30vh;
  border-radius: 2rem;
  padding: 1vh;
  margin-top: 4vh;
  margin-left: 1vh;
}
.skip:hover {
  border-style: inherit;
  height: 6vh;
  width: 30vh;
  border-radius: 2rem;
  padding: 1vh;
  margin-top: 4vh;
  margin-left: 1vh;
  filter: brightness(0.8);
}
@media screen and (max-width: 800px) {
  .left,
  .main,
  .right {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .body {
    margin: 0;
    padding: 0;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
  }
  .heading {
    font-size: 3.5vh;
    position: relative;
    font-family: "Poppins", sans-serif;
  }
  .formContainer {
    font-size: 2vh;
    position: relative;
    font-family: "Poppins", sans-serif;
    margin-top: 3vh;
  }
  #email,
  #password {
    height: 20%;
    max-width: 80%;
    margin-left: 0.5%;
  }
  #signUp,
  #signIn,
  .skip {
    height: 3.5vh;
    padding: 0;
    width: 10vh;
    margin-left: 0.5vh;
    margin-top: 3vh;
    background: rgba(234, 237, 238, 0.904);
  }
  .skip {
    width: 25vh;
  }
  #signUp:hover,
  #signIn:hover,
  .skip:hover {
    height: 3.5vh;
    padding: 0;
    width: 9vh;
    margin-left: 0.5vh;
    margin-top: 3vh;
    background: rgba(234, 237, 238, 0.904);
    filter: brightness(0.8);
  }
  .skip:hover {
    width: 25vh;
  }
}
