
.hide{
  display: none;
}
html{
  height: 100%;
}
a.nav-link:hover,
a.nav-link:focus{
  color: #fff;
  text-decoration: underline;
}
body {
  padding: 0;
  margin: 0;
  height: 100%;
  font-family: Arial,sans-serif;
  line-height: 1.428571429;
  color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* header top */
body .navbar{
  height: 30px;
  background: #00693c;
  color: #fff;
  padding: 0;
  font-size: 13px;
}
body .navbar-brand{
  padding: 5px 3px;
  margin: 0; 
  font-size: 1rem;
  text-transform: uppercase;
  &:hover{
    color: #fff;
  }
}
.navbar a{
  color: #fff;
  text-decoration: none;
}
.navbar svg{
  width: 14px;
  margin-right: 3px;
  position: relative;
  top: -1px;
}
.navbar-expand .navbar-nav .nav-link{
  padding: 0;
}
.nav-link:focus, .nav-link:hover{
  color: #000;
}
body .dropdown-menu-end[data-bs-popper]{
  padding: 0;
  margin-top: -6px;
  border-radius: 0;
  background: #e0e0e0;
  width: 50px;
  min-width: 0;
}
.dropdown-menu a{
  color: #6c6c6c;
  line-height: 30px;
  height: 30px;
}
.dropdown-menu a:hover{
  color: #000;
  background: #f0f0f0;
}
/* header bottom */
header{
  display: flex;
  width: 100%;
  position: fixed;
  top: 30px;
  height: 60px;
}
.column-left{
  flex: 0 0 225px;
  background: #267f59;
}
.column-left img{
  width: 115px;
  margin: 10px;
}
.column-right{
  background: #408f6d;
  color: #ffff00;
  font-weight: 700;
  width: 100%;
  font-size: 13px;
  padding: 18px 0 0 20px;
}
/* form */
#kc-content-wrapper{
  font-size: 11px;
  position: absolute;
  left: 0;
  right: 0;
  top: 90px;
  bottom: 0;
  min-height: 300px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  padding: 50px
}
#kc-form-wrapper{
  width: 275px;
  background: rgba(255,255,255,0.85);
  border-radius: 15px;
  padding: 30px;
}
#kc-form-wrapper h1{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 14px;
}
#kc-form-wrapper h2{
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px;
}
#kc-form-wrapper p{
  font-weight: bold;
  margin: 0;
}
#kc-form-wrapper ul{
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px;
}
#kc-form-wrapper ul li{
  padding-left: 22px;
  position: relative;
}
#kc-form-wrapper ul li::before{
  content: ">";
  position: absolute;
  top: 0;
  left: 0;
}
.btn-login{
  padding: 13px;
  border-radius: 5px;
  padding-left: 30px;
  font-weight: bold;
  font-size: 11px;
  width: 100%;
  display: block;
  &:hover{
    color: #fff;
    text-decoration: underline;
  }
}
.btn-swiss-id{
  background: #e30413 url(../images/swissId.png) no-repeat 4px 7px;
  background-size: 24px 24px;
  color: #fff;
  text-decoration: none;
}
.btn-microsoft{
  background: #2477bd url(../images/microsoft.png) no-repeat 6px 11px;
  background-size: 18px 18px;
  color: #fff;
  text-decoration: none;
}
.separator{
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  height: 20px;
  &.text-french,
  &.text-german{
    margin: 20px 0;
    text-transform: uppercase;
    &::before{
      content: "";
      position: absolute;
      top: 10px;
      left: 0;
      height: 1px;
      background: rgba(0, 0, 0, 0.35);
      z-index: 1;
    }
    &::after{
      content: "";
      position: absolute;
      top: 10px;
      right: 0;
      height: 1px;
      background: rgba(0, 0, 0, 0.35);
      z-index: 1;
    }
  }
  &.text-french{
    &::before{
      width: 85px;
    }
    &::after{
      width: 85px;
    }
  }
  &.text-german{
    &::before{
      width: 75px;
    }
    &::after{
      width: 75px;
    }
  }
  &.without-text{
    margin: 0;
    &::before{
      content: "";
      position: absolute;
      top: 10px;
      left: 0;
      right: 0px;
      height: 1px;
      background: rgba(0, 0, 0, 0.35);
      z-index: 1;
    }
  }
  span{
    position: relative;
    z-index: 10;
    padding: 0 5px;
    font-size: 20px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.35);
  }
}
.hr-sect::before,
.hr-sect::after {
  content: "";
  flex-grow: 1;
  background: rgba(0, 0, 0, 0.35);
  height: 1px;
  font-size: 0px;
  line-height: 0px;
  margin: 0px 8px;
}
.btn-faq{
  color: #267f59;
  text-decoration: none;
  &:hover{
    color: #267f59;
    text-decoration: underline;
  }
}
/* background */
body.bg-1 {
	background-image: url(../images/login-bg-1.jpg);
}
body.bg-2 {
	background-image: url(../images/login-bg-2.jpg);
}
body.bg-3 {
	background-image: url(../images/login-bg-3.jpg);
}
body.bg-4 {
	background-image: url(../images/login-bg-4.jpg);
}
body.bg-5 {
	background-image: url(../images/login-bg-5.jpg);
}
body.bg-6 {
	background-image: url(../images/login-bg-6.jpg);
}
body.bg-7 {
	background-image: url(../images/login-bg-7.jpg);
}
/* error  */
#kc-content-wrapper{
  .instruction{
    width: 275px;
    background: #fff;
    border-radius: 15px;
    padding: 13px;
    a{
      color: #267f59;
      text-decoration: none;
      &:hover{
        color: #267f59;
        text-decoration: underline;
      }
    }
  }
}