.core-maria-login-container1 {
  width: 100%;
  height: 100dvh;
  display: flex;
  overflow: hidden;
  align-items: center;
  flex-direction: column;
  background-color: var(--dl-color-theme-accent2);
}
 
.core-maria-login-thq-content-elm {
  justify-content: center;
}
 
.core-maria-login-thq-close-button-elm {
  text-decoration: none;
}
 
.core-maria-login-thq-login-elm {
  gap: 45px;
  width: 100%;
  display: flex;
  z-index: 20;
  max-width: 400px;
  align-items: center;
  padding-top: 50px;
  border-color: rgba(245, 99, 255, 0.5);
  border-width: 3px;
  padding-left: 30px;
  border-radius: 50px;
  padding-right: 30px;
  flex-direction: column;
  padding-bottom: 50px;
  justify-content: center;
  background-color: rgba(25, 17, 39, 0.8);
}
 
.core-maria-login-thq-logo-core-elm {
  width: 150px;
  object-fit: cover;
}
 
.core-maria-login-thq-field-elm {
  gap: 45px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.core-maria-login-thq-token-elm {
  gap: 10px;
  width: 100%;
  display: flex;
  z-index: 5;
  max-width: 650px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.core-maria-login-thq-text-elm {
  fill: var(--dl-color-theme-neutral-dark);
  color: var(--dl-color-theme-neutral-dark);
  font-size: 16px;
  font-style: normal;
  font-family: "Fira Code";
  font-weight: 500;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
 
.core-maria-login-thq-input-elm {
  fill: var(--dl-color-theme-neutral-dark);
  color: var(--dl-color-theme-neutral-dark);
  width: 100%;
  height: 53px;
  font-size: 16px;
  background: var(--dl-color-theme-accent2);
  font-family: "Inter";
  font-weight: 400;
  line-height: 1.15;
  padding-top: 10px;
  border-color: var(--dl-color-theme-primary1);
  border-width: 3px;
  padding-left: 15px;
  border-radius: 50px;
  padding-right: 15px;
  padding-bottom: 10px;
  text-transform: none;
  text-decoration: none;
  background-color: rgba(251, 250, 249, 0.1);
}
 
.core-maria-login-thq-button-elm {
  fill: var(--dl-color-theme-accent1);
  color: var(--dl-color-theme-accent1);
  width: 100%;
  height: 54px;
  display: flex;
  z-index: 5;
  max-width: 233px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  align-items: center;
  line-height: 1.15;
  border-radius: 30px;
  text-transform: none;
  justify-content: center;
  text-decoration: none;
  background-image: var(--dl-color-gradient-normal);
}
 
.core-maria-login-thq-frame-elm {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
  max-width: 1635px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.core-maria-login-container3 {
  display: contents;
}
 
.core-maria-login-container5 {
  display: contents;
}
 
.core-maria-login-container7 {
  display: contents;
}
 
.core-maria-login-thq-background-elm {
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  margin: auto;
  display: flex;
  overflow: hidden;
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.core-maria-login-thq-noise-elm1 {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  margin: auto;
  display: flex;
  z-index: 3;
  overflow: hidden;
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.core-maria-login-thq-noise-elm2 {
  width: 100%;
  opacity: 0.5;
  object-fit: cover;
}
 
.core-maria-login-thq-gradient-elm {
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  display: flex;
  z-index: 2;
  overflow: hidden;
  position: absolute;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
  background-image: url("public/gradient-pages-1500h.png");
  background-repeat: no-repeat;
  background-position: center;
}
 
.core-maria-login-thq-glow-elm {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 600px;
  bottom: 0px;
  height: 600px;
  margin: auto;
  display: flex;
  opacity: 0.3;
  z-index: 1;
  overflow: hidden;
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
  background-image: url("public/glow-600h.png");
  background-repeat: no-repeat;
  background-position: center;
}
 
.core-maria-login-thq-rings-elm {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 800px;
  bottom: 0px;
  height: 800px;
  margin: auto;
  display: flex;
  opacity: 0.3;
  z-index: 0;
  overflow: hidden;
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
  background-image: url("public/rings1-800h.png");
  background-repeat: no-repeat;
  background-position: center;
}
 
.core-maria-login-container8 {
  top: NaNpx;
  left: NaNpx;
  position: absolute;
}
 
.core-maria-login-container9 {
  display: contents;
}
 
@media(max-width: 1200px) {
  .core-maria-login-thq-token-elm {
    width: 100%;
  }
}
 
@media(max-width: 991px) {
  .core-maria-login-thq-background-elm {
    top: 0px;
    left: 0px;
    position: absolute;
    justify-content: flex-end;
  }
  .core-maria-login-thq-noise-elm2 {
    opacity: 0.5;
    overflow: hidden;
  }
}
 
@media(max-width: 767px) {
  .core-maria-login-thq-login-elm {
    padding-top: 30px;
    padding-left: 20px;
    border-radius: 30px;
    padding-right: 20px;
  }
  .core-maria-login-thq-logo-core-elm {
    width: 125px;
  }
  .core-maria-login-thq-field-elm {
    gap: 25px;
  }
  .core-maria-login-thq-button-elm {
    height: 45px;
    font-size: 16px;
  }
  .core-maria-login-thq-noise-elm1 {
    opacity: 0;
    border-color: var(--dl-color-theme-neutral-dark);
    border-width: 1px;
  }
  .core-maria-login-thq-noise-elm2 {
    width: 100%;
    height: 100%;
    opacity: 0.8;
  }
  .core-maria-login-thq-glow-elm {
    width: 285px;
    height: 285px;
  }
  .core-maria-login-thq-rings-elm {
    top: 0px;
    left: 0px;
    right: 0px;
    width: 380px;
    bottom: 0px;
    height: 380px;
    margin: auto;
  }
}
 
@media(max-width: 479px) {
  .core-maria-login-thq-noise-elm1 {
    justify-content: flex-end;
  }
}
