@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700);
#ctl00_ContentPlaceHolder1_pnlRegistration {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #005164;
}

.inputTextBox {
  font-family: "Open Sans", sans-serif;
  color: #68a2c2;
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  background: white;
  border-radius: 0px;
  border: 1px solid white;
  width: 280px;
  padding: 12px 14px 12px 14px;
  margin: 0 10px 22.5px 0;
  width: 248px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.inputTextBox:hover, .inputTextBox:focus {
  color: #68a2c2;
  background: white;
  border: 1px solid #005164;
}

.button {
  font-family: "Open Sans", sans-serif;
  float: left;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  padding: 12px 32px;
  color: white;
  text-transform: uppercase;
  background: #005164;
  border: 1px solid #005164;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in
}

.button:hover, .button:active {
  color: white;
  background: #e10177;
  border: 1px solid #e10177;
}

[id*="registration_"] {
  min-height: 44px;
}

[id*="ctl00_ContentPlaceHolder1_rfvFirstname"] {
  color: white;
}

table#ctl00_ContentPlaceHolder1_rblGender {
  position: relative;
  top: -4px;
  left: -5px;
}

#ctl00_ContentPlaceHolder1_pnlThankYou {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 24px !important;
  color: #005164;
}

#ctl00_ContentPlaceHolder1_cboStandardProfile {
  height: 30px;
  width: 278px;
}

#registration_profilemessage {
  margin-bottom: 30px;
  line-height: 24px;
}

input.inputTextBox::-webkit-input-placeholder {
  color: #68a2c2;
}

input.inputTextBox:-moz-placeholder {
  color: #68a2c2;
}

input.inputTextBox::-moz-placeholder {
  color: #68a2c2;
}

input.inputTextBox:-ms-input-placeholder {
  color: #68a2c2;
}

#registration_maintitle {
  display: none;
}

#registration_Title {
display: none;
}

#registration_Titlebox {
display: none;
}

#registration_CompanyName {
  display: none;
}

#registration_CompanyNamebox {
  display: none;
}

#registration_Question {
  display: none;
}

#registration_Questionbox {
  display: none;
}

#registration_Address {
  display: none
}
