@import url("https://fonts.googleapis.com/css2?family=Bayon&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:wght@305&display=swap");
* {
  box-sizing: border-box;
  overflow:hidden;
  margin: 0;
  padding: 0;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700px;
  font-style: normal;
}
body {
  background-image: url(ROG\ G14.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.container {
  height: 200vh;
  width: 100%;
  font-family: sans-serif;
  position: relative;
}
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav ul {
  flex: 1;
  text-align: right;
}
nav ul li {
  margin-top: 30px;
  margin-right: 100px;
  padding-right: 10px;
  display: inline-block;
  list-style: none;
}
h2 {
  margin-top: -89.5%;
  font-size: 40px;
  padding-left: 90px;
}

.login {
  padding-top: 2cm;
  padding-bottom: 250px;
  align-items: center;
  text-align: center;
  margin-top: 13rem;
}
.login p {
  margin-bottom: 50px;
  font-size: 50px;
}
#text {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-style: none;
  border-radius: 10px;
  height: 45px;
  width: 8cm;
  margin-bottom: 10px;
}
#text,
placeholder {
  padding-left: 10px;
}
#password {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-style: none;
  border-radius: 10px;
  height: 45px;
  width: 8cm;
  margin-bottom: 10px;
}
#password,
placeholder {
  padding-left: 10px;
}
#submit {
  transition: all 0.3s ease-in-out;
  height: 30px;
  width: 2cm;
  margin-top: 16px;
  margin-bottom: 14px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#submit:hover {
  transform: scale(1.1);
}
.bx-label {
  padding-right: 10px;
}
.box-label , a {
  padding-left: 15px;
}

.wrapper {
  position: relative;
  background-color: red;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  backdrop-filter: blur(20px);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
}
.all {
  padding-top: 9%;
  padding-left: 560px;
}
#lion {
  width: 200px;
  margin-bottom: -130px;
  padding-left: 50px;
  
}

