body{
  background: #36648B;
}
.login-main{
  margin-top: 150px;
  z-index: 1;
}
.heading-image{
  top: 0%;
  left: 50%;
  opacity: 0.9;
  height: 120px;
  width: 120px;
  border-radius: 100%;
  background: #2B5377;
  position: absolute;
  transform: translate(-50%, -50%);
}
.heading-image i{
  font-size: 60px;
  margin-top: 30px;
}
.input-group-prepend span{
  font-size: 20px;
  color: #9B9FAB;
}
.options{
  font-size: 15px;
}
.copyright-main{
  font-size: 13px;
}

/*Bubble Boxes Animation CSS*/

.bubble-boxes{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
}
.bubble-boxes li{
  position: absolute;
  list-style: none;
  display: flex;
  width: 20px;
  height: 20px;
  background: rgba(255,255,255,.2);
  animation: animate 25s linear infinite;
  bottom: -800px;
}

/* 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1  */
.bubble-boxes li:nth-child(1){
  left: 25%;
  width: 80px;
  height: 40px;
  animation-delay: 0;
}

li:nth-child(1):before,
li:nth-child(1):after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
}

li:nth-child(1):before {
  bottom: 100%;
  border-bottom: 28px solid rgba(255,255,255,.2);
}

li:nth-child(1):after {
  top: 100%;
  width: 0;
  border-top: 28px solid rgba(255,255,255,.2);
}

/* 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 */
.bubble-boxes li:nth-child(2){
  left: 10%;
  width: 30px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 12s;
}

li:nth-child(2):before,
li:nth-child(2):after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

li:nth-child(2):before {
  bottom: 100%;
  border-bottom: 10px solid rgba(255,255,255,.2);
}

li:nth-child(2):after {
  top: 100%;
  width: 0;
  border-top: 10px solid rgba(255,255,255,.2);
}

/* 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 */
.bubble-boxes li:nth-child(3){
  left: 70%;
  width: 30px;
  height: 15px;
  animation-delay: 4s;
}

li:nth-child(3):before,
li:nth-child(3):after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

li:nth-child(3):before {
  bottom: 100%;
  border-bottom: 10px solid rgba(255,255,255,.2);
}

li:nth-child(3):after {
  top: 100%;
  width: 0;
  border-top: 10px solid rgba(255,255,255,.2);
}

/* 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 */
.bubble-boxes li:nth-child(4){
  left: 40%;
  width: 60px;
  height: 30px;
  animation-delay: 0s;
  animation-duration: 18s;
}

li:nth-child(4):before,
li:nth-child(4):after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
}

li:nth-child(4):before {
  bottom: 100%;
  border-bottom: 19px solid rgba(255,255,255,.2);
}

li:nth-child(4):after {
  top: 100%;
  width: 0;
  border-top: 19px solid rgba(255,255,255,.2);
}

/* 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5  5 5 5 5 */
.bubble-boxes li:nth-child(5){
  left: 65%;
  width: 30px;
  height: 15px;
  animation-delay: 0s;
}

li:nth-child(5):before,
li:nth-child(5):after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

li:nth-child(5):before {
  bottom: 100%;
  border-bottom: 10px solid rgba(255,255,255,.2);
}

li:nth-child(5):after {
  top: 100%;
  width: 0;
  border-top: 10px solid rgba(255,255,255,.2);
}

/* 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6  */
.bubble-boxes li:nth-child(6){
  left: 75%;
  width: 60px;
  height: 35px;
  animation-delay: 3s;
}

li:nth-child(6):before,
li:nth-child(6):after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
}

li:nth-child(6):before {
  bottom: 100%;
  border-bottom: 18px solid rgba(255,255,255,.2);
}

li:nth-child(6):after {
  top: 100%;
  width: 0;
  border-top: 18px solid rgba(255,255,255,.2);
}

/* 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7  */
.bubble-boxes li:nth-child(7){
  left: 35%;
  width: 100px;
  height: 50px;
  animation-delay: 7s;
}

li:nth-child(7):before,
li:nth-child(7):after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
}

li:nth-child(7):before {
  bottom: 100%;
  border-bottom: 30px solid rgba(255,255,255,.2);
}

li:nth-child(7):after {
  top: 100%;
  width: 0;
  border-top: 30px solid rgba(255,255,255,.2);
}

/* 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8  */
.bubble-boxes li:nth-child(8){
  left: 50%;
  width: 90px;
  height: 50px;
  animation-delay: 15s;
  animation-duration: 45s;
}

li:nth-child(8):before,
li:nth-child(8):after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
}

li:nth-child(8):before {
  bottom: 100%;
  border-bottom: 26px solid rgba(255,255,255,.2);
}

li:nth-child(8):after {
  top: 100%;
  width: 0;
  border-top: 26px solid rgba(255,255,255,.2);
}

/* 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9  */
.bubble-boxes li:nth-child(9){
  left: 20%;
  width: 18px;
  height: 10px;
  animation-delay: 2s;
  animation-duration: 35s;
}

li:nth-child(9):before,
li:nth-child(9):after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

li:nth-child(9):before {
  bottom: 100%;
  border-bottom: 5.96px solid rgba(255,255,255,.2);
}

li:nth-child(9):after {
  top: 100%;
  width: 0;
  border-top: 5.96px solid rgba(255,255,255,.2);
}


/* 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 */
.bubble-boxes li:nth-child(10){
  left: 85%;
  width: 100px;
  height: 55px;
  animation-delay: 0s;
  animation-duration: 12s;
}

li:nth-child(10):before,
li:nth-child(10):after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
}

li:nth-child(10):before {
  bottom: 100%;
  border-bottom: 30px solid rgba(255,255,255,.2);
}

li:nth-child(10):after {
  top: 100%;
  width: 0;
  border-top: 30px solid rgba(255,255,255,.2);
}


/* 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 */
.bubble-boxes li:nth-child(11){
  left: 35%;
  width: 90px;
  height: 50px;
  animation-delay: 15s;
  animation-duration: 20s;
}

li:nth-child(11):before,
li:nth-child(11):after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
}

li:nth-child(11):before {
  bottom: 100%;
  border-bottom: 26px solid rgba(255,255,255,.2);
}

li:nth-child(11):after {
  top: 100%;
  width: 0;
  border-top: 26px solid rgba(255,255,255,.2);
}

/* 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 */
.bubble-boxes li:nth-child(12){
  left: 58%;
  width: 60px;
  height: 35px;
  animation-delay: 12s;
}

li:nth-child(12):before,
li:nth-child(12):after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
}

li:nth-child(12):before {
  bottom: 100%;
  border-bottom: 18px solid rgba(255,255,255,.2);
}

li:nth-child(12):after {
  top: 100%;
  width: 0;
  border-top: 18px solid rgba(255,255,255,.2);
}

/* 13 13 13 13 13 13 13 13 13 13 13 13 13 13 13 */
.bubble-boxes li:nth-child(13){
  left: 75%;
  width: 18px;
  height: 10px;
  animation-delay: 2s;
  animation-duration: 55s;
}

li:nth-child(13):before,
li:nth-child(13):after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

li:nth-child(13):before {
  bottom: 100%;
  border-bottom: 5.96px solid rgba(255,255,255,.2);
}

li:nth-child(13):after {
  top: 100%;
  width: 0;
  border-top: 5.96px solid rgba(255,255,255,.2);
}

/*  14 14 14 14 14 14 14 14 14 14 14 14 14 14 14 14  */
.bubble-boxes li:nth-child(14){
  left: 80%;
  width: 60px;
  height: 30px;
  animation-delay: 0s;
  animation-duration: 18s;
}

li:nth-child(14):before,
li:nth-child(14):after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
}

li:nth-child(14):before {
  bottom: 100%;
  border-bottom: 19px solid rgba(255,255,255,.2);
}

li:nth-child(14):after {
  top: 100%;
  width: 0;
  border-top: 19px solid rgba(255,255,255,.2);
}

@keyframes animate{
  0%{
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100%{
    transform: translateY(-1000px) rotate(720deg);
    opacity: 1;
    /* border-radius: 50%; */
  }
}
