.input {
  border-radius: 15px;
  border: 3px solid rgba(0,0,0,.1);
}
.button {
  border-radius: 10px;
}
#login form {
  max-width: 18em;
  padding: 20px;
  box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 5px 8px 0 rgb(0 0 0 / 14%), 0 1px 14px 0 rgb(0 0 0 / 12%);
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.8);
  backdrop-filter: blur(5px);
}
#login {
  background-image: linear-gradient( 135deg, #FFCF71 10%, #2376DD 100%);
}
.button:hover {
  transform: scale(1.05) perspective(0px);
}
#listing.mosaic .item {
  border-radius: 10px;
}