.searchform{
	display:block;
	
}

.searchform label{

}

.searchform input[type=text]{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 1.5em;
	color: #202020;
	padding: 12px 10px 8px 20px;
	height:37px;
	border: none;
	border-bottom: solid 3px #dfdfdf;
	transition: border 0.3s;
	background-color:#dfdfdf;
}

.searchform input[type=text]:focus{
	border-bottom: solid 3px #b1b2b4;
	outline: none;
    /*box-shadow: 0 1px 0 0 #000;*/
}

.searchform button{
	background-color: #01629f;
	border-width: 0px;
	height:60px;
	width: 60px;
}
.searchform button i{
	
}

