.login-wrapper {
  position: relative;
  height: 100vh;
}

.login-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40vh;
  bottom: 0;
  left: 0;
  background-color: var(--color-primary);
  z-index: -1;
}

.column1 {
  width: 368px;
  padding-top: 48px;
}

.column2 {
  width: 368px;
  padding: 60px 38px;
  border-radius: 4px;
  font-family: "Inter", sans-serif;
}
