/*signup-form*/

.section-signup {
    padding: 3.5em 1em 3em;
    color: #000000;
    background: linear-gradient(to right, #e5dff1 ,#cde3e9);
    /*background-color: #e5dff1;*/
    font-size: 1.2rem;
}


.signup-form  {
  color: #000000;
  font-weight:400;
  line-height: 1.4;
}

.signup-form span {
  margin: 0 8px;
}

.signup-form .help-block {
  font-size: 15px;
  color: #666666;
}

.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;
}

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 16px;
  width: 16px;
  height: 16px;
}

label span {
  margin: 0 2px;
}