.login:before {
  content: "";
  margin-left: -48%;
  background-image: none; 
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.login {
    position: relative;
    --bg-opacity: 1;
    /* background-color: #fff; */
    background-color: black;
}

html {
    background: black;
}

.bg-theme-1 {
    --bg-opacity: 1;
    /*background-color: #1C3FAA;*/
    background-color: black;
}

.content {
    border-radius: 0;
}