/* line 1, ../scss/login.scss */
.login {
  position: fixed;
  width: 30vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 700px) {
  /* line 1, ../scss/login.scss */
  .login {
    margin-top: 100px;
  }
}
/* line 12, ../scss/login.scss */
.login h1 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -90%);
  font-size: 12vh;
  font-weight: 200;
  color: rgba(0, 0, 0, 0.03);
}
@media only screen and (max-width: 700px) {
  /* line 12, ../scss/login.scss */
  .login h1 {
    font-size: 10vh;
  }
}
/* line 25, ../scss/login.scss */
.login h1 strong {
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  /* line 1, ../scss/login.scss */
  .login {
    width: 50vw;
  }
}
@media only screen and (max-width: 700px) {
  /* line 1, ../scss/login.scss */
  .login {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
}
