.container_animation{
	margin-left: 30%;
}
.swing div {
  border-radius: 50%;
  float: left;
  height: 1em;
  width: 1em;
}
.swing div:nth-of-type(1) {
  background: -webkit-linear-gradient(left, #385c78 0%, #325774 100%);
  background: linear-gradient(to right, #385c78 0%, #325774 100%);
}
.swing div:nth-of-type(2) {
  background: -webkit-linear-gradient(left, #325774 0%, #47536a 100%);
  background: linear-gradient(to right, #325774 0%, #47536a 100%);
}
.swing div:nth-of-type(3) {
  background: -webkit-linear-gradient(left, #4a5369 0%, #6b4d59 100%);
  background: linear-gradient(to right, #4a5369 0%, #6b4d59 100%);
}
.swing div:nth-of-type(4) {
  background: -webkit-linear-gradient(left, #744c55 0%, #954646 100%);
  background: linear-gradient(to right, #744c55 0%, #954646 100%);
}
.swing div:nth-of-type(5) {
  background: -webkit-linear-gradient(left, #9c4543 0%, #bb4034 100%);
  background: linear-gradient(to right, #9c4543 0%, #bb4034 100%);
}
.swing div:nth-of-type(6) {
  background: -webkit-linear-gradient(left, #c33f31 0%, #d83b27 100%);
  background: linear-gradient(to right, #c33f31 0%, #d83b27 100%);
}
.swing div:nth-of-type(7) {
  background: -webkit-linear-gradient(left, #da3b26 0%, #db412c 100%);
  background: linear-gradient(to right, #da3b26 0%, #db412c 100%);
}
.shadow {
  clear: left;
  padding-top: 1.5em;
}
.shadow div {
  -webkit-filter: blur(1px);
  filter: blur(1px);
  float: left;
  width: 1em;
  height: .25em;
  border-radius: 50%;
  background: #e3dbd2;
}
.shadow .shadow-l {
  background: #d5d8d6;
}
.shadow .shadow-r {
  background: #eed3ca;
}
@-webkit-keyframes ball-l {
  0%, 50% {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
  }
  100% {
    -webkit-transform: rotate(50deg) translateX(-2.5em);
    transform: rotate(50deg) translateX(-2.5em);
  }
}
@keyframes ball-l {
  0%, 50% {
    -webkit-transform: rotate(0) translate(0);
    transform: rotate(0) translateX(0);
  }
  100% {
    -webkit-transform: rotate(50deg) translateX(-2.5em);
    transform: rotate(50deg) translateX(-2.5em);
  }
}
@-webkit-keyframes ball-r {
  0% {
    -webkit-transform: rotate(-50deg) translateX(2.5em);
    transform: rotate(-50deg) translateX(2.5em);
  }
  50%,
  100% {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
  }
}
@keyframes ball-r {
  0% {
    -webkit-transform: rotate(-50deg) translateX(2.5em);
    transform: rotate(-50deg) translateX(2.5em);
  }
  50%,
  100% {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0)
  }
}
@-webkit-keyframes shadow-l-n {
  0%, 50% {
    opacity: .5;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: .125;
    -webkit-transform: translateX(-1.57em);
    transform: translateX(-1.75em);
  }
}
@keyframes shadow-l-n {
  0%, 50% {
    opacity: .5;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: .125;
    -webkit-transform: translateX(-1.75);
    transform: translateX(-1.75em);
  }
}
@-webkit-keyframes shadow-r-n {
  0% {
    opacity: .125;
    -webkit-transform: translateX(1.75em);
    transform: translateX(1.75em);
  }
  50%,
  100% {
    opacity: .5;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes shadow-r-n {
  0% {
    opacity: .125;
    -webkit-transform: translateX(1.75em);
    transform: translateX(1.75em);
  }
  50%,
  100% {
    opacity: .5;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.swing-l {
  -webkit-animation: ball-l .425s ease-in-out infinite alternate;
  animation: ball-l .425s ease-in-out infinite alternate;
}
.swing-r {
  -webkit-animation: ball-r .425s ease-in-out infinite alternate;
  animation: ball-r .425s ease-in-out infinite alternate;
}
.shadow-l {
  -webkit-animation: shadow-l-n .425s ease-in-out infinite alternate;
  animation: shadow-l-n .425s ease-in-out infinite alternate;
}
.shadow-r {
  -webkit-animation: shadow-r-n .425s ease-in-out infinite alternate;
  animation: shadow-r-n .425s ease-in-out infinite alternate;
}


.bg-bubbles {
						position: absolute;
						top: 0;
						left: 0;
						width: 100%;
						height: 100%;
						z-index: 1;
						}
						.bg-bubbles li {
						position: absolute;
						list-style: none;
						display: block;
						width: 40px;
						height: 40px;
						background-color: rgba(255, 255, 255, 0.2);
						bottom: -160px;
						-webkit-animation: square 25s infinite;
						animation: square 25s infinite;
						-webkit-transition-timing-function: linear;
						transition-timing-function: linear;
						}
						.bg-bubbles li:nth-child(1) {
						left: 10%;
						}
						.bg-bubbles li:nth-child(2) {
						left: 20%;
						width: 80px;
						height: 80px;
						-webkit-animation-delay: 2s;
						animation-delay: 2s;
						-webkit-animation-duration: 17s;
						animation-duration: 17s;
						}
						.bg-bubbles li:nth-child(3) {
						left: 25%;
						-webkit-animation-delay: 4s;
						animation-delay: 4s;
						}
						.bg-bubbles li:nth-child(4) {
						left: 40%;
						width: 60px;
						height: 60px;
						-webkit-animation-duration: 22s;
						animation-duration: 22s;
						background-color: rgba(255, 255, 255, 0.25);
						}
						.bg-bubbles li:nth-child(5) {
						left: 70%;
						}
						.bg-bubbles li:nth-child(6) {
						left: 80%;
						width: 120px;
						height: 120px;
						-webkit-animation-delay: 3s;
						animation-delay: 3s;
						background-color: rgba(255, 255, 255, 0.2);
						}
						.bg-bubbles li:nth-child(7) {
						left: 32%;
						width: 160px;
						height: 160px;
						-webkit-animation-delay: 7s;
						animation-delay: 7s;
						}
						.bg-bubbles li:nth-child(8) {
						left: 55%;
						width: 20px;
						height: 20px;
						-webkit-animation-delay: 15s;
						animation-delay: 15s;
						-webkit-animation-duration: 40s;
						animation-duration: 40s;
						}
						.bg-bubbles li:nth-child(9) {
						left: 25%;
						width: 10px;
						height: 10px;
						-webkit-animation-delay: 2s;
						animation-delay: 2s;
						-webkit-animation-duration: 40s;
						animation-duration: 40s;
						background-color: rgba(255, 255, 255, 0.3);
						}
						.bg-bubbles li:nth-child(10) {
						left: 90%;
						width: 160px;
						height: 160px;
						-webkit-animation-delay: 11s;
						animation-delay: 11s;
						}
						@-webkit-keyframes square {
						0% {
						-webkit-transform: translateY(0);
						transform: translateY(0);
						}
						100% {
						-webkit-transform: translateY(-700px) rotate(600deg);
						transform: translateY(-700px) rotate(600deg);
						}
						}
						@keyframes square {
						0% {
						-webkit-transform: translateY(0);
						transform: translateY(0);
						}
						100% {
						-webkit-transform: translateY(-700px) rotate(600deg);
						transform: translateY(-700px) rotate(600deg);
						}
						}
						
						
						
						.wrapper {
						/*background: #50a3a2;
						background: -webkit-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
						background: linear-gradient(to bottom right, #50a3a2 0%, #53e3a6
						100%);*/
						position: absolute;
						/*top: 50%;*/
						left: 0;
						width: 100%;
						height: 100%;
						/*margin-top: -300px;*/
						overflow: hidden;
						}
						.wrapper.form-success .container h1 {
						-webkit-transform: translateY(85px);
						transform: translateY(85px);
						}
						
						.container h1 {
						font-size: 40px;
						-webkit-transition-duration: 1s;
						transition-duration: 1s;
						-webkit-transition-timing-function: ease-in-put;
						transition-timing-function: ease-in-put;
						font-weight: 200;
						}
						form {
						position: relative;
						z-index: 2;
						}
						.to-front {
						position: absolute;
						right:0px;
						z-index: 2;
						}
						form input {
						-webkit-appearance: none;
						-moz-appearance: none;
						appearance: none;
						outline: 0;
						border: 1px solid rgba(71, 107, 133, 0.4);
						/*background-color: rgba(71, 107, 133, 0.2);*/
						width: 250px;
						border-radius: 3px;
						padding: 5px 10px
						margin: 0 auto 10px auto!important;
						display: block;
						/*text-align: center;*/
						font-size: 18px;
						color: #2c348c;
						-webkit-transition-duration: 0.25s;
						transition-duration: 0.25s;
						font-weight: 300;
						}
						form input:hover {
						background-color: rgba(71, 107, 133, 0.4);
						}
						form input:focus {
						background-color: white;
						color: #1c3d89;
						}
						form button {
						-webkit-appearance: none;
						-moz-appearance: none;
						appearance: none;
						outline: 0;
						background-color: #3cb4d0;
						border: 0;
						padding: 10px 15px;
						color: #fff;
						border-radius: 3px;
						cursor: pointer;
						font-size: 18px;
						-webkit-transition-duration: 0.25s;
						transition-duration: 0.25s;
						}
						form button:hover {
						background-color: #f5f7f9;
						}
						.bg-bubbles {
						position: absolute;
						top: 0;
						left: 0;
						width: 100%;
						height: 100%;
						z-index: 1;
						}
						.bg-bubbles li {
						position: absolute;
						list-style: none;
						display: block;
						width: 40px;
						height: 40px;
						background-color: rgba(255, 255, 255, 0.2);
						bottom: -160px;
						-webkit-animation: square 25s infinite;
						animation: square 25s infinite;
						-webkit-transition-timing-function: linear;
						transition-timing-function: linear;
						}
						.bg-bubbles li:nth-child(1) {
						left: 10%;
						}
						.bg-bubbles li:nth-child(2) {
						left: 20%;
						width: 80px;
						height: 80px;
						-webkit-animation-delay: 2s;
						animation-delay: 2s;
						-webkit-animation-duration: 17s;
						animation-duration: 17s;
						}
						.bg-bubbles li:nth-child(3) {
						left: 25%;
						-webkit-animation-delay: 4s;
						animation-delay: 4s;
						}
						.bg-bubbles li:nth-child(4) {
						left: 40%;
						width: 60px;
						height: 60px;
						-webkit-animation-duration: 22s;
						animation-duration: 22s;
						background-color: rgba(255, 255, 255, 0.25);
						}
						.bg-bubbles li:nth-child(5) {
						left: 70%;
						}
						.bg-bubbles li:nth-child(6) {
						left: 80%;
						width: 120px;
						height: 120px;
						-webkit-animation-delay: 3s;
						animation-delay: 3s;
						background-color: rgba(255, 255, 255, 0.2);
						}
						.bg-bubbles li:nth-child(7) {
						left: 32%;
						width: 160px;
						height: 160px;
						-webkit-animation-delay: 7s;
						animation-delay: 7s;
						}
						.bg-bubbles li:nth-child(8) {
						left: 55%;
						width: 20px;
						height: 20px;
						-webkit-animation-delay: 15s;
						animation-delay: 15s;
						-webkit-animation-duration: 40s;
						animation-duration: 40s;
						}
						.bg-bubbles li:nth-child(9) {
						left: 25%;
						width: 10px;
						height: 10px;
						-webkit-animation-delay: 2s;
						animation-delay: 2s;
						-webkit-animation-duration: 40s;
						animation-duration: 40s;
						background-color: rgba(255, 255, 255, 0.3);
						}
						.bg-bubbles li:nth-child(10) {
						left: 90%;
						width: 160px;
						height: 160px;
						-webkit-animation-delay: 11s;
						animation-delay: 11s;
						}
						@-webkit-keyframes square {
						0% {
						-webkit-transform: translateY(0);
						transform: translateY(0);
						}
						100% {
						-webkit-transform: translateY(-700px) rotate(600deg);
						transform: translateY(-700px) rotate(600deg);
						}
						}
						@keyframes square {
						0% {
						-webkit-transform: translateY(0);
						transform: translateY(0);
						}
						100% {
						-webkit-transform: translateY(-700px) rotate(600deg);
						transform: translateY(-700px) rotate(600deg);
						}
						}
						
						
						
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
color: black;

}