* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: rgb(6, 6, 43);
}

video {
  object-fit: cover;
  height: 100vh;
  width: 100vw;
  position: absolute;
}

.contenedor {
  height: 100vh;
  display: grid;
  place-items: center;
  position: relative;
}

.contenedor-login {
  padding: 2em;
  background-color: #0b2e55c5;
  width: clamp(300px, 60%, 470px);
  border-radius: 0.9em;
  text-align: center;
  color: white;
}

.inp-mail,
.inp-pass {
  background: hsla(0, 0%, 100%, 0.25);
  padding: 0.8em;
  border-style: none;
  color: white;
  outline: none;
}

.btn-login {
  padding: 0.8em;
  background-color: rgb(241, 15, 15);
  border-style: none;
  cursor: pointer;
  transition: all 0.5 ease-in-out;
  border-radius: 3em;
}

a {
  text-decoration: none;
  font-weight: bolder;
  color: #fff;
}

.btn-login:hover {
  background-color: rgb(245, 131, 24);
}

::placeholder {
  color: rgb(240, 248, 255);
}

.logos {
  display: flex;
  position: absolute;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  place-self: flex-start;
  top: 0;
  width: 100%;
  background-color: rgb(6, 6, 43);

  img {
    margin-inline-start: 2rem;
  }
}

.logo-solvens,
.logo-qatar {
  width: clamp(150px, 80.4348px + 21.7391cqi, 250px);
}

.form {
  display: flex;
  flex-direction: column;
}

.prueba {
  width: 100%;
  position: absolute;
  background-color: rgb(6, 6, 43);
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 0;
  z-index: -1;
}

.img-messi {
  width: clamp(300px, 100%, 500px);
}
