/* sign_up.css */

@charset "UTF-8";

#sign-up-main-container {
  margin: 0;
  /*border: 1px solid red;*/
}

#page-header-text {
  height: 71px;
  padding-top: 8px;
}

#page-header-text h1 {
  display: inline;
  font-size: 400%;
  /*height: 10px;*/
  /*padding-top: 7px;*/
  padding-left: 10px;
  color: #444444;
}

#sign-up-inner-container {
  /*border: 1px solid blue;*/
  /*border: 4px solid #FBCB08;*/
  margin: 50px 10px 100px 10px;
  /*margin-top: 50px;
  margin-left: 10px;
  margin-right: 10px;*/
  padding-left: 10px;
  padding-right: 5px;
  /*padding-bottom: 50px;*/
  /*margin-bottom: 100px;*/
}

#sign-up-image {
  padding-left: 10px;
  padding-top: 10px;
  border: none;
  height: 65px;
}
/* Moved to main.css
#separator {
  border-top: 2px solid purple;
  border-bottom: 2px solid purple;
  background-color: #FBCB08;
  height: 15px;
}
*/
#supporter-sign-up-form {
  float: left;
}

#supporter-sign-up-form h1 {
  font-size: 175%;
  font-weight: bold;
  color: #EC4040;
  /*display: inline;*/
  margin-top: 10px;
  margin-bottom: 0;
}

#supporter-sign-up-form h2 {
  font-size: 100%;
  font-weight: bold;
  color: #536378;
  display: inline-block;
  margin-top: 0;
}

#required-text {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  color: #EC4040;
  margin-right: 20px;
}

#sign-up-button {
  cursor: pointer;
}

#help-button {
  position: absolute;
  display: block;
  z-index: 6;
  right: 5px;
  top: 110px;
  border: none;
  cursor: pointer;
}
/*
#sign-up-button {
  cursor: pointer;
}
*/
#thank-you {
  float: right;
  width: 305px;
  /*border: 1px solid blue;*/
}

#thank-you h1 {
  font-size: 175%;
  font-weight: bold;
  color: #EC4040;
  /*display: inline;*/
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

#thank-you h2 {
  font-size: 125%;
  font-weight: bold;
  color: #EC4040;
  /*display: inline-block;*/
  /*margin-top: 0;*/
  text-align: center;
}

#thank-you-message {
  padding-left: 5px;
  font-weight: bold;
  font-size: 85%;
}

#privacy-disclaimer {
  font-size: 70%;
  font-weight: bold;
}

#supporter-signup-logo {
  position: absolute;
  display: block;
  z-index: 5;
  right: 0px;
  top: 0px;
  height: 130px;
}

.sign-up-inner-border {
  border-style: solid;
  border-width: 4px;
}

.sign-up-label {
  width: 288px;
  margin: 0px;
  display: inline-block;
}

.required {
  font-size: 18px;
  font-weight: bold;
  color: #EC4040;
}

.red-bold {
  color: #ec4040;
  font-weight: bold;
}

.highlight {
  color: #000000;
  background-color: #e7cee6;
}
