@font-face {
    font-family: 'kuka-bulo';
    src: url('fonts/kuka-bulo-web.eot?#iefix') format('embedded-opentype'),
        url('fonts/kuka-bulo-web.woff') format('woff'),
        url('fonts/kuka-bulo-web.ttf')  format('truetype'),
        url('fonts/kuka-bulo-web.svg#svgFontName') format('svg');
}


body {
  position: relative;
  min-height: 100%;
  margin: 0px;
  background-image: -webkit-linear-gradient(left,#fff 0%,#dbdcdd 100%);
  background-image: -o-linear-gradient(left,#fff 0%,#dbdcdd 100%);
  background-image: linear-gradient(to right,#fff 0%,#dbdcdd 100%);
  /*background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffdbdcdd',GradientType=1);*/
  font-family: "kuka-bulo",Calibri,Segoe UI,Helvetica,Arial,Sans-Serif;
  font-size: 1rem;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  line-height: 1.375;
  color: #6b6b6b;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

html {
  height: 100%;
  margin: 0;
}

h1, h2 {
  color:
}

a {
  text-decoration: none;
  color: #ff5800;
}

p {
  padding: 20px 0 0 0;
  max-width: 600px;
  font-size: 1.2rem
}

ul {
 padding-left: 20px;
}

ul li {
  font-size: 1.2rem;
}

.intro {
  text-align: center;
  margin: 0 auto;
  padding: 20px;
}

.hidden {
  display: none;
}

.banner {
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  background: rgba(255,255,255,.3);
  border-bottom: 1px solid #eaeaea;
  -webkit-box-shadow: 0px 2px 12px -5px rgba(0,0,0,0.28);
  -moz-box-shadow: 0px 2px 12px -5px rgba(0,0,0,0.28);
  box-shadow: 0px 2px 12px -5px rgba(0,0,0,0.28);
  box-sizing: border-box;
}

.banner .btn {
  display: inline;
  margin: 10px 20px;
  padding: 6px 15px;
  font-size: 14px;
}

.login {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.login__inner {
  padding: 20px;
  /* margin: 0 auto; */
  text-align: center;
  flex-direction: column;
  transition: all .75s ease;
}

.logo-wrapper {
  max-width: 350px;
  height:auto;
  margin: 0 auto;
 }

.logo {
  width: 100%;
  height: auto;
  margin-top: 40px;
}

.login__trial {
  flex-direction: column;
  padding: 20px;
  border-right: 2px solid #e2e2e2;
  display:none;
  transition: all .75s ease;
  margin-bottom: 20px;
}

.login__trial.active {
  display: block;
  -webkit-animation: fade-in .9s ease-out;
  -moz-animation: fade-in .9s ease-out;
}

@media screen and (max-width: 800px) {

  .login {
    flex-wrap: wrap;
  }

  .login__trial {
   max-width: 500px;
   padding: 0 20px;
   border-right: 0px;

  }

}

@-webkit-keyframes fade-in {
  0% { opacity: 0; }
100% { opacity: 1; }
}
@-moz-keyframes fade-in {
  0% { opacity: 0; }
100% { opacity: 1; }
}

@-webkit-keyframes fade-out {
  0% { opacity: 1; }
100% { opacity: 0; }
}
@-moz-keyframes fade-out {
  0% { opacity: 1; }
100% { opacity: 0; }
}

.btn {
  background-image: none;
  display: block;
  max-width: 200px;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 12px 30px;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  border: 2px solid #595d61;
  background-color: transparent;
  color: #595d61;
  border-width: 2px;
  font-size: 1.125rem;
  margin: 40px auto 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn:hover {
  border-color: #ff5800;
  color: #ff5800;
}

.btn.orange {
  border: 2px solid #ff5800;
  /* background: #ff5800; */
  color: #ff5800;
}

.btn.orange:hover {
  background: #ff5800;
  color: #fff;
}

.btn.orange-full {
  border: 2px solid #ff5800;
  background: #ff5800;
  color: white;
}

.btn.orange:hover {
  background: #ff5800;
  color: #fff;
}


a.lnk {
  color: #ff5800;
  margin: 40px;
  display: block;
  font-size: 1rem;
}

.oi-wrapper {
  width: 500px;
  height: 500px;
  position: fixed;
  right: 0;
  bottom: 0px;
  background: url(images/KUKA_OI_Grey_16_RGB_800px.png);
  z-index: -1;
}

#browser-warning {
  margin: 20px auto 0 auto;
  padding: 20px;
  background-color: #ff7171;
  border: 2px solid #ff0000;
  color: white;
  max-width: 600px;
}


.footer {
  text-align: right;
  padding: 20px;
  color: #939292;
  flex:none;
}
.footer a {
  margin-right: 20px;
  color: #939292;
}
