body.login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
  background: #f2f2f2 url(../img/login-bg.svg) center top no-repeat;
  background-size: auto 626px;
  font-size: 17px;
  font-family: "Inter", sans-serif;
}
body.login form {
  border: none;
  box-shadow: none;
}
body.login .message {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 5px;
}

#login {
  box-sizing: border-box;
  width: 500px;
  max-width: 100%;
  padding: 15px 30px;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 5px;
  margin: auto;
  margin-top: 48px;
}

#login h1 a,
.login h1 a {
  display: none;
}

.login-logo-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px 0 0;
}

.login-logo {
  display: block;
  text-align: center;
  padding: 18px 32px;
  border-radius: 8px;
  font-size: 48px;
  text-decoration: none;
  color: #141c3a;
  font-weight: 300;
}
.login-logo strong {
  font-family: "Lora", serif;
  font-weight: 600;
  color: #0041a9;
}
.login-logo > img {
  height: 55px;
  width: auto;
}
.login-logo:focus {
  outline: none;
  border: none;
  box-shadow: none;
}/*# sourceMappingURL=login.css.map */