.LOGIN {
  background-color: #3f8e3a;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.LOGIN .overlap-group-wrapper-7 {
  background-color: #3f8e3a;
  width: 1440px;
  height: 1024px;
}

.LOGIN .overlap-group-9 {
  position: relative;
  width: 1400px;
  height: 976px;
  top: 28px;
  left: 20px;
}

.LOGIN .vector-10 {
  position: absolute;
  width: 1400px;
  height: 976px;
  top: 0;
  left: 0;
}

.LOGIN .text-wrapper-32 {
  position: absolute;
  top: 10px;
  left: 64px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.LOGIN .text-wrapper-33 {
  position: absolute;
  top: 8px;
  left: 218px;
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.LOGIN .freccia-sinistra-6 {
  left: 64px;
  position: absolute;
  width: 72px;
  height: 72px;
  top: 864px;
  object-fit: cover;
}

.LOGIN .freccia-sinistra-7 {
  left: 1268px;
  position: absolute;
  width: 72px;
  height: 72px;
  top: 864px;
  object-fit: cover;
}

.LOGIN .pulsante-4 {
  display: flex;
  width: 180px;
  height: 38px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 5px 39px;
  position: absolute;
  top: 6px;
  left: 1212px;
  border-radius: 20px;
  border: 0px none;
}

.LOGIN .text-wrapper-34 {
  position: relative;
  width: fit-content;
  margin-top: -0.50px;
  margin-bottom: -0.50px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.LOGIN .avatar-container {
  position: absolute;
  width: 500px;
  height: 200px;
  top: 284px;
  left: 446px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.LOGIN .avatar {
  width: 200px;
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease;
  border-radius: 50%;
}

.LOGIN .avatar-arrow {
  width: 40px;
  height: 40px;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.LOGIN .avatar-arrow:hover {
  transform: scale(1.1);
}

.LOGIN .avatar-arrow.left {
  transform: rotate(0deg);
}

.LOGIN .avatar-arrow.left:hover {
  transform: rotate(0deg) scale(1.1);
}

.LOGIN .avatar-arrow.right {
  transform: rotate(0deg);
}

.LOGIN .avatar-arrow.right:hover {
  transform: rotate(0deg) scale(1.1);
}

.LOGIN .rectangle-3 {
  position: absolute;
  width: 400px;
  height: 64px;
  top: 680px;
  left: 496px;
  background-color: #f8e67c;
  border-radius: 20px;
  border: 3px solid;
  border-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.LOGIN .username-input {
  width: 90%;
  height: 80%;
  background: transparent;
  border: none;
  outline: none;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #6b6b6b;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.LOGIN .username-input::placeholder {
  color: #6b6b6b;
}

.LOGIN .tematica-container {
  position: absolute;
  width: 400px;
  height: 66px;
  top: 584px;
  left: 496px;
  cursor: pointer;
  overflow: visible;
  z-index: 100;
}

.LOGIN .tematica-nome {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.LOGIN .tematica-nome.expanded {
  width: 400px; /* Fixed width to match the original image */
  height: auto; /* Let height adjust automatically */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
