/* search */
.h_search{
	width: 30%;
	position: relative;
	margin-top: 3.5%;
	float: right;
	margin-right: 50px;
}

/* search */
.login{
	width: 96%;
	position: relative;
	margin-top: 2%;
	float: right;
	margin-right:0px;
}

/*central do assinante*/
.central {
	font-family: 'Oswald';
	background: #346c9c;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 13px;
	padding: 12px 20px;
	border: none;
	cursor: pointer;
	width: 100%;
	position: relative;
	line-height: 1.5em;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius:10px;
	text-align: center;
	
}
.central:hover {
	background: #3B3B3B;

}

@media only screen and (max-width: 768px) {
	
.h_search {
	width: 105%;
	padding: 20px;
	max-width:105%;
	margin-right:0px;
}

.login{
	width: 97%;
	position: relative;
	margin-top: 5%;
	margin-right:0px;
	left:3px;
}
	
}
	
