html {
	position: relative;
	min-height: 100%;
}


a{
	color:#29275a;
}

.footer {
  width: 100%;
  height: 100px; /* Set the fixed height of the footer here */
  background-color:#e9ecef;
  
}

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}

.btn-bst {
  color: #fff;
  background-color: #29275a;
  border-color: #29275a;
  width:70%;
  border-radius: 0rem;
}

.btn-bst:hover {
  color: #fff;
  background-color: #211048;
  border-color: #1e4e54;
}

.btn-bst:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.line{
	width:100%;
	height:94px;
	background-image: url("../img/line.png");
	background-size: 100%;
	 background-repeat: no-repeat;
	 background-color:#e9ecef;
}
label {
	margin-top: 1.0rem;
	margin-bottom: 0rem;
}

.form-container{
	background-color:none;
	width:100%;
}
.form-text{
	display:none;
}	
.form-container form{
	background-color:#fff;
	padding:50px;
	color:#333;
	
}

.jumbotron{
	display:none;
}

.mobimg{
	display:block;
	width:100%;
}

@media only screen and (min-width: 1200px) {
	.mobimg{
		display:none;
	}
	
	.jumbotron{

		display:block;
		background-image: url("../img/bg.jpeg");
		background-size: 100%;
		 background-repeat: no-repeat;

		min-height:1000px;
	}

	.form-text{
		display:block;
		color:#ffffff;
		font-size:1.2em;
		font-weight:bold;		
	}	

	.form-container{
		width:1000px;
		position:absolute;
		top:300px;
		left:50%;
		margin-left:-500px;
		
	}

	.footer {
	  position: absolute;
	  bottom: 0;
	  width: 100%;
	  height: 100px; /* Set the fixed height of the footer here */
	  background-color:#e9ecef;
	  
	}
}
	