* {
  transition: none !important;
}

.login {
  width: 400px;
  height: 500px;
  margin: auto;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  background-image: url("../images/logo.png");
  padding-top: 120px;
  background-repeat: no-repeat;
  background-size: auto 81px;
  background-position: center 0;
}

@media handheld, only screen and (max-width: 600px) {
  .login {
    width: 100vw;
    top: 40px !important;
    padding: 120px 15px 0 15px;
    background-size: auto 81px;
    background-position: center 0;
  }
}

/*# sourceMappingURL=login.css.map */
