<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
</head>
<body>
<section id="section-cta">
<div class="sep-background-mask"></div>
<div class="container">
<div class="row">
<div class="quick_newsletter">
<div class="newsletter-info col-md-4 col-sm-4">
<h3>Subscribe to Newsletters</h3>
<p>And stay informed about our news and events</p>
</div>
<div class="newsletter-element">
<form action="inc/newsletter.php" method="post">
<p class="col-md-3 col-sm-3"><input class="newsletter-firstname input-text" type="text" placeholder="Your Name"></p>
<p class="col-md-3 col-sm-3"><input class="newsletter-email input-text" type="email" placeholder="Enter email"></p>
<p class="col-md-2 col-sm-2"><button class="newsletter-submit btn" type="submit"><i class="fa fa-paper-plane"></i> Subscribe</button></p>
</form>
</div>
</div>
</div>
</div>
</section>
</body>
</html>
#section-cta {
background: url(http://templates.thememodern.com/compact/images/bg/bg-team.jpg) top fixed;
}
section {
padding: 60px 0 60px 0;
background: #fff;
}
section {
-webkit-background-size: 100% !important;
-moz-background-size: 100% !important;
-o-background-size: 100% !important;
background-size: 100% !important;
position: relative;
}
.sep-background-mask {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #29b6f6;
opacity: .9;
z-index: 1;
}
section > .container {
position: relative;
z-index: 2;
}
.quick_newsletter .newsletter-info {
color: #f8f8f8;
}
.quick_newsletter .newsletter-info {
color: #f8f8f8;
}
.quick_newsletter .newsletter-info h3 {
font-size: 20px;
font-weight: bold;
text-transform: uppercase;
line-height: 36px;
margin: 0px;
color: #f8f8f8;
}
.quick_newsletter .newsletter-element .input-text {
background-color: #f8f8f8;
padding: 15px 20px;
display: inline-block;
border: none;
outline: none;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
.quick_newsletter .newsletter-element .newsletter-submit {
font-size: 15px;
font-weight: bold;
color: #ffffff;
line-height: 21px;
padding: 15px 30px 15px 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
min-width: auto;
position: relative;
display: inline-block;
background-color: #555555;
}
.quick_newsletter .newsletter-element .newsletter-submit:hover {
background-color: #666565;
}
.quick_newsletter .newsletter-element .newsletter-submit i {
margin-right: 5px;
}
.quick_newsletter p {
margin-bottom: 0px;
}
@media only screen and (max-width: 767px){
.newsletter-element .input-text, .newsletter-element .newsletter-submit {
margin-top: 20px;
}}