<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  background: none;
}
#api {
  text-align: left;
}
.panel-body {
  display: flex;
  flex-direction: column;
}
.companyLogo {
  margin-bottom: 1rem;
  width: 60%;
  align-content: flex-start !important;
}
label {
  font-weight: 300;
  margin: 5px 0;
}
body {
  font-family: ratio, arial, sans-serif;
  font-size: 16px;
  color: #1d1d1d;
  line-height: 1.2;
  font-weight: 300;
}
button {
  font-family: roihu,Arial,sans-serif !important;
  font-weight: 700 !important;
  height: 40px;
  background-color: #75b4bb;
  border-radius: 0.5rem;
  border: none;
  color: #fff;
  font-size: 1em;
  margin-top: 10px;
  padding: 0px 20px;
}
button:hover {
  background-color: #5D9096;
 
}
.buttons {
  clear: both;
  text-align: left;
}
.buttons button {
  float: left;
  margin-right: 20px;
  margin-left: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6  {
	font-family: Roihu, arial, sans-serif;
	font-weight: 700;
	color: #32113F;
}

.entry-item, .attrEntry {
  text-align: left;
  margin-bottom: 5px;
}
.attrEntry label, .entry-item label {
  font-family: roihu,Arial,sans-serif;
  font-weight: 700;
}

p {
  margin: 0;
}

a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  
}
a:focus {
  outline: 0;
  border: 2px solid #000;
}
input,
select {
  border: 1px solid #605e5c;
}

input::placeholder {
  color: #fff;
  opacity: 0;
}

:focus,
a:focus {
  outline: none;
}
input,
select {
  border: 1px solid white;
}
input[type="password"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
select:focus {
  border: 1px solid rgba(41, 110, 198, 0.5);
}

.container {
  text-align: center;
  width: 100%;
  display: table;
  height: 100vh;
  padding: 0px;
}
#api {
  margin: 0 auto;
}
.col-lg-6 {
  max-width: 470px;
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0px;
}
.row {
  width: 100%;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}
ul {
  padding: 0;
}

.intro { 
  margin-top: 24px;
  text-align: left;
  display: none;
}

#simplemodal-container .simplemodal-data {
  padding: 5px 8px;
  overflow: hidden;
  background-color: white;
  border-radius: 3px;
  font-style: italic;
}
/** Social Button Styles **/
#SignInWithLogonNameExchange {
  background-color: #296ec6;
  background-image: url(none);
  background-size: 10%;
  background-position-x: 95%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  border-radius: 0.5rem;
  width: 100%;
  width: 100%;
  font-size: 1em;
  margin-left: auto;
}
#SignInWithLogonNameExchange:hover {
  background-color: #5d9096;
}
#AmazonExchange:hover {
  background-color: #36474f !important;
}
#FacebookExchange:hover {
  background-color: #3b5595 !important;
}
#GitHubExchange:hover {
  background-color: #0f0f0f !important;
}
#GoogleExchange:hover {
  background-color: #c64a29 !important;
}
#LinkedInExchange:hover {
  background-color: #0274b3 !important;
}
#MicrosoftAccountExchange:hover {
  background-color: #01a4ef !important;
}
#QQExchange:hover {
  background-color: #1a97df !important;
}
#TwitterExchange:hover {
  background-color: #1da1f2 !important;
}
#WeChatExchange:hover {
  background-color: #4cc522 !important;
}
#WeiboExchange:hover {
  background-color: #e81123 !important;
}

a {
  color: #1d1d1d;
}

#attributeList ul {
  padding: 0;
}
#attributeList ul li {
  list-style: none;
  margin: 1rem 0;
}

#attributeList ul li.CheckboxMultiSelect label,
#attributeList ul li.RadioSingleSelect label {
  display: block !important;
}
#attributeList ul li label[for="country"] {
  float: left;
  display: inline-block !important;
  margin-bottom: 0.5rem;
}
#attributeList ul li label[for="cpiminternal_legalCountry"] {
  float: none;
  display: block !important;
  text-align: left;
  margin-bottom: 0.5rem;
}
#attributeList ul li label[for="cpiminternal_dateOfBirth"] {
  float: none;
  text-align: left;
  display: block !important;
  margin-bottom: 0.5rem;
}
#attributeList ul li input {
  outline: none;
  height: 50px;
  width: 70%;
  border-radius: 0.5rem;
  text-indent: 10px;
}
#attributeList ul li input::-webkit-input-placeholder {
  text-indent: 20px;
}
#attributeList ul li .attrEntry.validate input:invalid,
#attributeList ul li .attrEntry.validate input.invalid {
  border: 1px solid #E71234;
}
#attributeList ul li .attrEntry .verify {
  margin-top: 2rem;
  padding-bottom: 10px;
  position: relative;
}
#attributeList ul li .attrEntry .itemLevel {
  display: none;
}
#attributeList ul li .attrEntry .dropdown_single {
  height: 45px;
  border-radius: 0.5rem;
  width: 100%;
  padding-left: 15px;
  box-shadow: 0px 2px 10px rgba(0, 0, 150, 0.15);
}
#attributeList ul li .attrEntry .dropdown_single option:first-child {
  display: block !important;
}
#attributeList ul li .attrEntry div#cpiminternal_dateOfBirth.date {
  display: table;
  width: 100%;
}
#attributeList ul li .attrEntry div#cpiminternal_dateOfBirth.date select {
  border-radius: 0.5rem;
  display: table-cell;
  height: 40px;
  box-shadow: 0px 2px 10px rgba(0, 0, 150, 0.15);
  padding-left: 15px;
}
#attributeList
  ul
  li
  .attrEntry
  div#cpiminternal_dateOfBirth
  select#cpiminternal_dateOfBirth_day.day {
  margin-right: 3%;
  width: 23%;
}
#attributeList
  ul
  li
  .attrEntry
  div#cpiminternal_dateOfBirth
  select#cpiminternal_dateOfBirth_month.month {
  margin-right: 3%;
  width: 38%;
}
#attributeList
  ul
  li
  .attrEntry
  div#cpiminternal_dateOfBirth
  select#cpiminternal_dateOfBirth_year.year {
  width: 33%;
}
#attributeList ul li .helpLink {
  display: none;
}

.companyLogo {
  width: 175px;
  text-align: left;
}

.panel-default {
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
}

img[data-tenant-branding-background="false"] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: fixed;
  left: 0;
  overflow: hidden;
  top: 0;
}

div[data-tenant-branding-background-color="false"] {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 0;
}

.imprint-nl:lang(nl),
.imprint-en:lang(en) {
  display: inherit !important;
}
.imprint {
  display: none;
}

input {
  border: 1px solid #d2d2d2 !important;
}

input,
select {
  border: 1px solid #605e5c;
}


img[data-tenant-branding-background="false"] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: fixed;
  left: 0;
  overflow: hidden;
  top: 0;
}
div[data-tenant-branding-background-color="false"] {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 0;
}
.container {
  text-align: center;
  width: 100%;
  display: table;
  height: 100vh;
  padding: 0;
}

@media screen and (max-width: 100%) {
  .row .panel-default .panel-body {
    margin-top: 40px;
  }
  .row .panel-default .panel-body .branding img {
    display: block;
    height: 80px;
    width: auto;
    margin: 0 auto;
  }
  .row .panel-default .panel-body .branding h1 {
    display: none;
  }
  .row .panel-default .panel-body h3 {
    font-size: 1.5em;
    margin-top: 15px;
  }
  #attributeVerification #attributeList ul li input {
    width: 60%;
    height: 40px;
    border-radius: 0.5rem;
    border: none;
    text-indent: 10px;
    box-shadow: 0 0px 40px 2px #dae1f7;
  }
  #attributeVerification #attributeList ul li input::-webkit-input-placeholder {
    text-indent: 10px;
  }
  #attributeVerification #attributeList ul li #email {
    width: 65%;
    float: left;
    position: relative;
    z-index: 2;
  }
  #attributeVerification #attributeList ul li #email_ver_but_verify {
    background: none;
    border: 0;
    color: #496ad8;
    font-size: 1em;
    position: relative;
    right: 0;
    top: 60px;
    font-size: 1.1em;
    width: auto;
    z-index: 1;
    height: 20px;
  }
  #attributeVerification #attributeList ul li #email_ver_input {
    min-width: 50%;
    width: 60%;
    float: left;
  }
  #attributeVerification #attributeList ul li #email_ver_but_resend {
    top: 10px;
    font-size: 1.1em;
    height: 20px;
  }
  #attributeVerification #attributeList ul li .attrEntry #email {
    height: 40px;
  }
  #attributeVerification
    #attributeList
    ul
    li
    .attrEntry
    .verify
    #email_ver_but_send:after {
    content: " Verify";
    font-size: 1.1em;
    font-style: bold;
    margin-left: 40%;
  }
  #attributeVerification
    #attributeList
    ul
    li
    .attrEntry
    .verify
    #email_ver_but_send {
    height: 40px;
    width: auto;
    float: right;
    overflow: hidden;
    text-indent: -200px;
  }
  #attributeVerification
    #attributeList
    ul
    li
    .attrEntry
    .verify
    #email_ver_but_edit {
    margin-bottom: 15px;
    border: none;
    color: white;
    background-color: #496ad8;
    border-radius: 0.5rem;
    font-size: 1em;
    box-shadow: 0 0px 40px 2px #dae1f7;
    width: 30%;
    height: 40px;
    overflow: hidden;
    padding-top: 6px;
    margin-left: 40%;
  }
  #attributeVerification #attributeList ul li .attrEntry .verify:after {
    content: " ";
    display: block;
    clear: both;
  }
  #attributeVerification #attributeList{
    margin-top: 15px;
  }
  
  #attributeVerification .buttons #cancel {
    font-size: 1em;
    left: 40%;
  }
}
.panel,
.panel_layout,
.panel_layout_row,
body,
html {
  height: 100%;
}
/** Phone **/
@media only screen and (max-width: 600px) {
  img[data-tenant-branding-background="false"] {
    display: none;
  }

  .container .row .panel-default {
    border-radius: 0px;
  }
}

@media only screen and (max-width: 600px){
img[data-tenant-branding-background="false"] {
    display: none;
}
.panel{
  border: none;
  box-shadow: none;
}
}

a:active, a:focus {
	outline: 0;
	border: none;
	-moz-outline-style: none;
}

input:focus {
	border: 1px solid #000 !important;
}

input[type=checkbox] {
	height: 16px;
	width: 20px !important;
	display: inline-block;
}

#simplemodal-container{
  border-radius: 0.5rem;
  width: 600px;
}

#verifying_blurb{
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

a &gt; img.companyLogo {
  display: flex;
  text-align: left;
}</pre></body></html>