@import url('https://fonts.googleapis.com/css?family=PT+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_Gender 				{ display:none; }
#registration_Genderbox 			{ display:none; }
#registration_profilemessage		{ display:none; }
#registration_Question				{ display:none; }
#registration_Questionbox			{ display:none; }
#ctl00_ContentPlaceHolder1_chkOptInRequired { display:none; }

body { background-color:#eb730a; }
body, input, textarea, select, th, td {     
	font-family: 'PT Sans', "sans serif";
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 0 0 10px 0; 
	color: #fff;
}
a { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; }

* { outline: 0 }

input[type=text],
input[type=password] { width:100%; }

input[type=text],
input[type=password],
textarea,
select { 
	background-color: #fff;
	padding: 10px 10px;
	border: 1px solid #fff;
	font-family: 'PT Sans', "sans serif";
	font-size: 14px;
	line-height: 18px;
	color:#eb730a;
 	margin-bottom:10px;
	border-radius:3px;

}
select { padding:9px 5px; width:100% !important }
input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus { 
	border: 1px solid #000;
 }

/* GRIDS */
	#registration_BasicInfo { 
		display:grid;
		grid-template-columns: 1fr 22px;
		grid-template-areas:
			"lbl-first 		."
			"input-first 	."
			"lbl-last 		."
			"input-last 	."
			"lbl-company 	."
			"input-company 	."
			"lbl-email 		."
			"input-email 	.";
	}
	#registration_Profiling { 
		display:grid;
		grid-template-columns: 1fr;
		grid-template-areas:
			"lbl-profile"
			"input-profile";
	}
	#registration_registrationbutton {display:grid;
		grid-template-columns: 130px;
		grid-template-areas:
			"button";
	}
#ctl00_ContentPlaceHolder1_cmsGDPROptInCheckbox { display:inline-block;width:74%; vertical-align:middle; line-height:24px; }


#registration_Firstname { grid-area: lbl-first; padding-top:7px; width:100%; text-align:left;}
#registration_Surname { grid-area: lbl-last; padding-top:7px; width:100%; text-align:left; }
#registration_EmailAddress { grid-area: lbl-email; padding-top:7px; width:100%; text-align:left; }
#registration_CompanyName { grid-area: lbl-company; padding-top:7px; width:100%; text-align:left; }
#registration_StandardProfile { grid-area: lbl-profile; padding-top:7px; width:100%; text-align:left; }

#registration_Firstnamebox { grid-area: input-first; }
#registration_Surnamebox { grid-area: input-last; }
#registration_EmailAddressbox { grid-area: input-email; }
#registration_CompanyNamebox { grid-area: input-company; }
#registration_StandardProfilebox { grid-area: input-profile; }

#registration_Firstname .label,
#registration_Surname .label,
#registration_CompanyName .label,
#registration_EmailAddress .label, 
#registration_StandardProfile .label { 
	font-family: 'PT Sans', "sans serif";
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 0 10px 25px 0; 
	color: #fff;
}
#registration_CompanyName .label,
#registration_StandardProfile .label { 
    padding-right: 20px; 
}
#registration_Firstname .label::after,
#registration_Surname .label::after,
#registration_EmailAddress .label::after { content:" *"; }

#registration_Firstnamerequired span,
#registration_Surnamerequired span,
#registration_EmailAddressrequired span,
#ctl00_ContentPlaceHolder1_cpvPassword { color: #000000 !important }

#registration_registrationbutton input {
	grid-area: button;
 	background-color: #fff;
	border: 1px solid #fff;
	border-radius:5px;
	color:#eb730a;
	padding: 10px 10px;
	font-family: 'PT Sans', "sans serif";
	font-weight:bold;
	font-size: 14px;
	line-height: 18px;
	margin-top:10px;
	text-align:center;
}

#registration_registrationbutton input:hover {
 	background-color: #fff; color:#000; 
}

#registration_thankyou {  }

#registration_Firstnamerequired 	{ font-size:10px; position:absolute; z-index:1; top: 7px; left:78px; }
#registration_Surnamerequired 		{ font-size:10px; position:absolute; z-index:1; top: 82px; left:76px; }
#registration_EmailAddressrequired 	{ font-size:10px; position:absolute; z-index:1; top: 232px; left:76px; }

#pnlArticleFound { background-color:#fff; padding:10px; margin:10px auto; }

/*
#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; }
*/