body {
  padding: 0;
  margin: 0;
}

.login__contaner {
  height: 100vh;
  width: 100vw;
  position: relative;
}

.login__swiper::after {
  content: "";
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  z-index: 1;
  position: absolute;
  pointer-events: none;
}

.login__swiper {
  height: 100%;
  width: 100%;
}

.login__swiper img {
  height: 100%;
  width: 100%;
}

.login__content {
  position: absolute;
  z-index: 1;
}

.login__box {
  border-radius: 1.875rem;
  padding: 3.125rem;
  box-sizing: border-box;
  position: absolute;
  height: 35rem;
  width: 60rem;
  bottom: 4rem;
  left: 3rem;
  display: flex;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.3);
  transform-origin: bottom left;
}

.login__box-left {
  width: 45%;
  padding: 0.625rem;
  box-sizing: border-box;
}

.login__title {
  font-size: 2.8rem;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  margin-top: -1rem;
  margin-bottom: 2rem;
}
.login__checkbox span {
  color: white !important;
}
.login__form {
  margin-bottom: 2.25rem;
}
