@charset "UTF-8";
body section.newsletterSignIn{
  background:url("/themes/IST2EFC667DCF/res/img/bg/newsletterBackground.jpg") no-repeat center center;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  padding:9rem 0;
}
body section.newsletterSignIn div.siteBoundaries{
  text-align:center;
  color:white;
}
body section.newsletterSignIn div.siteBoundaries h2{
  font-size:2.4rem;
  margin-bottom:2rem;
}
body section.newsletterSignIn div.siteBoundaries hr{
  display:block;
  border:0;
  width:10rem;
  height:2px;
  margin:0 auto;
  border-top:2px solid Gray;
  margin-bottom:2rem;
}
body section.newsletterSignIn div.siteBoundaries form input, 
body section.newsletterSignIn div.siteBoundaries form button{
  display:block;
  margin:0 auto;
}
body section.newsletterSignIn div.siteBoundaries form input[type="email"]{
  border:0;
  box-shadow:none;
  width:50%;
  line-height:4.5rem;
  padding:0 1rem;
  margin-bottom:2rem;
  color:initial;
}
body section.newsletterSignIn div.siteBoundaries form button{
  border:0;
  background:none;
  box-shadow:none;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0px;
  width:12rem;
  height:4.5rem;
  border:2px solid Gray;
  color:white;
  transition:all 0.3s;
}
body section.newsletterSignIn div.siteBoundaries form button:hover{
  border:2px solid white;
  color:Gray;
}
body section.newsletterSignIn div.siteBoundaries form button:disabled{
  border-color:Gray;
  color:Gray;
}
body section.newsletterSignIn div.siteBoundaries form p.formMessage.error,
body section.newsletterSignIn div.siteBoundaries form p.formMessage.success{
  margin-top:2rem;
  padding:1rem 0;
  min-height:4rem;
}
body section.newsletterSignIn div.siteBoundaries form p.formMessage.error{
  background-color:red;
}
body section.newsletterSignIn div.siteBoundaries form p.formMessage.success{
  background-color:blue;
}