.loginContainer {
  width: 90vw;
  height: 60vh;
  background-position: left top;
  background-size: 100% 100%;
  margin: 1rem auto;
}
.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 1rem auto;
  gap: 0.5rem;
  backdrop-filter: blur(3rem);
  background: rgb(55 27 88 / 0%);
}
.group {
  display: flex;
  width: 50%;
  justify-content: space-between;
  align-items: center;
}
.lable {
  font-weight: 600;
}
.data {
  width: clamp(5rem, 20vw, 20rem);
}
input {
  width: 100%;
  font-size: clamp(1rem, 2vw, 1.5rem);
}
.btnArea {
  display: flex;
  gap: 0.5rem;
}
