#signup_form {
  padding-top: 15px;
  text-align: right;
}

#signup-body {
  background: #e8e8e8;
  color: #082e4a;
}

#signupButton {
  background: #c5203e;
  border-radius: 3px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em !important;
  margin-bottom: 15px;
  padding: 0.3em 1em;
  position: relative;
}

a {
  color: #082e4a;
  text-decoration: underline;
  font-style: italic;
}

.input-simple input
{
  border: none;
  background-color: #fff;
  border-radius: 5px;
  color: #000;
  font-size: 14px;
  height: 44px;
  padding: 16px;
  margin-bottom: 16px;
}

input.form-control {
  border: 0;
}

/* Gosh dang stupid hacks. Good job CSS... */
.input-simple input::-webkit-input-placeholder
{
  color: #000;
}

.input-simple input:-moz-placeholder
{
  color: #000;
}

.input-simple input::-moz-placeholder
{
  color: #000;
}

.input-simple input:-ms-input-placeholder
{
  color: #000;
}