body {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("https://www.stockvault.net/data/2011/05/31/124348/thumb16.jpg");
  background-size: cover;
  background-position: center;
}
body .content {
  width: 550px;
  height: 400px;
  padding: 1rem;
  backdrop-filter: blur(16px) saturate(100%);
  -webkit-backdrop-filter: blur(16px) saturate(100%);
  background-color: rgba(17, 25, 40, 0.75);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.125);
}
body .content form {
  width: 100%;
}
body .content form input {
  padding: 8px 12px;
  width: 100%;
  border-radius: 6px;
  background-color: #1f2a37;
  border: 1px solid #4b5663;
  outline: none;
  color: white;
}

@media screen and (max-width: 760px) {
  body .content {
    width: 100%;
    height: 100vh;
    border-radius: 0;
  }
}/*# sourceMappingURL=style.css.map */