@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,700,300,200);
body,
html {
  height: 100%;
}
@media only screen and (max-height: 840px) {
  body,
  html {
    position: relative;
    height: auto;
    display: block;
    min-height: 100%;
  }
}
body body,
html body {
  background: #aacfc1;
  color: #FFF;
  background: url("../Img/bg-01.jpg") center center no-repeat;
  background-size: cover;
  font-family: 'Lato', sans-serif;
  height: 100%;
}
@media only screen and (max-height: 840px) {
  body body,
  html body {
    position: static;
  }
}
a {
  color: #fff;
}
a:hover,
a:active {
  color: #f2f2f2;
}
body > header {
  padding: 30px;
}
body > header .logo {
  max-width: 249px;
}
body > header .logo img {
  width: 100%;
  height: auto;
}
body > header .logout {
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 30px;
}
body > main#main-login {
  position: absolute;
  width: 320px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -160px;
  text-align: center;
}
@media only screen and (max-height: 840px) {
  body > main#main-login {
    position: relative;
    height: auto;
  }
}
body > main#main-login h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 200;
  font-family: 'Open Sans', sans-serif;
}
body > main#main {
  position: relative;
  padding-top: 0px;
  padding-bottom: 60px;
  margin: auto;
  max-width: 600px;
}
.overview-container {
  margin: 0 -30px;
  padding: 10px;
}
.overview-container > .ow-item {
  padding: 30px;
  width: 33.3333%;
  float: left;
  text-align: center;
}
.overview-container > .ow-item > .ow-icon {
  display: block;
  padding: 0 0 100% 0;
  border: 1px solid #fff;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.2) no-repeat center;
  background-size: 60%;
}
.overview-container > .ow-item > .ow-icon.webcam {
  background-image: url("../Img/webcamplus-icon.png");
}
.overview-container > .ow-item .ow-title {
  font-weight: 300;
}
.login-box {
  padding: 0 10px;
}
@media only screen and (max-height: 840px) {
  .login-box {
    margin: 200px 0 120px 0;
  }
}
.login-box .form-group.attach {
  margin: 0;
}
.login-box .form-group.attach > input {
  border-radius: 3px;
  border: 1px solid #c2c1c1;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
  padding: 10px 20px;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  outline: none;
  box-sizing: border-box;
  vertical-align: middle;
  color: #000;
}
.login-box .form-group.attach > input::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #999999;
}
.login-box .form-group.attach > input:-moz-placeholder {
  color: #999999;
}
.login-box .form-group.attach > input::-moz-placeholder {
  color: #999999;
}
.login-box .form-group.attach > input:-ms-input-placeholder {
  color: #999999;
}
.login-box .form-group.attach > input::-ms-input-placeholder {
  color: #999999;
}
.login-box .form-group.attach > input:placeholder-shown {
  color: #999999;
}
.login-box .form-group.attach.bottom > input {
  border-top: 0;
  border-radius: 0 0 6px 6px;
  margin-bottom: 15px;
}
.login-box .form-group.attach.top > input {
  border-radius: 6px 6px 0 0;
}
.login-box .btn-login {
  background: rgba(0, 0, 0, 0.3);
  padding: 5px 15px;
}
.login-box .btn-login:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}
.login-box .checkbox {
  text-align: left;
  padding-left: 15px;
  margin-bottom: 0;
  margin-top: 5px;
}
.login-box .checkbox label {
  font-weight: 300;
}
body > footer {
  background: url("../Img/bg-01.jpg") center no-repeat;
  background-size: cover;
  border-top: 1px solid #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
}
@media only screen and (max-height: 840px) {
  body > footer {
    height: auto;
  }
}
body > footer .footer-info {
  text-align: center;
  padding: 15px;
  font-size: 12px;
  font-weight: 300;
}
/*# sourceMappingURL=backend-login.css.map */