body {
  margin: 0;
  height: 100%;
  width: 100%;
}
.username {
  position: relative;
}
.frame-child1 {
  width: 353.5px;
  border: 3.5px solid #000;
  box-sizing: border-box;
  background-color: #f5f5f5;
  height: 55.5px;
}
.password-parent,
.username-parent {
  position: absolute;
  top: 425px;
  left: calc(50% - 175px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14.9px;
}
.password-parent {
  top: 550px;
}
.log-in-wrapper {
  position: absolute;
  top: 686.9px;
  left: calc(50% - 58.1px);
  background-color: #2c2c2c;
  border: 2.3px solid #fff;
  box-sizing: border-box;
  width: 116.3px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 11.5px;
  cursor: pointer;
  color: #fff;
  font-family: Syne;
}
.logo-black-1-icon {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 70%;
}
.log-in {
  width: 100%;
  position: absolute;
  background-color: #f5f5f5;
  border: 1px solid #000;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  text-align: left;
  font-size: 19.5px;
  color: #000;
  font-family: Syne;
}
input.frame-child1 {
  font-family: Syne;
  font-size: 16px; /* Ajusta el tamaño de la fuente según necesites */
  color: #333; /* Cambia el color del texto si lo deseas */
}
