@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Catamaran&display=swap');

body {
font-family: 'Catamaran', sans-serif;
color: #fff;
font-size: 17px;
	line-height:30px;
	background: #cb6015; /*#7da1c4;*/
	margin:0;
}

input[type="text"], select {
    float: left;
    width: 100%;
    padding: 5px 0px;
    margin-bottom: 15px;
    border: none;
    font-family: Arial, sans-serif;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 17px;
	line-height: 30px;
	box-sizing: border-box;
}
select {
	background: #7da1c4 !important;
	padding-left:115px;
	z-index: 10;
	padding-top: 9px;
}
input[type="text"]:focus, select:focus {
	outline: none;
	border-color:#c1d1e0;
}

.button {
	float: left;
    border: none;
    color: #fff;
    background-color: #000;
    border-radius: 50px;
    padding: 15px 50px;
    cursor: pointer;
    font-family: 'Catamaran', sans-serif;
    font-size: 18px;
	margin-top:25px;
	transition: ease-in 0.35s;
	transform-origin: bottom;
	font-weight: 400;
	}
.button:hover {
	color: #000;
	background-color: #fff;
}

#registration_CompanyName {display: none;}
#registration_Firstname {display: none;}
#registration_Surname {display: none;}
#registration_Gender {display: none;}
#registration_EmailAddress {display: none; }
#registration_EmailAddressbox { margin-top:20px;}
#registration_StandardProfile { display:none; }

#registration_maintitle span { font-size:44px; line-height:56px; font-weight:bold; }
#registration_maintitle { display:none; }
#registration_Title {display: none}
#registration_Titlebox {display: none}
#registration_Address {display: none}
#registration_Question {display:none}
#registration_Questionbox {display: none}
#registration_profilemessage {display: none}
#registration_Profiling {display: none}

#ctl00_ContentPlaceHolder1_pnlUsernamePassword { display:none; }

#registration_CompanyNamebox,
#registration_Firstnamebox,
#registration_Surnamebox,
#registration_EmailAddressbox,
#registration_StandardProfilebox
 { position: relative; box-sizing:border-box; width:100%; max-width:735px;margin-bottom:10px;}
#registration_StandardProfilebox { width:100%; max-width:850px; }

#registration_CompanyNamebox:after {
  content: 'Bedrijfsnaam: ';
  position: absolute;
  left: 0;
  top: 5px;
  color: #fff;
}
#registration_Firstnamebox:after {
  content: 'Voorletters:* ';
  position: absolute;
  left: 0;
  top: 5px;
  color: #fff;
}
#registration_Surnamebox:after {
  content: 'Achternaam:* ';
  position: absolute;
  left: 0;
  top: 5px;
  color: #fff;
}
#registration_EmailAddressbox:after {
  content: 'E-mail:* ';
  position: absolute;
  left: 0;
  top: 5px;
  color: #fff;
}
#registration_StandardProfilebox:after {
  content: 'Profiel: ';
  position: absolute;
  left: 0;
  top: 5px;
  color: #fff;
	
}
#ctl00_ContentPlaceHolder1_txtCompanyName,
#ctl00_ContentPlaceHolder1_txtFirstname,
#ctl00_ContentPlaceHolder1_txtSurname,
#ctl00_ContentPlaceHolder1_txtEmailAddress {
  position: relative;
  z-index: 10;
  background:none;
  padding-left:115px;
  width:100%;
}


#registration_Firstnamerequired,
#registration_Surnamerequired,
#registration_EmailAddressrequired {
	position:relative;
	right:0;
	top:-26px;
	z-index:15;
	height:5px;
	width:100%;
	overflow:hidden;
}
#registration_Firstnamerequired span,
#registration_Surnamerequired span,
#ctl00_ContentPlaceHolder1_rfvEmailAddress,
#ctl00_ContentPlaceHolder1_revEmailAddress,
#ctl00_ContentPlaceHolder1_chkOptInRequired {
	height:1px;
	width:100%;
	display:block;
	background: red !important;
	overflow:hidden;
} 


#registration_Gender {float:left; color: #bbb; }
input[type="radio"] {
    display:none;
}
input[type=radio] + label {
    background:url("https://nl.informanagement.com/data/newslettertemplates/dekleijnejanssen/radio-unselected2.png") no-repeat;
    height: 24px;
    width: 26px;
	margin-right:30px;
	padding-left:30px;
	display:inline-block;
	color: #fff;
}
input[type=radio]:checked + label {
    background:url("https://nl.informanagement.com/data/newslettertemplates/dekleijnejanssen/radio-selected2.png") no-repeat;
    height: 24px;
    width: 26px;
	display:inline-block;
}
#pnlArticleFound { background-color:#fff; padding: 20px; }
