.ss-bg {

  background: url('https://media.surepetcare.com/website/images/form_asssembly_images/ss-bg-3.jpg') no-repeat center center;
  background-size:cover;
  min-height: 500px;
  padding: 10px 0;
}

.fa-newsletter {

  background: url('https://media.surepetcare.com/website/images/form_asssembly_images/newsletter_background.png') no-repeat center center;
  background-size:cover;
  min-height: 500px;
  padding: 10px 0;
}

.ss-ct {

  font-family: "Source Sans Pro";
  width: 95%;
  /*padding: 25px;*/
  margin: 0px auto;
  background: rgba(255,255,255,0.9);
  border: 0px;
  border-radius: 4px;
  color: #4A6170;

}

.ss-ct h1 {

  font-size:24px;
  color: #0099a8;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
img.fa_competition_relax{
  margin-top:2em;
  margin-bottom:2em;
}

h1.fa_news{
  background-color: #0099a8;
  color:white;
  font-size:22px;
  border-radius: 7px;
  padding:10px;
}
h3.fa_grey{
  color:grey;
  margin-bottom:2em;
}
h4.fa_bottom{
  margin-bottom:2em;
}

.small_blue_text{
  color:#16a6b6;
  font-size: 0.7em;
}
.ss-ct h2 {
  font-size: 1.1em;
}

.ss-ct h3 {
  font-size: 1.0em;
}

h3.explain {
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
  color: #4A6170;
}


.ss-desc {
  margin: 10px 0 20px 0;
  text-align: center;
  font-size: 1.1em;
  font-weight: 400;
}
p.fa_newsletter_intro{

  line-height: 20px;
  color: #414141;
  text-align: center;
}


label {
  display:block;
  font-weight: 700;
}

input[type="text"],[type="password"],[type="email"]#ss_email,[type="email"]#fa_news_email,.fa_country_select,.fa_select {
  width: 100%;
  height: 44px;
  border: 1px solid #c7c7c7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: 'OpenSans', sans;
  font-size: 1em;
  color: #414141;
  line-height: 30px;
  background-color: #F2F2F2;
  margin: 0px 0 15px 0;
  padding: 0 5px;
}


input[type="submit"]{
  width: 100%;
  margin: 10px 0 5px;
  background: #16a6b6;
  height: 30px;
  font-size: 1em;
  font-weight: 700;
  border:0;
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.legal {
  font-size: 14px;
}

.legal-space {
  margin-bottom: 12px;
}

.pref {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.checkbox-ct {
  padding-top:20px;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-ct input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ccc;
}

.checkbox-ct:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox-ct input:checked ~ .checkmark {
  background-color: #02A6B6;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-ct input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-ct .checkmark:after {
  box-sizing: border-box;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


@media screen and (min-width:767px) {

  .ss-ct {
    /*width: 80%;*/
    max-width: 600px;
  }
  input[type="text"], [type="password"], [type="email"]#ss_email,[type="email"]#fa_news_email, .fa_country_select{

    height: 40px;
    margin-bottom:30px;
  }

}
.ss_thanks_display, .submit_success_message{
  display:none;
}
.required.valid{
  border: 1px solid green;
}
.required.invalid{
  border: 1px solid red;
}


#ss_email.required.valid{
  border: 1px solid green;
}
#ss_email.required.invalid{
  border: 1px solid red;
}

#ss_form_submit.required.valid{
  background : #16a6b6;
  border: 1px solid green;
}

#ss_form_submit.required.invalid{
  background : #16a6b6;
  border: 0;
}

h1.ss_thanks {
  font-size:30px;
  margin-bottom:40px;
}
h2.ss-voucher-intro{
  font-size:1.4em;
  text-align: center;
}
h2.ss-voucher-code {
  font-size: 1.6em;
  background-color: #0099a8;
  color: white;
  border-radius: 10px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  border: #f6f4f4 2px dotted;
}
h3.ss-claim{
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
  color: #4A6170;
  line-height: 35px;

}
.ss_submit_field{
  margin-bottom:40px;
}
h1.ss-goto-product{
  font-size:48px;
  font-weight: bolder;

}
input.fa_news_input {
  margin-bottom: 5px;
}
select.fa_news_input {
  margin-bottom: 5px;
}
label.fa_news {
  margin-top: 18px;
  width:100%;
}


