   .card {
   margin-bottom: 15px !important;
   }
   .card-header {
   padding: 0.8rem 1rem 0.8rem;	   
   }
   .card-body {
	padding: 1rem !important;   
   }
   h4, .h4 {
   font-size:18px !important;
   }

.card-header {
		 background: #ea5b2d;
		 }
		 .card-title {
		 color:#fff;
		 }

.image {
	border-right:3px solid #ea5b2e;
	width:100%;
	height:100%;
	min-height:100vh;
	left:-15px;
	position:absolute;
}

.image img {
	width:100%;
	height:100%;
	object-fit:cover;
}

.form {
	padding-top:100px;
}

.form .logo img {
	width:50%;
	height:auto;
	margin-bottom:50px;
}

.form .bf {
	border-radius:0px;
	outline:none;
	box-shadow:none;
}

.form select.bf {
	margin-bottom:50px;
}

.form .btn.btn-bf {
	background:#ea5b2e;
	color:#fff;
	width:100%;
	padding:7px auto;
	font-weight:600;
	text-transform:uppercase;
	border-radius:0px;
	outline:none;
	box-shadow:none;
	transition:all 0.5s;
}

.form .btn.btn-bf:hover,
.form .btn.btn-bf:focus,
.form .btn.btn-bf:active {
	background:#5bc0dd;
}

.formResult {
	background:#f1f1f1;
	border:1px solid #eee;
	color:#000;
	font-weight:500;
	text-align:center;
	padding: 30px 15px 15px;
}

@media only screen and (max-width: 992px) {
  .image {
	  display:none;
  }
  
  .form {
	  padding-top:20px;
  }
  .form .logo img {
	  width:100%;
	  margin-bottom: 30px;
  }
  
  .form h3 {
	  font-size:1.3em;
  }
}