/* line 8, ../../src/sass/login.scss */
html {
  background-color: #000;
  background-image: url(../img/login/login_bk.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
}

/* line 19, ../../src/sass/login.scss */
#outer.login {
  padding-top: 0;
}
/* line 21, ../../src/sass/login.scss */
#outer.login .loginWindow {
  width: 420px;
  height: auto;
  padding: 30px;
  text-align: center;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 31, ../../src/sass/login.scss */
#outer.login .loginWindow h1 {
  font-size: 24px;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  /* line 31, ../../src/sass/login.scss */
  #outer.login .loginWindow h1 {
    font-size: 4vw;
  }
}
/* line 38, ../../src/sass/login.scss */
#outer.login .loginWindow img.logo {
  width: 214px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  /* line 38, ../../src/sass/login.scss */
  #outer.login .loginWindow img.logo {
    width: 35.66667vw;
  }
}
/* line 45, ../../src/sass/login.scss */
#outer.login .loginWindow .commBox {
  text-align: left;
  padding-bottom: 1em;
  border-bottom: 1px solid #CECECE;
}
/* line 50, ../../src/sass/login.scss */
#outer.login .loginWindow .mailform {
  margin-bottom: 1em;
}
/* line 54, ../../src/sass/login.scss */
#outer.login .loginWindow .checks.simple .check {
  margin-left: 0;
}
/* line 56, ../../src/sass/login.scss */
#outer.login .loginWindow .checks.simple .check .check-label {
  border: none;
  padding-left: 0;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  /* line 64, ../../src/sass/login.scss */
  #outer.login .loginWindow .tabMenu .menu {
    font-size: min(3.33333vw,20px);
  }
  /* line 67, ../../src/sass/login.scss */
  #outer.login .loginWindow .mds {
    font-size: min(3.33333vw,20px);
  }
  /* line 72, ../../src/sass/login.scss */
  #outer.login .loginWindow .checks.simple .check .check-label {
    font-size: min(3.33333vw,20px);
  }
}

/* line 82, ../../src/sass/login.scss */
a.return2top {
  color: #fff;
  position: fixed;
  top: 2em;
  left: 2em;
  text-decoration: none;
}
/* line 88, ../../src/sass/login.scss */
a.return2top:hover {
  color: #ff0;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  /* line 82, ../../src/sass/login.scss */
  a.return2top {
    top: 0.5em;
    left: 0.5em;
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1247px) {
  /* line 101, ../../src/sass/login.scss */
  p, div, table, li {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1247px) and (max-width: 600px) {
  /* line 105, ../../src/sass/login.scss */
  p, div, table, li {
    font-size: gat_vw(16, 600);
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  /* line 114, ../../src/sass/login.scss */
  p, div, table, li {
    font-size: 3.33333vw !important;
  }
}
@media screen and (max-width: 768px) {
  /* line 120, ../../src/sass/login.scss */
  #outer.login .loginWindow {
    width: 80vw;
    padding: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  /* line 120, ../../src/sass/login.scss */
  #outer.login .loginWindow {
    width: 90vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 420px) {
  /* line 120, ../../src/sass/login.scss */
  #outer.login .loginWindow {
    width: 100vw;
  }
}
