.subscribe{
	width: 360px;
	padding:10% 0 0;
	margin: auto;
	
}

.form{
	opacity: 0.9;
	position: relative;
	z-index:1;
	background:#fe5a1d;
	max-width: 360px;
	margin: 0 auto 100px;
	padding: 45px;
	text-align: center;
}

.form input{
	font-family: "Roboto", sans-serif;
	outline: 1;
	background:  #ff8c00;
	width: 100%;
	border: 0;
	margin: 0 0 15px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
}

.form button{
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	outline: 0;
	background: #ff8c00;
	width:100%;
	border: 0;
	padding: 15px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
}

.form button:hover,.form button:active{
	background:  #cc5200;
}

.form .message a{
	color: #ff8c00;
	text-decoration: none;
}

//.thank_you{
	//display: none;
//}