.login-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-size: cover;
}
.login-wrap h1 {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}
.login-wrap h1 .logo {
  margin: 24px;
  display: none;
  width: 140px;
  height: 50px;
  background: url(../images/logo-oopsie.png) no-repeat center;
  background-size: 130px;
}
.login-wrap h1 strong {
  display: block;
  font-weight: 700;
}
.login-wrap .login-contents {
  width: 420px;
  border-radius: 8px;
  border: var(--stroke-weight-1, 1px) solid var(--color-grey-91, #E5E7EB);
  background: var(--white, #FFF);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 32px 16px;
}
.login-wrap .login-contents .login-write li {
  margin-top: 16px;
}
.login-wrap .quick-login {
  margin-top: 16px;
  background: #eff6ff;
  border: 1px solid #bedbff;
  border-radius: 6px;
  padding: 12px;
}
.login-wrap .quick-login button {
  background: #dbeafe;
  color: #1151de;
  font-size: 11px;
  width: 100%;
  padding: 8px;
  border-radius: 4px;
}
.login-wrap .quick-login button:hover {
  background: #c0dfff;
}
.login-wrap .login-btn {
  margin-top: 24px;
}
.login-wrap .login-btn button {
  width: 100%;
  height: 48px;
  border-radius: 6px;
  background: var(--color-blue-500, #1151de);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.login-wrap .login-btn button .material-icons {
  font-size: 16px;
}
.login-wrap .login-btn button:hover {
  background: var(--color-blue-600, #0d40c0);
}
.login-wrap .login-btn button span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.42px;
  line-height: 48px;
}
.login-wrap .login-tip {
  margin-top: 16px;
  color: #8d9098;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 18px;
}
.login-wrap .login-tip button {
  color: #1151de;
  font-size: 11px;
  line-height: 18px;
}

/*# sourceMappingURL=login.css.map */
