@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
/* Registration */
#registration_maintitle 			{ display:none; }
#ctl00_ContentPlaceHolder1_lblMainTitle { display:none; }
#registration_Address 				{ display:none; }
#registration_logindetails			{ display:none; }
/* #registration_Profiling			{ 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; }
body, input, textarea, select, th, td {     
	font-family:'Open Sans', Arial,sans-serif;
	font-size:14px;
	line-height:20px;
    margin: 0;
    padding: 0; 
	color: #fff;
}
body { padding-top:0px; }
a { text-decoration: underline; color: #ffbb15; }
a:hover { text-decoration: underline; }

* { outline: 0 }

#ctl00_ContentPlaceHolder1_lblOptIn { display:none; }

input[type=text],
input[type=password] { width:100%; }

input[type=text],
input[type=password],
textarea,
select { 
	background-color: #0b0044;
	padding: 10px;
	padding-left:110px;
	border: 2px solid #5b5481;
 	margin-bottom: 15px;
	margin-top:5px;
	border-radius:0px;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus { 
	border: 2px solid #fff;
 }

#registration_Firstname { grid-area: lbl-first; padding-top:2px; width:110px; position: absolute; left:12px; top:15px; z-index:1; }
#registration_Surname { grid-area: lbl-last; padding-top:2px; width:110px; position: absolute; left:12px; top:79px; z-index:1;  }
#registration_EmailAddress { grid-area: lbl-email; padding-top:2px; width:110px; position: absolute; left:12px; top:187px; z-index:1; }
/* #registration_CompanyName { grid-area: lbl-company; padding-top:2px; width:110px; position: absolute; left:12px; top:187px; z-index:1; } */
#registration_Gender { display:none; }
#registration_StandardProfile { display:none; }

#registration_Firstnamebox { grid-area: input-first; position:relative; }
#registration_Surnamebox { grid-area: input-last; position:relative; }
#registration_EmailAddressbox { grid-area: input-email; position:relative; }
/* #registration_CompanyNamebox { grid-area: input-company; position:relative; } */
#registration_Genderbox { grid-area: input-gender; position:relative; }
#registration_Genderbox td { padding-bottom:0px; }
#registration_StandardProfilebox { grid-area: input-profile; position:relative; }

#registration_Firstname .label,
#registration_Surname .label,
#registration_Gender .label,
#registration_EmailAddress .label, 
#registration_StandardProfile .label { 
    margin: 0;
    padding: 0 0 15px 0; 
}
#registration_Gender .label,
#registration_StandardProfile .label { 
    padding-right: 20px; 
}
#registration_Genderbox {
	margin-top:5px;
	margin-bottom:15px;
}
#registration_StandardProfilebox {
	padding-right:10px;
}
#ctl00_ContentPlaceHolder1_cboStandardProfile {
	width:100%;
	padding:8px 8px;
}
#registration_Firstname .label::after,
#registration_Surname .label::after,
#registration_EmailAddress .label::after { content:" *"; }
#registration_Gender {  }
#ctl00_ContentPlaceHolder1_rblGender td { padding-right:0px; }
#ctl00_ContentPlaceHolder1_rblGender td input { margin-right:5px; }

#registration_Firstnamerequired span,
#registration_Surnamerequired span,
#registration_EmailAddressrequired span { color:#ffbb15 !important; }

#registration_registrationbutton input {
	grid-area: button;
 	background-color: #ffbb15;
	border:0px solid #ffbb15;
	border-radius:0px;
	color:#fff;
	text-transform:uppercase;
	padding: 10px 15px;
	font-size:15px;
	font-weight:bold;
	line-height: 18px;
	margin-top:10px;
	text-align:center;
	letter-spacing: 1px;
}

#registration_registrationbutton input:hover {
 	background-color: #fff; 
	color:#0b0044;
	border:0px solid #ffbb15;
}

#registration_thankyou {  }

#registration_Firstnamerequired 	{ font-size:10px; position:absolute; z-index:1; top: 6px; left:60px; }
#registration_Surnamerequired 		{ font-size:10px; position:absolute; z-index:1; top: 23px; left:60px; }
#registration_EmailAddressrequired 	{ font-size:10px; position:absolute; z-index:1; top: 68px; left:60px; }

#registration_Firstname { text-align:left; }
#registration_Surname { text-align:left; }
#registration_EmailAddress { text-align:left; }
#registration_CompanyName { text-align:left; }
#registration_Gender { text-align:left; }
#registration_StandardProfile { text-align:left; }

	#registration_BasicInfo { 
		display:grid;
		grid-template-columns: 1fr 134px;
		grid-template-areas:
			"input-first 	."
			"input-last 	."
			"input-gender 	."
			"input-email 	.";
	}
	#registration_Profiling { 
		display:grid;
		grid-template-columns: 1fr;
		grid-template-areas:
			"lbl-profile"
			"input-profile";
	}
	#registration_registrationbutton {display:grid;
		grid-template-columns: 140px;
		grid-template-areas:
			"button";
		justify-self: end;
	}
	#registration_maintitle { padding-bottom:20px; margin-left: 0px; }
	.AcceptedAgreement { display:inline-block;margin-left:0px; }
	#ctl00_ContentPlaceHolder1_cmsGDPROptInCheckbox { width:92%; }
	
	#registration_Firstnamerequired 	{ top: 28px; left:12px; }
	#registration_Surnamerequired 		{ top: 92px; left:12px; }
	#registration_EmailAddressrequired 	{ top: 200px; left:12px; }


/*
#registration_Firstname 			{ position:absolute; top:0; left:0; float:left; width:40px; font-size:8pt; }
#registration_Firstnamebox 			{ position:absolute; top:25px; left:0; float:left; }
#ctl00_ContentPlaceHolder1_txtFirstname {width:205px; }
#registration_Firstnamerequired 	{ position:absolute; top:18px; left:5px; float:left; width:100px; height:16px; overflow:hidden; }
#registration_Surname 				{ position:absolute; top:40px; left:0; float:left; width:40px; font-size:8pt; }
#registration_Surnamebox 			{ position:absolute; top:55px; left:0; float:left; }
#ctl00_ContentPlaceHolder1_txtSurname {width:205px; }
#registration_Surnamerequired 		{ position:absolute; top:58px; left:5px; float:left; width:100px; height:16px; overflow:hidden; }
#registration_Genderbox				{ position:absolute; top:82px; left:0; float:left; width:150px; font-size:12px; }
#registration_EmailAddress 			{ position:absolute; top:105px; left:0; float:left; width:100px; font-size:8pt; }
#registration_EmailAddressbox 		{ position:absolute; top:120px; left:0; float:left; }
#ctl00_ContentPlaceHolder1_txtEmailAddress {width:205px; }
#registration_EmailAddressrequired 	{ position:absolute; top:123px; left:5px; float:left; width:100px; height:16px; overflow:hidden; }
.registration_buttons	{ position:absolute; top:15px; left:240px; float:left; width:100%; }
#registration_registrationbutton	{ position:absolute; top:155px; left:-240px; float:left; width:100px; }
*/