body{
  background: url("https://i.pinimg.com/736x/18/20/09/182009ccb327d794f46efc8b2a805523.jpg");
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://i.pinimg.com/736x/18/20/09/182009ccb327d794f46efc8b2a805523.jpg");
    background-size: cover;
    background-position: center;
    height: 100vh;
}

button 
{
  font-size: 30px;
  background-color: #080808;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
button:hover 
{
  background-color: #1d0644;
}

#menu 
{
  background: rgba(20, 20, 20, 0.45);
  padding: 12px 18px;
  margin: 0;
  box-shadow: 0 6px 18px rgba(0,0,0,0.5);
}

#menu li 
{
  padding: 8px 0;
}

#menu a 
{
  color: white;
  text-decoration: none;
  font-size: 25px;
}

#menu a:hover 
{
  text-decoration: underline;
  color: #e5e4e7;
}
.navbar{
  position: absolute;
  top: 20px;
  align-items: center;
  gap: 12px;
}
.navbar button{
  font-size: 20px;
  padding: 8px 12px;
  border-radius: 10px;
}
.login {
  border: 1px solid white;
  width: 400px;
  min-height: 300px;
  margin: 50px auto;
  padding: 20px;

  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  
}

form {
  display: block;
  box-sizing: border-box;
  padding: 40px;
  width: 100%;
  height: 100%;
  flex-direction: column;
  display: flex;
  gap: 20px;

}

h1 {
  color: white;
  font-weight: normal;
  text-align: center;
  font-size: 50px;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
  text-decoration: underline;
}

label {
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
  padding-left: 10px;
  
}
input {
  background: rgba(250, 250, 250, 0.8);
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  padding: 0 20px;
  border: none;
  border-radius: 10px;
  margin-bottom: 20px;
  color:rgb(11, 11, 11);
}
button {
  background: #080808;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.about-footer {
    text-align: center;
    padding: 30px 20px;
    margin-top: 50px;
    border-top: 1px solid rgba(245, 245, 245, 0.3);
}

.about-footer p {
    color: #f5f5f5;
    font-size: 1.1rem;
    letter-spacing: 1px;
}

.heart {
    color: #ff6b6b;
    font-size: 1.2rem;
}
