@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600';
@font-face {
  font-family: 'lexia-b';
  src: url('assets/fonts/Lexia_Bd.woff') format('woff');
}
@font-face {
  font-family: 'lexia-l';
  src: url('assets/fonts/Lexia_Lt.woff') format('woff');
}
@font-face {
  font-family: 'lexia-r';
  src: url('assets/fonts/Lexia_Rg.woff') format('woff');
}
@font-face {
  src: url('assets/fonts/cafex.woff') format('woff');
}
.hidden {
  display: none !important;
  pointer-events: none !important;
}

.welcome-page {
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn {
  text-align: center;
  height: 35px;
  padding: 0 20px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-family: 'lexia-b';
  text-transform: uppercase;
  font-size: 14px;
}
.btn.input {
  color: #dadbe2 !important;
  margin-top: 5px;
  margin-bottom: 10px;
  text-transform: none;
  color: #dadbe2;
}
.btn.input:hover {
  background-color: #26b6cc;
  border-color: #26b6cc;
  color: white;
}
.btn:hover {
  background-color: #f9b800;
}
.btn a {
  color: #f5f5f5 !important;
  font-family: 'lexia-b';
  text-transform: uppercase;
}
.link {
  color: #1074c3;
}
.linkback {
  background: #1074c3;
  color: white;
}

.welcome-subtitle .tenantselection {
  padding: 5px 20px;
  height: inherit;
  text-transform: inherit;
}

.welcome-title {
  line-height: 35px;
  font-family: 'lexia-b';
  font-size: 25px;
}
.welcome-subtitle {
  line-height: 30px;
  font-family: 'lexia-b';
  font-size: 20px;
}
.linkback {
  margin: 10px auto auto;
}
.welcome {
  background-color: #151f36;
  width: 100%;
  height: 35px;
}
.logo-color {
  background-image: url('assets/img/LA-top.png');
  width: 125px;
  height: 35px;
  background-size: 100%;
  margin-left: 5px;
}
.logo-color.invert {
  background-image: url('assets/img/LA-top-invert.png');
  border: none;
  margin: 0;
  font-family: 'Open Sans';
  font-size: 14px;
  background-repeat: no-repeat !important;
  background-position: center;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .menu-item.logo {
    width: 70px;
    min-width: 70px;
  }
  .logo-color, .logo-color.invert {
    background-image: url('assets/img/LA-sm.png');
    width: 35px;
    height: 35px;
    background-size: contain;
  }
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #151f36;
  height: 35px;
  display: flex;
  padding: 0 10px;
  align-items: center;
  justify-content: space-between;
}
a,
button,
li,
textarea,
ul {
  list-style-type: none;
  background-color: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  box-shadow: none;
  text-decoration: none;
}
a.active,
button.active,
li.active,
textarea.active,
ul.active,
a:active,
button:active,
li:active,
textarea:active,
ul:active,
a:focus,
button:focus,
li:focus,
textarea:focus,
ul:focus,
a:hover,
button:hover,
li:hover,
textarea:hover,
ul:hover {
  outline: none;
  -webkit-appearance: none;
  box-shadow: none;
  text-decoration: none;
}
* {
  border: none;
  margin: 0;
  font-family: 'Open Sans';
  font-size: 14px;
  background-repeat: no-repeat !important;
  background-position: center;
  box-sizing: border-box;
}
