/** Shopify CDN: Minification failed

Line 7:0 Unexpected "/"

**/
/* Place any CSS overrides in this file. */
/Make the password box transparent with blur / .password__form {
  background-color: rgba(255, 255, 255, 0.2) !important;
  backdrop-filter: blur(6px);
  padding: 2rem;
  border-radius: 12px;
}

/* Move the whole block lower on the page */
.password__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding-top: 10vh;
}
