﻿	#bmfsearchform, #bmfsearch { text-align: left!important; }
	#bmfsearchform .form-group { margin-top: 1rem; }
	#bmfcontent .btn {
	line-height: 15px;
	border-radius: 4px;
	}


	#bmfsearch .btn:hover {
		color: #fff;
		background-color: #00b1f0;
		border-color: #269abc;
	}

	#bmfsearch {
		margin-top: 3rem;
		margin-bottom: 3rem;
		padding: 2rem!important;
		border-radius: 4px;
		-webkit-box-shadow: 0px 0px 66px 12px #eee3e3 inset;
		-moz-box-shadow: 0px 0px 66px 12px #eee3e3 inset;
		box-shadow: 0px 0px 66px 12px #ededed inset;

	}

	#bmfsearch form:nth-of-type(2) .form-group { margin-top: 1rem; }
