html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  color: #333;
  line-height: 1.75;
  background: #e7eff5;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body {
  background: rgb(1, 149, 192);
  background: linear-gradient(0deg, rgb(1, 149, 192) 0%, rgb(0, 109, 171) 100%);
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#login {
  width: 30vw;
  min-width: 300px;
  padding: unset;
  margin: unset;
}

.login form {
  border: unset;
  border-radius: 5px;
  box-shadow: 0 5px 20px rgba(46, 71, 125, 0.15);
}

#nav,
#backtoblog,
.language-switcher,
.galogin-or {
  display: none;
}

.login h1 a {
  background-image: url(../images/admin-logo.png);
}/*# sourceMappingURL=admin-login.css.map */