
/* This is client specific! */
/* ---------------------------------------- G E N E R A L ---------------------------------------- */
/* The Owner Logo */
@import '../../platform-assets/clientlogo.css';
@import '../../platform-assets/brand_variables.css';
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.logo {
  margin-top: 20px;
  margin-left:15px;
}

/* saml login */
/* openId login */
#hplSamlLogin,
#hplIdpLogin {
  display: block;
  padding: 10px 20px;

  background-image: url('../../platform-assets/default/Logo_Okta.png');
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 50px;
  border: 1px solid #007fcb;

  font-family: 'NexaBold', var(--sf-platform-font-family-sans-serif, sans-serif);
  font-size: 16px;
  text-decoration: none;
  color: #007fcb;
}

#hplSamlLogin:hover,
#hplIdpLogin:hover {
  background-color: #f0f4f7;
}

.languageselectorholder,
.languageselectorholderlogin {
  position: absolute;
  top: 40px;
  right: 20px;
}
.languageselectorholder select.languageselector,
.languageselectorholderlogin select.languageselector {
  padding: 8px;
  border: 0px;
  min-width: 100px;
  font-size: 12px;
  border-radius: 0px;
  border: 0px solid #cccccc;
}
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
  /*it gives error:Validation (CSS 2.1): 'box-sizing' is not a known CSS property name. */
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 100%;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  box-sizing: border-box;
  font-family: "Montserrat", var(--sf-platform-font-family-sans-serif, sans-serif);
  font-size: 14px;
  color:var(--textColor);
}
a {
  color: var(--primaryColor);
  text-decoration: underline;
  font-size:14px;
}
a:hover {
  text-decoration: none;
  color: var(--primaryColorHover);
}
input {
  font-size: 14px;
}
/* De distance bepaalt of de content in het verticale midden van het scherm staat */
div.distance {
  display: block;
  height: 0px;
}
.container {
  position: absolute;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-bottom: 20px;
  min-height: 540px;
}
/* styling dialog panel */
.dialoguePanel {
  border-radius: 2px;
  background-color: rgba(255,255,255,0.7);
  display: block;
  position: relative;
  margin-top:125px;
  width: calc(100% - 30px);
  float: none;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 0px 10px 0px;
}

.dialoguePanel > div {
  margin: 10px 20px;
}
.dialoguePanel div .label {
  color:var(--primaryColorHover);
  margin-bottom: 4px;
  font-family: "Montserrat", var(--sf-platform-font-family-sans-serif, sans-serif);
  font-weight: 400;
  font-size: 21px !important;
  text-transform: uppercase;
}
.dialoguePanel div input {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 14px !important;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
.dialoguePanel .errorMessage {
  font-size: 14px !important;
  font-weight: bold;
}
.dialoguePanel .errorMessage span {
 background-color: #E74C3C;
  color: #fff;
  padding: 10px;
  display: block;
  border-radius:2px;
  font-weight:normal;
  line-height:1.5;
}
.dialoguePanel input[type=submit] {
  height: auto;
  background-position: bottom;
  cursor: pointer;
  background-color: var(--primaryColor);
  background-image: none;
  border-radius: 2px;
  font-family: "Montserrat", var(--sf-platform-font-family-sans-serif, sans-serif);
  font-weight: 400;
  font-size: 16px !important;
  color: #fff;
  border: 0px;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  text-transform: uppercase;
}
.dialoguePanel input[type=submit]:hover {
  background-image: none;
  background-color: var(--primaryColorHover);
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.dialoguePanel .forgotPassword,
.dialoguePanel .register {
  text-align: center;
}
.dialoguePanel .forgotPassword a,
.dialoguePanel .register a {
  color: #35bef2;
  text-decoration:none;
}
.dialoguePanel .forgotPassword a:hover,
.dialoguePanel .register a:hover {
  color: #0d98cd;
  text-decoration:underline;
}
.dialoguePanel .header {
  color: #8c8c8c;
  font-family: "Montserrat", var(--sf-platform-font-family-sans-serif, sans-serif);
  font-weight: 600;
  font-size: 18px !important;
  width: 260px !important;
}
.dialoguePanel .text {
  color: #8c8c8c;
  font-size: 14px !important;
  width: 260px !important;
}
.divOwnerLoginHtml {
  position: relative;
  float: left;
  min-height: 260px;
  width: calc(100% - 30px);
  margin:15px;
  display: block;
  border-radius: 2px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
  background-color: #ffffff;
  display: none;
}
.divOwnerLoginHtml .welcome {
  font-size: 26px;
  margin: 30px 30px 0px 30px;
  font-weight: normal;
  color: #35bef2;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.divOwnerLoginHtml .welcome_txt {
  font-size: 14px;
  line-height: 18px;
  margin: 30px;
  color: #787878;
  margin-top: 0px;
  line-height: 1.5;
}
.divOwnerLoginHtml .login {
  display: none;
}
/* The small round SyncForce symbol */
.SFsymbol {
  visibility: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 32px;
  height: 23px;
  background-image: url("../../platform-assets/default/landing_sflogo.gif");
  background-repeat: no-repeat;
  z-index: 2;
}
/* footer  */
.version {
  position: relative;
  float: left;
  clear: both;
  margin-top: 13px;
  margin-left: 20px;
  color: #cccccc;
}
.copyright {
  position: relative;
  float: left;
  margin-left: 20px;
  margin-top: 10px;
  color: #cccccc;
}

.dialoguePanel * {
  position: relative !important;
}

.extraOuterDiv1 {
  background-image: url('../../platform-assets/default/EHL_main-image.webp');
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
  top:100px;
  width:100%;
  height:65%;
  position: absolute;
}

/* tablet ----------- */
@media only screen  and (min-width : 600px) {
  .container {width: 550px; position: relative;}
  .divOwnerLoginHtml {
    position: absolute;
    min-height: 260px;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 125px;
    display: block;
    border-radius: 2px;
    background-color: #ffffff;
  }

  .dialoguePanel {
    position: absolute;
    margin-top: 491px;
    width: calc(100% - 30px);
  }
}

/* Desktops and laptops ----------- */
@media only screen  and (min-width : 915px) {
  .container {width: 910px; position: relative;}
  .divOwnerLoginHtml {
    position: relative;
    float: left;
    min-height: 260px;
    width: 550px;
    margin-top: 125px;
    margin-left: 20px;
    display: block;
    border-radius: 2px;
    background-color: #ffffff;
    display: block;
  }

  .dialoguePanel {
    position: relative;
    margin-top: 125px;
    width: 350px;
    float: right;
  }
}