@import url("https://fonts.googleapis.com/css?family=Open+Sans");

/* Styles */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans";
  font-size: 14px;
  background-color: #F0EEEE;
}

form {
  padding: 20px;
  background: #2c3e50;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 30px;
}
form label,
form input,
form button {
  border: 0;
  margin-bottom: 3px;
  display: block;
  width: 100%;
}
form input {
  height: 25px;
  line-height: 25px;
  background: #fff;
  color: #000;
  padding: 0 6px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

form input[type="checkbox"]{
  width: auto;
  display: inline;
  line-height: 13px;
  height: 13px;
  margin-right: 5px;
  margin-top: 10px;
}

form button {
  background: #e67e22;
  color: #fff;
  margin-top: 10px;
  cursor: pointer;
}

form a,
form a:link,
form a:visited,
form a:hover,
form a:active{
  color: #fff;
}


form .error {
  color: #ff0000;
  float: left;
}

form .agree{
    height: 30px;
    line-height: 30px;
}

/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}


/* CSS PER PAGINE SITI */

.template-newsletter h1{
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

.template-newsletter h2{
  font-size: 20px;
  text-align: center;
}

.template-newsletter h3{
  font-size: 16px;
  text-align: center;
}

.template-newsletter .logo{
  margin-bottom: 30px;
}

.template-newsletter .logo img{
  margin: 0px auto;
}

.template-newsletter form{
  margin-top: 15px;
}

.template-newsletter .container p{
  text-align: center;
}

.template-newsletter #sendNewsletter{
  color: #fff;
  background-color: #20b90f;
  border: none;
  font-weight: bold;
  font-size: 18px;
}
.template-newsletter #sendNewsletter:hover{
  background-color: #1ed00b;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}
