@font-face {
	font-family: 'helvetica-neue-ce-35-thin';
	src: url('../fonts/helvetica-neue-ce-35-thin.eot');
	src: url('../fonts/helvetica-neue-ce-35-thin.eot?#iefix') format('embedded-opentype'), url('../fonts/helvetica-neue-ce-35-thin.woff') format('woff'), url('../fonts/helvetica-neue-ce-35-thin.ttf') format('truetype'), url('../fonts/helvetica-neue-ce-35-thin.svg#helvetica-neue-ce-35-thin') format('svg');
	font-weight: normal;
	font-style: normal;
}
.input-group .emailTry{
	background-color: transparent !important;
	border: 1px solid #f7f7f7 !important;
	height: 50px;
	color: #fff;    
	font-size: 22px;
	font-weight: normal;
	font-family: 'helvetica-neue-ce-35-thin';
	letter-spacing: 1px;
}
.input-group-btn .tryItFree{
	height: 50px;
	color: #fff !important;    
	font-size: 24px;
    background-color: #62D735 !important;
    border-color: #f7f7f7;
	outline: none !important;
	padding: 6px 15%;
	font-family: 'helvetica-neue-ce-35-thin';
	letter-spacing: 1px;
	font-weight: bold;
}
input[type=text]::placeholder {
    color: #fff;
}
:-ms-input[type=text]-placeholder { /* Internet Explorer 10-11 */
   color: #fff;
}
::-ms-input[type=text]-placeholder { /* Microsoft Edge */
   color: #fff;
}
@media (min-width: 768px) and (max-width: 992px) {
	.navbar-right {
		margin-right: 0 !important;
	}
	.input-group-btn .tryItFree {
		font-size: 18px;
	}
	.input-group .emailTry{    
		font-size: 18px;
	}
}
@media (max-width: 768px){
	.input-group .emailTry{    
		font-size: 14px;
		padding: 6px !important;
	}
	.input-group-btn .tryItFree {
		font-size: 14px;
		padding: 6px 7px !important;
	}
}