/**
 * 
 */
 body {
	background: #FFF url(../images/background-map.jpg) 50% -10px no-repeat;
	font-family: 'Roboto Condensed';
	font-size: 1rem;
	color: #073649;
}

.container {
	max-width: 1260px;
	min-height: 800px;;
}

/**
 * form
 */
 .input-group-text {
	border-radius: 50% !important;
	width: 40px;
	height: 40px;
	background: #073649;
	color: #fff;
	border: none;
	margin-right: 5px;
	font-size: 1rem;
}

.input-group .form-control {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border-radius: 25px !important;
	border: none;
	background: #ebeff2;
	font-family: 'Roboto Condensed';
	font-size: 16px;
	font-weight: 300;
}

.btn-outline-primary-dark {
	margin: 0;
	padding: 0;
	background: #fff;
	border: 1px #073649 solid;
	width: 117px;
	height: 40px;
	line-height: 40px;
	border-radius: 25px;
	font-family: 'Roboto Condensed';
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	cursor: pointer;

	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-ms-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
}

.btn-outline-primary-dark:hover {
	background: #073649;
	color: #fff;
  }