@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
body{
    background: #fff;
	font-weight:bold;
}

#ctl00_ContentPlaceHolder1_lblMainTitle { display:none; }
#registration_Address 				{ display:none; }
#registration_logindetails			{ display:none; }
#registration_Title 				{ display:none; }
#registration_Titlebox 				{ display:none; }
#registration_profilemessage		{ display:none; }
#registration_Question				{ display:none; }
#registration_Questionbox			{ display:none; }
#ctl00_ContentPlaceHolder1_chkOptInRequired { display:none; }


#ctl00_ContentPlaceHolder1_lblMainTitle{
  line-height: 28px;
  font-family: "Raleway", sans-serif;
  font-weight: 100;
  font-size: 18px;
	color:#232323;
}

#registration_BasicInfo .label,
#registration_Address .label,
#registration_Profiling .label,
#registration_logindetails .label{
  display: block;
  line-height: 28px;
  font-family: "Raleway", sans-serif;
  font-weight: 100;
  font-size: 18px;
  margin: 10px 0px;
	color:#17287A;
}

.label:empty{
  display: none !important;
}

.inputTextBox,
.dropDownList,
select {
  display: block;
  margin: 5px 0px 5px 0px !important;
  padding: 5px 15px;
  background: #FBF6EE;
	color:#17287a;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 28px;
	font-weight:bold;
}

input[type=text],
input[type=password] { width:366px !important; color:#17287A; background-color:#FBF6EE; font-weight:bold; padding:10px 20px; }
select { padding:13px 20px !important; width:100% !important }

input, select { border: 0px !important; }

#registration_registrationbutton input[type="submit"]{
  display: inline-block;
  padding: 16px 32px !important;
  text-align: center;
  transition: all 0.1s ease;
  color: #17287A;
  font-size: 18px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  text-decoration: none;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  width: auto;
  border: 0px;
  margin-top: 20px;
	background: #fff;
	box-shadow: 2px 2px 10px rgb(0 0 0 / 5%);
}
#registration_registrationbutton input[type="submit"]:hover { background-color: rgb(232, 207, 172); }

#registration_Genderbox{
  padding: 9px 0px
}

#registration_City,
#registration_Citybox,
#registration_Postcode,
#registration_Postcodebox{
  top: auto;
}

#ctl00_ContentPlaceHolder1_lblOptIn{
  line-height: 28px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
}

.registration_buttons ul{
  padding: 0px 20px;
}

.registration_buttons ul li,
#ctl00_ContentPlaceHolder1_cmsGDPROptInCheckbox,
#ctl00_ContentPlaceHolder1_rblGender label{
  line-height: 28px;
  font-family: "Raleway", sans-serif;
  font-weight: 100;
  font-size: 16px;
}

#registration_Firstnamerequired 	{ font-size:10px; position:absolute; z-index:1; top: 92px; left:10px; }
#registration_Surnamerequired 		{ font-size:10px; position:absolute; z-index:1; top: 151px; left:10px; }
#registration_EmailAddressrequired 	{ font-size:10px; position:absolute; z-index:1; top: 262px; left:10px; }
