#content {
  min-height: 850px;
  background: url(../img/DSC00361.jpg), #860606;
  background-blend-mode: multiply;
  background-position: center center;
}

#content > img {
  width: 37.5em;
  height: 18.75em;
}

#login,
#registro {
  width: 500px;
  /* border: 3px black solid; */
  padding: 15px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.5em;
}

#login {
  margin-top: 60px;
}

#login > div > input,
#registro > div > input {
  width: 400px;
}
#login > div > p,
#registro > div > p {
  color: #0000;
}
#login > button,
#registro > button {
  background-color: #860606;
  color: #fff;
  padding: 10px 15px;
  font-weight: 600;
}
.texto-sin-fondo {
  background: none !important;
  padding: auto;
}
.texto-sin-fondo:hover {
  cursor: pointer;
  text-decoration: underline solid #eb953f 2px;
}

@media only screen and (max-width: 1024px) {
  /*No se utiliza*/
}

@media only screen and (max-width: 430px) {
  #content > img {
    width: 100%;
    height: 100%;
  }
  #login > div > input,
  #registro > div > input {
    width: 300px;
  }
}
