/* MAIN CONTAINER */
@media (min-width: 1370px) 
{
	.container 
	{
		width: 700px;
	}
}


input.form-control
{
	background-color: #ffffff;
	color: #474747;
	border: 2px solid #808080;
	border-right: 0;
	border-bottom-left-radius: 40px;
	border-top-left-radius: 40px;
	height: 50px !important;
	font-size: 20px;
	padding-left: 30px;
	font-weight: medium;

}

.form-control:focus, .btn:focus
{
	border-color: #808080;
	box-shadow: none;
}

.input-group-btn .btn
{
	/* padding: 8px 12px; */
	background-color: #ffffff;
	border: 2px solid #808080;
	border-left: 0;
	border-radius: 0;
	border-bottom-right-radius: 40px;
	border-top-right-radius: 40px;
	height: 50px !important;
	padding-right: 20px;
	color: #6a6a6a;
}