body {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #eee;
}

.form-signin, .form-signup {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}

.form-signin .form-signin-heading, .form-signup .form-signup-heading,
.form-signin .checkbox, .form-signup .checkbox {
	margin-bottom: 10px;
}

.form-signin .checkbox, .form-signup .checkbox {
	font-weight: normal;
}

.form-signin .form-control, .form-signup .form-control {
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form-signin .form-control:focus, .form-signup .form-control:focus {
	z-index: 2;
}

.form-signin input[type="text"], .form-signup input[type="text"] {
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.form-signin input[type="password"], .form-signup input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.form-signin .btn, .form-signup .btn {
	margin-bottom: 10px;
}

form button, form input {
	outline: 0;
	padding: 10px 15px;
	width: 250px;
	font-size: 18px
}

form {
	padding: 20px 0;
	position: relative;
	z-index: 2
}

form input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid rgba(255, 255, 255, .4);
	background-color: rgba(255, 255, 255, .2);
	border-radius: 3px;
	margin: 0 auto 10px;
	display: block;
	text-align: center;
	color: #fff;
	-webkit-transition-duration: .25s;
	transition-duration: .25s;
	font-weight: 300
}

form input:hover {
	background-color: rgba(255, 255, 255, .5)
}

form input:focus {
	background-color: #fff;
	width: 300px;
	color: #009688
}

form button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 0;
	color: #53e3a6;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition-duration: .25s;
	transition-duration: .25s
}

form button:hover {
	background-color: #f5f7f9
}

.wrapper {
	background: #50a3a2;
	background: -webkit-linear-gradient(top left, #50a3ff 0, #53e3ff 100%);
	background: linear-gradient(to bottom right, #50a3ff 0, #53e3ff 100%);
	position: absolute;
	top: 20%;
	left: 0;
	width: 100%;
	height: 400px;
	margin-top: -210px;
	overflow: hidden;
}

.container {
	max-width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	height: 400px;
	text-align: center
}

.container h1 {
	font-size: 32px;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-timing-function: ease-in-put;
	transition-timing-function: ease-in-put;
	font-weight: 200
}

.bg-bubbles {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	z-index: 1
}

.bg-bubbles li {
	position: absolute;
	list-style: none;
	display: block;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, .15);
	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%;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 17s;
	animation-duration: 17s
}

.bg-bubbles li:nth-child(3) {
	border-radius: 50%;
	left: 25%;
	-webkit-animation-delay: 4s;
	animation-delay: 4s
}

.bg-bubbles li:nth-child(4) {
	border-radius: 50%;
	left: 40%;
	width: 60px;
	height: 60px;
	-webkit-animation-duration: 22s;
	animation-duration: 22s;
	background-color: rgba(255, 255, 255, .25)
}

.bg-bubbles li:nth-child(5) {
	border-radius: 50%;
	left: 70%
}

.bg-bubbles li:nth-child(6) {
	border-radius: 50%;
	left: 80%;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	background-color: rgba(255, 255, 255, .2)
}

.bg-bubbles li:nth-child(7) {
	border-radius: 50%;
	left: 32%;
	width: 160px;
	height: 160px;
	-webkit-animation-delay: 7s;
	animation-delay: 7s
}

.bg-bubbles li:nth-child(8) {
	border-radius: 50%;
	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) {
	border-radius: 50%;
	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, .3)
}

.bg-bubbles li:nth-child(10) {
	border-radius: 50%;
	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)
	}
}

/*
.navbar {
	background-color: #177bef;
	border-color: #1428b4;
}
.navbar .navbar-brand {
	color: #ecf0f1;
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
	color: #53e3ff;
}
.navbar .navbar-text {
	color: #ecf0f1;
}
.navbar .navbar-nav > li > a {
	color: #ecf0f1;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
	color: #53e3ff;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
	color: #53e3ff;
	background-color: #1428b4;
}
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
	color: #53e3ff;
	background-color: #1428b4;
}
.navbar .navbar-toggle {
	border-color: #1428b4;
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
	background-color: #1428b4;
}
.navbar .navbar-toggle .icon-bar {
	background-color: #ecf0f1;
}
.navbar .navbar-collapse,
.navbar .navbar-form {
	border-color: #ecf0f1;
}
.navbar .navbar-link {
	color: #ecf0f1;
}
.navbar .navbar-link:hover {
	color: #53e3ff;
}

@media (max-width: 767px) {
	.navbar .navbar-nav .open .dropdown-menu > li > a {
		color: #ecf0f1;
	}
	.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #53e3ff;
	}
	.navbar .navbar-nav .open .dropdown-menu > .active > a,
	.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #53e3ff;
		background-color: #1428b4;
	}
}
*/

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 20px;
	line-height: 20px; /* Vertically center the text there */
	background-color: #FFA500;
	text-align: center;
}