lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes pulsate{ 0%{ -webkit-transform: scale(1); } 100%{ -webkit-transform: scale(1.2); }}
@-moz-keyframes pulsate{ 0%{ -moz-transform: scale(1); } 100%{ -moz-transform: scale(1.2); }}
@-o-keyframes pulsate{ 0%{ -o-transform: scale(1); } 100%{ -o-transform: scale(1.2); }}
@keyframes pulsate{ 0%{-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1); } 100%{-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-ms-transform: scale(1.2);transform: scale(1.2); }}
[not-existing] {
  zoom: 1;
}
.main-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
* {
  padding: 0;
  margin: 0;
}
body,
html {
  height: 100%;
  width: 100%;
}
.alert {
  background: rgba(255, 0, 0, 0.1);
  text-align: center;
  color: #f00;
  padding: 10px 20px;
  border: 1px solid #f00;
  margin: 20px 30px 0;
  border-radius: 5px;
  font-size: 14px;
}
.alert.info {
  background: rgba(67, 155, 33, 0.1);
  border-color: #439b21;
  color: #439b21;
}
/* noto-sans-regular - latin-ext_latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('../fonts/noto-sans/noto-sans-v25-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/noto-sans/noto-sans-v25-latin-ext_latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* noto-sans-700 - latin-ext_latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''), url('../fonts/noto-sans/noto-sans-v25-latin-ext_latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/noto-sans/noto-sans-v25-latin-ext_latin-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* noto-sans-italic - latin-ext_latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: local(''), url('../fonts/noto-sans/noto-sans-v25-latin-ext_latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/noto-sans/noto-sans-v25-latin-ext_latin-italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* noto-sans-700italic - latin-ext_latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 700;
  src: local(''), url('../fonts/noto-sans/noto-sans-v25-latin-ext_latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/noto-sans/noto-sans-v25-latin-ext_latin-700italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body {
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
  overflow: hidden;
  background: #28303E;
}
#loginBox {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  left: 20%;
  position: absolute;
  top: 10%;
  width: 300px;
  color: #222;
  z-index: 2;
}
#loginBox h1 {
  padding: 20px 30px 10px;
  border-bottom: 1px solid #cccccc;
  background: -webkit-linear-gradient(300deg, #c7c7c7, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#loginBox h1 img {
  width: 130px;
}
#loginBox form {
  padding: 10px 30px 30px;
  background: linear-gradient(150deg, #ffffff 0%, #ffffff 41%, #d7d7d7 100%);
}
#loginBox form p {
  padding: 10px 0;
}
#loginBox form label {
  display: block;
  font-size: 12px;
  padding-bottom: 7px;
}
#loginBox form input.text {
  width: 100%;
  box-sizing: border-box;
  padding: 5px 8px;
  border: 1px solid #555;
  border-radius: 4px;
}
#loginBox form input.submit {
  background: #f00;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  border: 0;
  -webkit-appearance: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  transition-duration: 0.3s;
  transition-property: all;
}
#loginBox form input.submit:hover,
#loginBox form input.submit:focus {
  background: #cc0000;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
#loginBox p.lost-password {
  border-top: 1px solid #cccccc;
  background: #f2f2f2;
  padding: 20px 30px;
  font-size: 14px;
}
#loginBox p.lost-password a {
  color: #999999;
  text-decoration: none;
}
#loginBox p.lost-password a:hover {
  color: #666666;
  text-decoration: underline;
}
#languageBox {
  position: absolute;
  bottom: 20px;
  right: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  overflow: hidden;
}
#languageBox ul {
  list-style: none;
}
#languageBox li {
  display: inline-block;
}
#languageBox li a {
  display: block;
  width: 40px;
  height: 40px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 38px;
  text-align: center;
  font-size: 13px;
  text-decoration: none;
}
#languageBox li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
#languageBox li.selected a {
  color: #28303E;
  background: #fff;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.alert {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
