
/* This is client specific! */
/* ---------------------------------------- G E N E R A L ---------------------------------------- */
/* The Owner Logo */
@import '../../platform-assets/clientlogo.css';
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Inter:wght@300;400;700&display=swap');
@import url('https://use.typekit.net/cya8gan.css');
@import url('../../platform-assets/brand_variables.css');

.languageselectorholder,
.languageselectorholderlogin {
  position: absolute;
  top: 40px;
  right: 20px;
}
.languageselectorholder select.languageselector,
.languageselectorholderlogin select.languageselector {
  padding: 8px;
  border: 0px;
  min-width: 100px;
  width:100%;
  font-size: 12px;
  border-radius: 10px;
  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 {
  background-position: center center;
  background-size: cover;
  background-image: url('../../platform-assets/default/vangeloven_background.webp');
  background-repeat: no-repeat;
  box-sizing: border-box;
  font-family: var(--font-family-sans);
  font-size: 14px;
  line-height: 150%;
  color: var(--color-text);
  margin: 0px;
  padding: 0px;
  background-color:#FAFAFA;
  background-attachment: fixed;
}

.logo {
  margin-left:15px;
  margin-bottom:30px;
}

a {
  color: #35bef2;
  text-decoration: underline;
  font-size:14px;
}

a:hover {
  text-decoration: none;
  color: #0d98cd;
}

input {
  font-family:  var(--font-family-sans);
  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: var(--border-radius);
  background-color: #ffffff;
  display: block;
  position: relative;
  width: calc(100% - 30px);
  float: none;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 0px 10px 0px;
  min-height: initial !important;
  z-index: 10;
}

.dialoguePanel > div {
  margin: 10px 20px;
}

.dialoguePanel div .label {
  margin-bottom: 4px;
  font-family: var(--font-family-sans) !important;
  font-weight: 400;
  font-size: 14px;
  color:var(--color-primary);
}

.dialoguePanel div input,
.dialoguePanel div input:focus
 {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 14px !important;
  border-radius: 10px;
  border-collapse: collapse;
  border: 1px solid #cccccc;
  outline: none;
}

.dialoguePanel input[type=submit] {
  height: auto;
  background-position: bottom;
  cursor: pointer;
  background-color: var(--color-primary);
  background-image: none;
  border-radius: 10px;
  font-family: var(--font-family-sans);
  color: #ffffff;
  border: 0px;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

.dialoguePanel input[type=submit]:hover {
  background-image: none;
  background-color: var(--color-primary-dark);
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

.dialoguePanel .forgotPassword,
.dialoguePanel .register {
  text-align: center;
}

.dialoguePanel .forgotPassword a,
.dialoguePanel .register a {
  color: var(--color-dark-blue);
  text-decoration:none;
}

.dialoguePanel .forgotPassword a:hover,
.dialoguePanel .register a:hover {
  opacity: 0.8;
  text-decoration:underline;
}

.dialoguePanel .header {
  color: #8c8c8c;
  font-family:  var(--font-family-sans);
  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: none;
  width: calc(100% - 30px);
  display: block;
  border-radius:  var(--border-radius);
  background-color: var(--color-primary);
  padding:40px;
  margin: 20px 15px 0 15px;
  display: none;
}

.divOwnerLoginHtml h1 {
  font-family: var(--font-family-sans);
  font-weight: 600;
  font-size:30px;
  color:#ffffff;
  line-height: 100%;
  margin:0;
}

.divOwnerLoginHtml p {
  color:#ffffff;
}

.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;
}

.video-wrapper {
  display: block;
  width:100%;
  height: 50vh;
  background-color: #cccccc;
  position: absolute;
  z-index: 0;
  overflow: hi;
}

video {
  /** Simulationg background-size: cover */
  object-fit: cover;
  height: 100%;
  width: 100%;

  position: absolute;
  top: 0;
  left: 0;
}


#form1 .extraOuterDiv1 {
	display: block;
	width:100%;
	height: 50vh;
	background-color: #cccccc;
	position: absolute;
	z-index: 0;
	background-image:url('../../platform-assets/default/background_static.png');
	background-repeat: no-repeat;
	background-size: cover;
}

#EmailValidator {}

.forgotpasswordContainer {}

.forgotpasswordContainer .header {font-family: var(--font-family-serif); color: var(--color-dark-blue);}
/* tablet ----------- */
@media only screen  and (min-width : 600px) {
  .container {width: 90%; position: relative;}
  .divOwnerLoginHtml {
    position: relative;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    display: none;
    float: right;
  }

  .dialoguePanel {
        float: left;
  }
}

/* Desktops and laptops ----------- */
@media only screen  and (min-width : 915px) {
  .container {width:90%; max-width: 1400px; position: relative;}
  .divOwnerLoginHtml {
    position: relative;
    float: right;
    min-width: 410px;
    width: calc(100% - 410px);
    margin-top: 0;
    margin-left: 20px;
    display: none;
  }

  .dialoguePanel {
    width: 345px;
  }
}