.ui-tabs-panel{
	padding: 1rem; !important
}

.pkp_form{
	line-height: 1.1rem !important;
}

.pkp_form .section{
  	margin-bottom: 0.5rem !important;
}

.cmp_form .fields > div {
	padding-bottom: .3rem !important;
}

.cmp_breadcrumbs{
	display: none !important;
}

.page_register > p{
	display: none !important;	
}

.page_register > h1{
	display: none !important;	
}

.optin-email{
	display: none !important;	
}

.pkp_brand_footer{
	display: none !important;
}

fieldset.consent .optin-email {
    display: none !important;
}

fieldset.identity {
  float: left !important;
  margin-right: 4rem;
  width: 40%;
}
fieldset.login {
  float: right !important;
  width: 40% !important;
}
fieldset.consent {
  clear: both;
}