@import url('https://fonts.googleapis.com/css?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_StandardProfile		{ display:none; }
#registration_StandardProfilebox	{ display:none; }
#registration_Question				{ display:none; }
#registration_Questionbox			{ display:none; }*/
#registration_message				{ display:none; }
body, input, textarea, select, th, td {     
	font-family: 'Open Sans', "sans serif";
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    padding: 0 0 0 0; 
	color: #666;
}
a { text-decoration: none; color: #002e50; }
a:hover { text-decoration: underline; }

* { outline: 0 }

#registration_maintitle { margin-left: 150px; }

input[type=text],
input[type=password] { width:100%; }

input[type=text],
input[type=password],
textarea,
select { 
	background-color: #fff;
	padding: 8px 16px;
	border: 2px solid #fff;
	font-family: 'Open Sans', "sans serif";
	font-size: 14px;
	line-height: 25px;
	color:#666;
 	margin-bottom: 10px;
	border-radius:5px;

}
select { padding:8px 16px; width:100% !important }
input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus { 
	border-color: #2ea3f2;
 }

/* GRIDS */
#registration_BasicInfo { 
	display:grid;
	grid-template-columns: 150px 1fr 44px;
	grid-template-areas:
		"lbl-first 		input-first 	."
		"lbl-last 		input-last 		."
		"lbl-company 	input-company 	."
		"lbl-email 		input-email 	.";
}
#registration_registrationbutton {display:grid;
	grid-template-columns: 150px 130px;
	grid-template-areas:
		".	button";
}
.AcceptedAgreement { display:inline-block;margin-left:150px; }
#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:right;}
#registration_Surname { grid-area: lbl-last; padding-top:7px; width:100%; text-align:right; }
#registration_EmailAddress { grid-area: lbl-email; padding-top:7px; width:100%; text-align:right; }
#registration_CompanyName { grid-area: lbl-company; padding-top:7px; width:100%; text-align:right; }

#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_Firstname .label,
#registration_Surname .label,
#registration_CompanyName .label,
#registration_EmailAddress .label { 
	font-family: 'Open Sans', "sans serif";
    font-size: 12px;
    line-height: 25px;
    margin: 0;
    padding: 0 10px 25px 0; 
	color: #666;
}
#registration_CompanyName .label { 
    padding-right: 20px; 
}
#registration_Firstname .label::after,
#registration_Surname .label::after,
#registration_EmailAddress .label::after { content:" *"; }
#registration_Gender { display:none; }
#registration_Genderbox { display:none; }

#registration_Firstnamerequired span,
#registration_Surnamerequired span,
#registration_EmailAddressrequired span { color: #ff0000 !important }

#registration_registrationbutton input {
	grid-area: button;
 	background-color: #fff;
	border: 2px solid #2ea3f2;
	border-radius:3px;
	color:#2ea3f2;
	padding: 8px 16px;
	font-family: 'Open Sans', "sans serif";
	font-weight:bold;
	font-size: 14px;
	line-height: 25px;
	margin-top:10px;
	text-align:center;
}

#registration_registrationbutton input:hover {
 	background-color: #2ea3f2; border-color:#2ea3f2; color:#eee;
}

#registration_thankyou {  }

#registration_Firstnamerequired 	{ font-size:12px; position:absolute; z-index:1; top: 7px; left:135px; }
#registration_Surnamerequired 		{ font-size:12px; position:absolute; z-index:1; top: 54px; left:135px; }
#registration_EmailAddressrequired 	{ font-size:12px; position:absolute; z-index:1; top: 177px; left:135px; }

@media only screen and (max-width: 690px) {
#registration_Firstname { text-align:left; }
#registration_Surname { text-align:left; }
#registration_EmailAddress { text-align:left; }
#registration_CompanyName { text-align:left; }
#registration_StandardProfile { text-align:left; }

	#registration_BasicInfo { 
		display:grid;
		grid-template-columns: 1fr 44px;
		grid-template-areas:
			"lbl-first 		."
			"input-first 	."
			"lbl-last 		."
			"input-last 	."
			"lbl-company 	."
			"input-company 	."
			"lbl-email 		."
			"input-email 	.";
	}
	#registration_registrationbutton {display:grid;
		grid-template-columns: 130px;
		grid-template-areas:
			"button";
	}
	#registration_maintitle { padding-bottom:20px; margin-left: 0px; }
	.AcceptedAgreement { display:inline-block;margin-left:0px; }
	#ctl00_ContentPlaceHolder1_cmsGDPROptInCheckbox { width:92%; }
	
	#registration_Firstnamerequired 	{ top: 7px; left:73px; }
	#registration_Surnamerequired 		{ top: 94px; left:71px; }
	#registration_EmailAddressrequired 	{ top: 267px; left:69px; }
}


/*
#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; }
*/