
html, body {
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  font-style: normal;
  
  height: 100%;
}

/* page ----------------------------------------------------------------------- */

.cdu-kc-body {
@media only screen and (max-width: 896px) {
  background: #ffffff;
}

margin: 0 0;
padding: 0 0;
}

.cdu-kc_page-wrapper {
display: flex;
flex-direction: column;
height: 100%;
min-height: 100%;
align-items: stretch;

}

/* header ----------------------------------------------------------------------- */

.cdu-kc_page-header {
@media only screen and (max-width: 896px) {
  display: none;
}
display: flex;
justify-content: space-between;
background: #52b7c1;
padding: 18px 0;
}

.cdu-kc_page-header-title {
color: #ffffff;
font-family: "Inter", sans-serif;
font-weight: 800;
font-size: 36px;
}

.cdu-kc_page-header-logo {
margin-right: 18px;
}

/* footer ----------------------------------------------------------------------- */

.cdu-kc_page-footer {
@media only screen and (max-width: 896px) {
  display: none;
}
display: flex;
background: #ffffff;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
justify-content: end;
align-items: center;
padding: 12px 6px;
}

.cdu-kc_footer-link {
margin: 0px 12px;
font-family: "IBM Plex", serif;
color: #BEC1C7;
font-size: 16px;
}

.cdu-kc_footer-logo {
  background: #ffffff;
  padding: 2px 2px;

}

.cdu-kc_footer-link a {
font-size: 16px;
color: #d9d9d9;

&:hover {
  color: #d9d9d9;
}

&:active {
  color: #d9d9d9;
}
}

/* Login ----------------------------------------------------------------------- */

.cdu-kc_login-wrapper {
@media only screen and (max-width: 896px) {
  margin: 18px;
}

width: 100%;
max-width: 1180px;
border-radius: 6px;
margin: 36px;
display: flex;
align-items: center;
justify-content: center;
background: #ffffff;
}

.cdu-kc_login-container {
width: 100%;
max-width: 420px;
}

.cdu-kc_logout-container {
  width: 100%;
  max-width: 460px;
  color: #1b191d;
  }

.cdu-kc_healine {
margin-bottom: 42px;
font-family: "Inter", sans-serif;
}

.cdu-kc_input-row {
margin-bottom: 36px;
position: relative;
}

.cdu-kc_button-row {
display: flex;
justify-content: space-between;

@media only screen and (max-width: 896px) {
  flex-direction: column;
}

flex-direction: row;
}

.cdu-kc_button-row a {
font-size: 14px;
color: #52b7c1;

&:hover {
  color: #52b7c1;
}

&:active {
  color: #52b7c1;
}
}

.cdu-kc_input-row label {
margin-bottom: 3px;
display: block;
font-size: 14px;
font-weight: 500;
}

.cdu-kc_input-row input[type="text"],
input[type="password"] {
display: block;
font-size: 16px;
font-weight: 500;
padding: 9px 6px;
width: calc(100% - 18px);
border: 1px solid #747474;
border-radius: 3px;
outline: 0;

&:hover {
  border-color: #52b7c1;
}

&:active {
  border-color: #52b7c1;
}
&:focus {
  outline: 0;
  border-color: #52b7c1;
}
}

#showPSW {
position: absolute;
top: 24px;
right: 12px;
border: none;

height: 30px;
cursor: pointer;
color: #000000;
background: none;
transform: translateX(2px);
}

.cdu-kc_cta-button {
@media only screen and (max-width: 896px) {
  width: 100%;
}
font-family: "Inter", sans-serif;
width: auto;
font-weight: 500;
padding: 12px;
font-size: 16px;
color: #ffffff;
background: #52b7c1;
border: 1px solid #52b7c1;
border-radius: 3px;
cursor: pointer;
}

.cdu-kc_sec-button {
@media only screen and (max-width: 896px) {
  width: 100%;
  margin: 12px 0px;
}
font-family: "Inter", sans-serif;
width: auto;
font-weight: 500;
padding: 12px;
font-size: 16px;
color: #52b7c1;
background: #ffffff;
border: none;
border-radius: 3px;
border: 1px solid #52b7c1;
text-decoration: none;
}

.cdu-kc_error {
font-size: 14px;
color: #ff0000;
}

/* Helper ----------------------------------------------------------------------- */
.cdu-kc_display-onlyMobile {
@media only screen and (max-width: 896px) {
  display: block;
}
display: none;
}

.cdu-kc_hide-onlyMobile {
@media only screen and (max-width: 896px) {
  display: none;
}
display: inline;
}

.cdu-kc_blue-bg {
background: #2d3c4b;
}

.cdu-kc_intend {
padding-left: 36px;
padding-right: 9px;
}

.cdu-kc_page-content {
display: flex;
justify-content: center;
align-items:center;
flex-direction: column;
flex: 1;
margin: 0px 15px 50px 15px;
}

.cdu-kc_extraBold-font {
font-weight: 800;
}
.cdu-kc_white-color {
color: #ffffff;
}

.cdu-kc_margin-t-18px {
margin-top: 18px;
}

.cdu-kc_center-onlyMobile {
@media only screen and (max-width: 896px) {
  text-align: center;
}
text-align: left;
}

.cdu-kc_fontsize-large {
@media only screen and (max-width: 896px) {
  font-size: 20px;
  line-height: 24px;
}

font-size: 30px;
line-height: 48px;
}

.cdu-kc_fontsize-Xlarge {
@media only screen and (max-width: 896px) {
  font-size: 38px;
}
font-size: 48px;
}

.cdu-kc_intend-small {
@media only screen and (max-width: 896px) {
  padding: 3px 9px 3px 9px;
}
padding: 3px 6px 3px 18px;
}

.cdu-kc_intend-large {
@media only screen and (max-width: 896px) {
  padding: 3px 6px 3px 18px;
}
padding: 3px 6px 3px 36px;
}


/* Terms ----------------------------------------------------------------------- */
.cdu-kc_terms-wrapper{


  @media only screen and (max-width: 896px) {
    width: 100%;

  }
   width: 1024px;
}
.cdu-kc_terms-content {

@media only screen and (max-width: 896px) {
  margin: 18px;
  line-height: 18px;
  font-size: 14px;
}
margin: 36px 0px;
line-height: 22px;
color: #1b191d;
font-family: "IBM Plex Serif", serif;
font-size: 16px;
letter-spacing: normal;
text-size-adjust 100%;

strong, b {
  font-weight: 700 !important;
  
}

h1 {
  @media only screen and (max-width: 896px) {
    line-height: 20px;
    font-size: 18px;
  }

  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  
  line-height: 30px;
  font-size: 26px;
  color: #ffffff;
  .padding {
    padding: 1px 3px;
  }
}


}

.cdu-kc_terms-button-container {
display: flex;
justify-content: center;
align-items: center;
}

.cdu-kc_margin-r-6px {
  margin-right: 6px;
}

.cdu-kc_margin-l-6px {
  margin-left: 6px;
}

.accEl {
  border-bottom: 1px solid #BEC1C7;
}
.accHead {
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  display:flex;
  justify-content: space-between;
  align-items: flex-start;
  
  padding: 20px 0px;
}


.accContent {

  background-color: white;
  max-Height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accHead:after {
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iRWJlbmVfMSIgZGF0YS1uYW1lPSJFYmVuZSAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiBub25lOwogICAgICAgIHN0cm9rZTogIzUyYjdjMTsKICAgICAgICBzdHJva2Utd2lkdGg6IDNweDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMywxNkwxMiw3bDksOSIvPgo8L3N2Zz4="); 
  width: 24px;
  height: 24px;
  content: '';
  display: inline-block;
  font-size: 24px;
  color: #52b7c1;
  margin: 6px 0px;
  
}

.accHead > p {
  display:inline-block;
  margin: 6px 0px;
}

.accHead.active:after {
  transform: rotate(0deg);
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iRWJlbmVfMSIgZGF0YS1uYW1lPSJFYmVuZSAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiBub25lOwogICAgICAgIHN0cm9rZTogIzUyYjdjMTsKICAgICAgICBzdHJva2Utd2lkdGg6IDNweDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMywxNkwxMiw3bDksOSIvPgo8L3N2Zz4="); 
  width: 24px;
  height: 24px;
  content: '';
  display: inline-block;
  font-size: 24px;
  color: #52b7c1;
  margin: 6px 0px;
  
}

.cdu-kc_additional-info {
  font-size: 16px;
}

.cdu-kc_additional-info a {
  font-size: 16px;
  color: #52b7c1;

  &:hover {
    color: #52b7c1;
  }
}