body.login .clear {
  background: url(https://picsum.photos/id/625/1900) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100vw - 450px);
  height: 100vh;
}

#login {
  background: rgba(241, 241, 241, 0.6);
  position: absolute;
  right: 0;
  top: 0;
  width: 450px;
  height: 100vh;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #e1e1e1;
  box-sizing: border-box;
  box-shadow: 0 0 40px -20px black;
  z-index: 1;
}
