
.card {
	background-color: transparent;
}

.text-center {
	text-align: center;
	display: inline
}

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

.form-signin .form-control {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

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

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

/* CAROUSEL - Make the image fully responsive */
.carousel-inner img {
	width: 100%;
	/*height: 100%;*/
}

#carousel-outer{
	position: relative;
	width: 100%;
	height: 100%;
}

#carousel {
	position: absolute;
	z-index: -1;
}
