/*signup-form*/

.section-signup {
    padding: 5em 2.5em 3em;
    color: #FFFFFF;
    background: linear-gradient(to bottom, #000000 ,#00334d, #000000 );
    font-size: 16px;
}

.section-thanks{
    padding: 2em 2.5em 2em;
    color: #000000;
    font-size: 16px;
    background-color: #EEEEEE;
    min-height: 400px;
}


.signup-form  {
  font-weight:400;
  line-height: 1.5;
}

.signup-form span {
  margin: 0 8px;
}

.signup-form .help-block {
  font-size: 14px;
  color: #EEEEEE;
}

.signup-form input {
  border: 1px #666666 solid;
  border-radius: 4px;
  font-size: 1.2rem;
}

.signup-form select {
  border: 1px #333333 solid;
  border-radius: 4px;
  padding: 8px 16px;
  background-color: #EEEEEE;
  font-size: 1.2rem;
}

.signup-txt {
  font-size: 24px;
  font-weight: 700;
  line-height: 2.2;
}

.signup-sub {
  font-size: 16px;
  line-height: 2;
}

select {

appearance: none;

-moz-appearance: none;

-webkit-appearance: none;
}

.signup-form input[type="radio"] {
  margin: 8px 16px;
  width: 16px;
  height: 16px;
}

.signup-form input[type=checkbox] {
  margin: 8px 12px;
  width: 20px;
  height: 20px;
}

label span {
  margin: 0 2px;
}